On Thu, Oct 24, 2013 at 11:35 AM, Gianluca Sforna <gia...@gmail.com> 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
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Rdkit-devel mailing list
Rdkit-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-devel

Reply via email to