Re: [Rdkit-devel] "symbol(s) not found" on Mac OS X 10.7.3
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Andrew D. <da...@da...> - 2012-08-24 00:23:21
|
On Aug 24, 2012, at 1:24 AM, James Swetnam wrote: > Ironically, I just ran into this same issue with our internal gcc build today. I've attached a patch that removes the platform-specific -O0 flag for Dict.cpp and replaces the force_types() method with the following, which is somewhat more C++ standard-compliant and portable: It works - w00t! Thanks James; I have a 100% build now. > You can read up on what's going on here (it's not pretty, nothing with c++ template programming is) here: > http://www.parashift.com/c++-faq-lite/separate-template-fn-defn-from-decl.html "I will do it anyway even though it's confusing." "I will do it anyway even though it's confusing." "I will do it anyway even though it's confusing." :) Andrew da...@da... |