[C++-sig] booost::python cvs - link error
Ralf W. Grosse-Kunstleve
rwgk at yahoo.com
Tue Jan 9 18:23:09 CET 2007
I'm using the latest boost CVS with vc71 all the time. Any problems must
be related to the build system.
Could you please check if you compile and link object/function.cpp? That's where
the missing symbol is defined.
BTW: docstring_options.hpp is in the CVS for a whole year already.
----- Original Message ----
From: Arthur <ajsiegel at optonline.net>
To: c++-sig at python.org
Sent: Monday, January 8, 2007 4:45:12 PM
Subject: [C++-sig] booost::python cvs - link error
Trying to use the cvs version of boost::python using vc71, for an
extension that compiles OK against boost_1_33_1 and get many of these:
"""
error LNK2001: unresolved external symbol "private: static bool volatile
boost::python::docstring_options::show_signatures_"
(?show_signatures_ at docstring_options@python at boost@@0_NC)
"""
I am aware that docstring_options.hpp is new, and that there are related
changes to function.hpp and function.cpp in cvs.
Tried some C++ novice ideas to get this to link, to no avail. I am
guessing the problem to be VC++ specific, somehow.
Any ideas are appreciated.
Art
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Cplusplus-sig
mailing list