Open egonw opened 5 years ago
error reproduced
Hi, I get the same error when running: install_github("pauca/rrdkit/rrdkit")
This is the error message I get:
1 error generated. make: *** [inchi.o] Error 1 ERROR: compilation failed for package ‘rrdkit’
Did you manage to solve this error?
Presumably an older version of RDKit did #include <queue>
, but that is not the case in the current version. Thus, the assumption that the queue header has been included is no longer valid, and the code needs to be updated to explicitly include it.
After installing
librdkit-dev
andlibboost1.67-dev
to provide needed header files, I got this error: