Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-18 10:33:12


Nope; works for me on lots of platforms including gcc on linux and windows.
What problem are you having exactly, and with which compiler?

Is your CVS tree up-to-date?

----- Original Message -----
From: "Toon Knapen" <toon.knapen_at_[hidden]>
To: "boost" <boost_at_[hidden]>
Sent: Monday, February 18, 2002 10:27 AM
Subject: [boost] python_v2 : Jamfile

> Needed to make following modification to the Jamfile to make bplv2 compile
?
>
> Index: Jamfile
> ===================================================================
> RCS file: /cvsroot/boost/boost/libs/python/Jamfile,v
> retrieving revision 1.1.2.2
> diff -u -r1.1.2.2 Jamfile
> --- Jamfile 18 Dec 2001 14:10:06 -0000 1.1.2.2
> +++ Jamfile 18 Feb 2002 15:22:37 -0000
> @@ -47,11 +47,11 @@
> # <define>BOOST_PYTHON_TRACE
> ;
>
> -extension m1 : test/m1.cpp <lib>bpl # <define>BOOST_PYTHON_TRACE
> +extension m1 : test/m1.cpp <dll>bpl # <define>BOOST_PYTHON_TRACE
> : <gcc><*><define>BOOST_PYTHON_EXPORT=
> : debug-python ;
> -extension m2 : test/m2.cpp <lib>bpl # <define>BOOST_PYTHON_TRACE
> +extension m2 : test/m2.cpp <dll>bpl # <define>BOOST_PYTHON_TRACE
> : <gcc><*><define>BOOST_PYTHON_EXPORT=
> : debug-python ;
>
> -boost-python-runtest try : test/newtest.py <lib>m1 <lib>m2 : :
> debug-python ;
> \ No newline at end of file
> +boost-python-runtest try : test/newtest.py m1 m2 : : debug-python ;
>
>
> Info: http://www.boost.org Send unsubscribe requests to:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk