Re: [Rdkit-devel] Beta of Q3 2013 release available
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Greg L. <gre...@gm...> - 2013-10-24 11:26:48
|
On Thu, Oct 24, 2013 at 11:35 AM, Gianluca Sforna <gi...@gm...> wrote: > > Tried to rebuild the RPMs for Fedora 20, fails at the cartridge with: > > g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-protector-strong --param=ssp-buffer-size=4 > -grecord-gcc-switches -m64 -mtune=generic -Wno-unused-function > -I/usr/local/include > -I/builddir/build/BUILD/Release_2013_09_1beta1/Code > -DRDKITVER='"007100"' -I/usr/local/include > -I/builddir/build/BUILD/Release_2013_09_1beta1/Code > -DRDKITVER='"007100"' -I. -I. -I/usr/include/pgsql/server > -I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/libxml2 > -fPIC -c -o adapter.o adapter.cpp > adapter.cpp:32:32: fatal error: GraphMol/RDKitBase.h: No such file or > directory > #include <GraphMol/RDKitBase.h> > ^ > compilation terminated. > Is the source actually present in /builddir/build/BUILD/Release_2013_09_1beta1/Code? The makefile uses (the equivalent of) -I$RDBASE/Code and assumes that GraphMol is under that. -greg |