Sorry -- Newbie here -- I don't know exactly what the 'latest CVS
state' is or how to get it.
I have been trying to build boost-python on Windows95 with
MSVC++6. I have boost 1.27 and activestate python 2.2.1 build 222.
I can get it to compile but the link fails.
Here is the linker message for the boost-example1:
Linking...
Creating library Debug/hello.lib and object Debug/hello.exp
example1.obj : error LNK2001: unresolved external symbol "bool __cdecl
boost::python::handle_exception_impl(class
boost::function0
David Abrahams wrote:
1. Get the latest CVS state. Release 1.27 is broken in several ways.
Ooops, ok - I will try the CVS version.
The library works with Python 2.2.1
Thanks - that's the info I was hoping for :-)
Ali
"pendrildurham (by way of Jon Kalb)"
Sorry -- Newbie here -- I don't know exactly what the 'latest CVS state' is or how to get it.
http://sourceforge.net/cvs/?group_id=7586
I have been trying to build boost-python on Windows95 with MSVC++6. I have boost 1.27 and activestate python 2.2.1 build 222. I can get it to compile but the link fails.
Here is the linker message for the boost-example1:
Linking... Creating library Debug/hello.lib and object Debug/hello.exp
<snip>
hello.dll - 11 error(s), 0 warning(s)
Perhaps there is something simple I can do to fix this? Perhaps there is something I need to include in the project to get the link to work?
It looks like you're missing libs/python/src/errors.cpp.
participants (2)
-
David Abrahams
-
pendrildurham