From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2004-08-30 06:44:27


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