
30 Aug
2004
30 Aug
'04
11:44 a.m.
Ralf W. Grosse-Kunstleve wrote:
No. I just checked out the very latest Boost CVS (ca. 3pm PDT) and all of Boost.Python (library and tests) compiles without showing your warnings above. I just get two different, short warnings. My compile flags are:
cxx -model ansi -std strict_ansi -msg_display_number -msg_disable 186,450,1115 -tlocal -DNDEBUG -O2 -fast
Linking:
cxx -model ansi -shared -expect_unresolved 'Py*' -expect_unresolved '_Py*'
Strange. Which version of python are you using exactly? And do you know how your python installation was cofigured? Markus