Open pramodkp opened 4 years ago
I have the exact same issue
inchi.cpp:57:10: fatal error: GraphMol/PeriodicTable.h: No such file or directory
57 | #include <GraphMol/PeriodicTable.h>
| ^~~~~~
compilation terminated.
make: *** [/usr/lib/R/etc/Makeconf:181: inchi.o] Error 1
ERROR: compilation failed for package ‘rrdkit’
It's expecting to find the headers in ${RDBASE}/Code
, which does not appear to be set, since the compiler line has -I/Code
. Once that is set, it should look in the right directory, but note that least when I installed RDKit via homebrew, I had to manually create the symlink from ${RDBASE}/Code
into the Cellar directory containing the headers.
Hii , I tried to install the package in rstudio but installation failed. Can you help me figure out the problem. below is the error.
Installing package into ‘/home/cadd/R/x86_64-redhat-linux-gnu-library/3.6’ (as ‘lib’ is unspecified)
include <GraphMol/PeriodicTable.h>
compilation terminated. make: *** [inchi.o] Error 1 ERROR: compilation failed for package ‘rrdkit’