From: Bruce S. <Bru...@nc...> - 2009-12-05 17:10:34
|
As is stated in the file INSTALL.txt, you need to configure with this: ../visual-5.13_release/configure --prefix=/usr because the prefix argument must point to the place where one finds /bin/python, not to your own directory. Bruce Sherwood Rudra Banerjee wrote: > I am having some problem in compiling visual. to start with, I have > > > $ python --version > Python 2.6 > > $ which python > /usr/bin/python > > $uname -a > Linux roddur 2.6.30.9-99.fc11.i686.PAE #1 SMP Tue Nov 17 21:25:39 EST 2009 i686 i686 i386 GNU/Linux > > I have ran the config from my installation dir /home/rudra/vpython > $ ../visual-5.13_release/configure --prefix=/home/rudra/vpython > > the error is: > Compiling ../../visual-5.13_release/src/python/arrayprim.cpp ... > make[1]: *** [arrayprim.lo] Error 1 > make[1]: Leaving directory `/home/rudra/vpython/src' > make: *** [all-recursive] Error 1 > |