Re: Vpython : Make error .
Thomas Spura <tomspur-rxtnV0ftBwyoClj4AeEUq9i2O/[email protected]>
| Newsgroups | gmane.comp.python.visualpython.user |
|---|---|
| Message-ID | <[email protected]> |
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 ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev