Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-18 11:15:04


Hi Toon,

I just tried with both 2.96 and 3.0.3 on Linux. All works.
The bug you're referring to would be accounted for by the difference between
v1.9 and v1.10 of libs/python/Jamfile, FWIW. Are you reallyreallysure you
were up-to-date? Mine says:

    # -------- general test -------
    extension m1 : test/m1.cpp <dll>bpl
      :
      : debug-python
      ;

    extension m2 : test/m2.cpp <dll>bpl
      :
      : debug-python ;

-Dave

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

> David Abrahams wrote:
>
> > Nope; works for me on lots of platforms including gcc on linux and
windows.
> > What problem are you having exactly, and with which compiler?
> >
>
>
> /usr/local/boost/libs/python> jam -sBOOST_ROOT=/usr/local/boost
> unknown target type for <libs!python>libbpl.a
>
> It's also strange since the bpl library is defined as a <dll> but
>
> used as a <lib> for building `extension m1`.
>
>
> compiler : gcc-2.95.3
>
>
> > Is your CVS tree up-to-date?
>
>
> I had previously updated my whole boost, this specific Jamfile is v1.10
>
>
> >
> >
> > ----- 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/
> >>
> >>
> >>
> >
> >
> > 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/
> >
> >
> >
> >
> >
>
>
>
>
> 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