Ok, there were two documents necessary to read in order to install:
linux_download.html and INSTALL.txt
I did the "mkdir build" trick and found the build.log that told me to
install g++. D'oh..
Now I get some fresh compilation errors. Seems like it won't find numpy
which I'll look into some other day.
Also, there are complaints over boost::python::numeric so I still wonder
about the libboost-python-dev and libboost-threads-dev issue.
/Anders
On Thu, Oct 30, 2008 at 11:10 PM, Anders Petersson <an...@gm...> wrote:
> 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
>
|