[C++-sig] Re: building boost.python on windows

Olivier Ravard olivier.ravard at novagrid.com
Tue May 11 12:33:17 CEST 2004


----- Original Message -----
From: "David Abrahams" <dave at boost-consulting.com>
To: <c++-sig at python.org>
Sent: Monday, May 10, 2004 2:18 PM
Subject: [C++-sig] Re: building boost.python on windows


> "Olivier Ravard" <olivier.ravard at novagrid.com> writes:
>
> > ----- Original Message -----
> > From: "David Abrahams" <dave at boost-consulting.com>
> > To: <c++-sig at python.org>
> > Sent: Friday, May 07, 2004 7:39 PM
> > Subject: [C++-sig] Re: building boost.python on windows
> >
> >
> >> Olivier Ravard <olivier.ravard at univ-rennes1.fr> writes:
> >>
> >> > Hi everybody,
> >> >
> >> > I used boost.python on linux since a long time and it works fine.
> >> > This is a great tool for developping hybrid applications.
> >> >
> >> > I am trying to compile boost.python on windows with the Microsoft
Visual
> >> > C++ 2003 Toolkit. The compilation of file works but when linking to
> >> > build the
> >> > .dll, there is many many error for unresolved symbols about
> >> > __declspec(dllimport/dllexport).
> >> >
> >> > Is somebody have an idea ? How can I resolve this problem ?
> >>
> >> Use Boost.Build ;-)
> >>
> >
> > Yes I used it !
>
> Please post the command-line you used and the command-lines produced
> by bjam (you can pass -n or -d+2 to see those -- do they look OK to
> you?), along with the first few errors.
>

Finally, I compiled boost.python with mingw and it works...

Thanks.

> --
> Dave Abrahams
> Boost Consulting
> http://www.boost-consulting.com
>
>
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig





More information about the Cplusplus-sig mailing list