From: Anders P. <an...@gm...> - 2008-10-30 22:10:06
|
Hello I installed VMWare under Windows XP with a Fedora 9 image to get a reasonable development environment for my hobby project. Here's the steps I went through to install VPython: Download vpython tar.bz2 (the beta) install python-devel package install boost-devel package install numpy package install gtkglextmm-devel package install libglademm24-devel package I couldn't locate libboost-python-dev and libboost-threads-dev for Fedora... can I use the Debian packages? In the mean time, let's try anyway. run ./configure run sudo make install Output: <cut> Making install in src make[1]: Entering directory `/home/andpe/Download/visual-4.beta26/src' Compiling ./core/arrow.cpp ... make[1]: *** [arrow.lo] Error 1 make[1]: Leaving directory `/home/andpe/Download/visual-4.beta26/src' make: *** [install-recursive] Error 1 Strange, no error message. Any idea? This is my gcc version: gcc (GCC) 4.3.0 20080416 (Red Hat 4.3.0-7) Regards /Anders Petersson |