Hi, I check out the latest RDKit sources from master and I'm trying to
compile the PBF.  However, the compilation fails reporting
that RDGeneral/export.h is missing:

(rdkit) PBF guha$ make

c++ -O2 -I/usr/local/include -I/Users/guha/src/rdkit/Code -Wno-deprecated
-I/usr/local/include/eigen3 -DUSE_EIGEN2  -c -o demo.o demo.cpp

In file included from demo.cpp:12:

/Users/guha/src/rdkit/Code/RDGeneral/Invariant.h:12:10: fatal error:
'RDGeneral/export.h'
file not found

#include <RDGeneral/export.h>

         ^~~~~~~~~~~~~~~~~~~~

1 error generated.

make: *** [demo.o] Error 1

(I haven't compiled RDKit as I already have it installed via conda)

-- 
Rajarshi Guha | http://blog.rguha.net | @rguha <https://twitter.com/rguha>
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to