Hello,
I am trying to build juggler 2.2 on fedora 7 (32 bit) since there are no pre-built binaries available for download. I am trying to configure juggler with the following options and I get a boost file system error and the configure stops. Here is the configure statement I issued:
../configure.pl --prefix=/usr/local/Juggler2.2 --with-audiere --with-boost-fs-lib=boost_filesystem --with-boost-includes=/usr/local/include --with-boost-signals-lib=/usr/local/lib --with-boost=/usr/local --with-cppunit --with-java-orb=JDK --with-jdkhome=/usr/local/j2re1.4.2_15 --with-libusb=/usr/lib --with-nspr-includes --with-nspr-libs --with-nspr --with-nsprver=4.1 --with-opengl=/usr --with-perl=/usr --with-python=/usr --with-gmtl
The error I've got was:
checking whether Boost version is >= 1.31.0... yes (version 1.34.0)
...
...
...
checking for boost::filesystem::exists() in boost_filesystem in /usr/local/lib... no
configure: error: *** Boost.Filesystem required by VPR ***
make[2]: *** [Makefile] Error 1
make[1]: *** [recursive] Error 1
make: *** [build] Error 2
I have compiled and installed boost and /usr/local/lib is flooded with libboost libraries. I am completely lost as to why this is happening. I remember going into a similar problem an year ago and -with-boost-fs-lib=boost_filesystem magically solved the problem. Most of the boost filesystem library files look like libboost_filesystem-gcc41.so in my /usr/local/lib. Can anyone let me know how to solve it?
Also, I am not too sure if this is the right place to ask these kind of questions. Please let me know if it is not.
Thanks,
Vijay.