|
From: <dca...@we...> - 2014-11-18 21:43:29
|
I'm having a heck of a time completing the compiling in Windows of the x64 version (simply so I can keep using 64-bit python extensions I might add), Was able to get rid of most errors but now I'm into the meat of C++ and I am not an expert. Can anyone help with these last few errors? I'm ignoring warnings (I believe that is reasonable at this time). If I need to supply more info, please let me know. I'm using Visual Studio 2013 Error 142 error C2440: 'return' : cannot convert from 'std::ostream' to 'bool' D:OBopenbabel-2.3.2srcformatstextformat.cpp 82 1 formats_utility Error 167 error MSB6006: "cmd.exe" exited with code 9009. C:Program Files (x86)MSBuildMicrosoft.Cppv4.0V120Microsoft.CppCommon.targets 170 5 bindings_python Error 194 error C2668: 'temperf::erf' : ambiguous call to overloaded function D:OBopenbabel-2.3.2srcchargesqeq.cpp 300 1 plugin_charges Error 196 error C2668: 'temperf::erf' : ambiguous call to overloaded function D:OBopenbabel-2.3.2srcchargesqtpie.cpp 344 1 plugin_charges Error 202 error C2664: 'std::pair<OpenBabel::OBBase *,double> std::make_pair<OpenBabel::OBBase*,double>(_Ty1 &&,_Ty2 &&)' : cannot convert argument 1 from 'OpenBabel::OBBase *' to 'OpenBabel::OBBase *&&' D:OBopenbabel-2.3.2srcopssort.cpp 118 1 plugin_ops Error 203 error C2664: 'std::pair<OpenBabel::OBBase *,std::string> std::make_pair<OpenBabel::OBBase*,std::string>(_Ty1 &&,_Ty2 &&)' : cannot convert argument 1 from 'OpenBabel::OBBase *' to 'OpenBabel::OBBase *&&' D:OBopenbabel-2.3.2srcopssort.cpp 148 1 plugin_ops Error 211 error C2440: 'initializing' : cannot convert from 'std::basic_istream<char,std::char_traits<char>>' to 'bool' D:OBopenbabel-2.3.2srcopsconformer.cpp 83 1 plugin_ops Error 233 error C2678: binary '!=' : no operator found which takes a left-hand operand of type 'std::istream' (or there is no acceptable conversion) D:OBopenbabel-2.3.2srcformatschemkinformat.cpp 642 1 formats_misc Looked for help online for these errors and they are beyond my ability to find a solution. Has anyone compiled under x64 windows 7? Thanks in advance, Dale |