From: Eric A. <Ay...@ma...> - 2005-01-14 16:50:07
|
Good morning, I'm having a bit of trouble installing visual on my slackware installation(s). I get through the visual-3.1.0/configure --prefix=/usr step, but the next step, visual-3.1.0/make gives me the following first error in src/build.log: ------------------- g++ -I/usr/include/python2.3 -DHAVE_CONFIG_H -I../include -I..//include -I/usr/in clude/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11 R6/include -D_REENTRANT -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/inc lude/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -fpic -DPIC -g -O2 -ftemplate-depth-120 -g0 -c arrow.cpp -fPIC -DPIC -o .libs/arr ow.o In file included from ../include/displaylist.h:8, from ../include/prim.h:8, from ../include/axial.h:8, from ../include/arrow.h:7, from arrow.cpp:4: ../include/cvisual.h:8:47: boost/python/detail/wrap_python.hpp: No such file or di rectory ../include/cvisual.h:12:34: boost/python/tuple.hpp: No such file or directory ../include/cvisual.h:13:33: boost/python/list.hpp: No such file or directory -------------------- This sort of message repeats numerous times, and then 'make' eventually gives up. I'm guessing that the problem may be in my boost installation (this is the first reference to boost in build.log). I installed boost with this command: sudo bjam -sTOOLS=gcc -sPYTHON_ROOT=/usr -sPYTHON_VERSION=2.3 install The first file that isn't found, wrap_python.hpp, is located at /usr/local/include/boost-1_32/boost/python/detail/wrap_python.hpp (and ~/boost_1_32_0/boost/python/detail/wrap_python.hpp). Is there something else I need to pass visual-3.1.0/configure or make so that they know where to find these 'missing' files? Thanks for any assistance, -EA ----------------------------------------------------------------- Dr. Eric Ayars Assistant Professor of Physics California State University, Chico ay...@ma... |