Hi, Benoit Leblanc! Your commit at r4990 deletes OBMinimizingEnergyConformerScore and OBMinimizingRMSDConformerScore classes and it breaks build. Also, why are you deleting virtual destructors introduced in r4832?
>From src/ops/conformer.cpp:159: OBConformerSearch cs; if (score == "energy") cs.SetScore(new OBEnergyConformerScore); else if (score.find("mine") != std::string::npos) cs.SetScore(new OBMinimizingEnergyConformerScore); else if (score.find("minr") != std::string::npos) cs.SetScore(new OBMinimizingRMSDConformerScore); Reinis ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenBabel-Devel mailing list OpenBabel-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-devel