Hi,
I am using redkit as a library for a C++ code. I want, from a smiles
formnula of a molecule, perform a conformation search.
Here my code
"
ROMol *mol=SmilesToMol("CC=C(O)N");
ROMol *mol2;
mol2=addHs(*mol,false,true);
INT_VECT cids=EmbedMultipleConfs(*mol2, 2);
"
and here the error I get:
"undefined symbol:
_ZN5RDKit12DGeomHelpers18EmbedMultipleConfsERNS_5ROMolEjjibbdbjdPKSt3mapIiN6RDGeom7Point3DESt4lessIiESaISt4pairIKiS5_EEEdbd
"
I can't figure what is the problem.
Thanks
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss