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

David Abrahams dave at boost-consulting.com
Mon May 10 14:18:02 CEST 2004


"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.

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list