[Rdkit-discuss] (no subject)
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Markus K. <m.k...@tu...> - 2008-01-31 17:52:04
|
Hi there, I'm quite new to compiled Programming languages and as can be read here my problems occured previously. However I dind't manage to install the Kit properly. I modyfied the boost::random source, copied the log files as described =20 and was also able to do the two "bjam" commands as described in the =20 wiki. I put the boost_1_34_1 Dir and the RDKit Dir into /opt. Variables are set to: export RDBASE=3D/opt/RDKit export RDOPTFLAGS=3D'-03' export RDF77LIB=3Dgfortran export PYTHON_VERSION=3D2.5 export PYTHON_ROOT=3D/usr/lib export GCCVERSION=3D$(gcc -dumpversion) # It's version 4.1 export BOOSTBASE=3Dboost_1_34_1 export BOOSTHOME=3D/opt export BOOST_BUILD_PATH=3D$BOOSTHOME/boost_1_34_1 export PYTHONPATH=3D/opt/RDKit/PYTHON:$PYTHONPATH export LD_LIBRARY_PATH=3D/opt/RDKit/bin:LD_LIBRARY_PATH Now when I cd to /opt/RDKit/Code and run bjam as read in the "New =20 build system" section, I get the following output: root@akb-16:/opt/RDKit/Code# bjam Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (don't panic: this is a strictly optional feature). warning: No toolsets are configured. warning: Configuring default toolset "gcc". warning: If the default is wrong, you may not be able to build C++ programs. warning: Use the "--toolset=3Dxxxxx" option to override our guess. warning: For more configuration options, please consult warning: =20 http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html error: Unable to find file or target named error: '/boost/log//boost_log' error: referred from project at error: '.' root@akb-16:/opt/RDKit/Code# As i did not really understand this boost,bjam,ect-thing I can't tell =20 what is wrong, but I guess I need some parameter-flags here... ...the question is which flags??? :-) When I run make, I get the message: root@akb-16:/opt/RDKit/Code# make make --directory=3DRDGeneral install; make[1]: Entering directory `/opt/RDKit/Code/RDGeneral' g++ -O3 -I/opt/include/boost_1_34_1 -I/opt/RDKit/Code -c -o =20 Invariant.o Invariant.cpp In file included from Invariant.h:16, from Invariant.cpp:8: /opt/RDKit/Code/RDGeneral/RDLog.h:11:29: error: boost/log/log.hpp: No =20 such file or directory /opt/RDKit/Code/RDGeneral/RDLog.h:12: error: expected constructor, =20 destructor, or type conversion before ?(? token make[1]: *** [Invariant.o] Error 1 make[1]: Leaving directory `/opt/RDKit/Code/RDGeneral' make: *** [libs] Error 2 root@akb-16:/opt/RDKit/Code# make By the way: OS is Ubuntu 7.10 32bit Any help very appreciated, thanks in advance, Markus |