Hi,

I am trying to build RDKit on my machine, unfortunately without success so
far. I am not sure where the problem is, probably with the boost logging
library? Any help would be appreciated!

Adrian


=> I have set the following environment variables:

# RDKIT
export RDBASE=/home/adrian/Downloads/RDKit_Aug2007Release
export RDOPTFLAGS=-O3
export RDF77LIB=gfortran
export PYTHON_VERSION=2.5
export PYTHON_ROOT=/usr
export BOOSTBASE=/usr/include/boost


=> Output from /home/adrian/Downloads/RDKit_Aug2007Release/External/make

make --directory=/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral
install
make[1]: Entering directory
`/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral'
Makefile:43: Invariant.d: No such file or directory
Makefile:43: types.d: No such file or directory
Makefile:43: utils.d: No such file or directory
Makefile:43: Dict.d: No such file or directory
Makefile:43: RDLog.d: No such file or directory
Making dependencies for file RDLog.cpp
In file included from RDLog.cpp:7:
RDLog.h:11:29: error: boost/log/log.hpp: No such file or directory
RDLog.cpp:8:35: error: boost/log/functions.hpp: No such file or directory
Making dependencies for file Dict.cpp
Making dependencies for file utils.cpp
In file included from
/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral/Invariant.h:16,
                 from types.h:16,
                 from utils.h:10,
                 from utils.cpp:7:
/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral/RDLog.h:11:29:
error: boost/log/log.hpp: No such file or directory
Making dependencies for file types.cpp
In file included from
/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral/Invariant.h:16,
                 from types.h:16,
                 from types.cpp:11:
/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral/RDLog.h:11:29:
error: boost/log/log.hpp: No such file or directory
Making dependencies for file Invariant.cpp
In file included from Invariant.h:16,
                 from Invariant.cpp:8:
/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral/RDLog.h:11:29:
error: boost/log/log.hpp: No such file or directory
make[1]: Leaving directory
`/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral'
make[1]: Entering directory
`/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral'
g++ -O3 -I/include//usr/include/boost
-I/home/adrian/Downloads/RDKit_Aug2007Release/Code   -c -o Invariant.o
Invariant.cpp
In file included from Invariant.h:16,
                 from Invariant.cpp:8:
/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral/RDLog.h:11:29:
error: boost/log/log.hpp: No such file or directory
/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral/RDLog.h:12:
error: expected constructor, destructor, or type conversion before '(' token
make[1]: *** [Invariant.o] Error 1
make[1]: Leaving directory
`/home/adrian/Downloads/RDKit_Aug2007Release/Code/RDGeneral'
make: *** [all] Error 2

Reply via email to