On Tue, 12 Jul 2011 15:28:46 -0500
Abraham Zamudio wrote:
> Hi all.
>
> I compiling the vpython 5.71 on my fedora 12 (x86_64) ... in the
> execution on the make , the error is :
>
> Compiling ./core/util/atomic_queue.cpp ...
> make[1]: *** [atomic_queue.lo] Error 1
> make[1]: Leaving directory `/tmp/visual-5.71_release/src'
> make: *** [all-recursive] Error 1
>
> Thx for your help .
>
> greetings from Peru .
>
>
From build.log:
../include/util/thread.hpp:9:34: warning: boost/thread/mutex.hpp: No
such file or directory ../include/util/thread.hpp:10:38: warning:
boost/thread/condition.hpp: No such file or directory In file included
from ../include/util/thread.hpp:13,
from ../include/util/atomic_queue.hpp:4,
from ./core/util/atomic_queue.cpp:1: ../include/python/gil.hpp:4:47:
warning: boost/python/detail/wrap_python.hpp: No such file or
directory ./core/util/atomic_queue.cpp:4:34: warning:
boost/thread/xtime.hpp: No such file or
directory ./core/util/atomic_queue.cpp:5:35: warning:
boost/python/errors.hpp: No such file or directory
Looks like you have no boost installed?
You could try "yum install boost-devel" and build again.
Thomas
|