POV-Ray : Newsgroups : povray.unix : Compiling POVRay RC6 for the Stampede Cluster : Re: Compiling POVRay RC6 for the Stampede Cluster Server Time
30 Apr 2024 00:15:28 EDT (-0400)
  Re: Compiling POVRay RC6 for the Stampede Cluster  
From: clipka
Date: 10 Jan 2013 20:03:14
Message: <50ef64d2@news.povray.org>
Am 11.01.2013 00:53, schrieb waggy:
> I am not getting POVRay to compile, neither for the usual E5 mainboard, nor for
> runing on the 61-core teraflop coprocessor. I'd like some idea if I've made one
> or more boneheaded mistakes before submitting a support ticket to the admins
> here. Thanks!

> icc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source
> -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread
> -I/opt/apps/intel13/boost/1.51.0/include  -I/usr/include  -pipe -Wno-multichar
> -Wno-write-strings -s -O3 -ip -xHost -O3 -xhost -pthread -MT view.o -MD -MP -MF
> ...deps/view.Tpo -c -o view.o `test -f 'scene/view.cpp' || echo
> './'`scene/view.cpp
> scene/view.cpp(1553): error: namespace "boost" has no member "TIME_UTC"
>          boost::xtime_get (&t, boost::TIME_UTC);
>                                       ^

This is a known compatibility issue with boost versions 1.50 or higher.

While the root cause of the issue is boost 1.50 breaking 
backward-compatibility (for good reason), the POV-Ray dev team does 
consider this a POV-Ray issue; it will be fixed with the next POV-Ray 
release.

Until then, I suggest linking against an older version of boost; 
alternatively, the patch suggested at

     http://bugs.povray.org/task/260?project=2

should get you going.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.