Boost logo

Boost :

From: David Abrahams (abrahams_at_[hidden])
Date: 2001-03-26 10:15:14


Karl,

Please read the documentation page on building a project with windows
carefully for a rationale on why I've done it the way I have. In my
experience, most people stuck in the windows world will try to make a _DEBUG
build without having the special debug versions of Python.

-Dave

----- Original Message -----
From: "Karl Bellve" <Karl.Bellve_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Monday, March 26, 2001 10:07 AM
Subject: Re: [boost] Python and C++

>
>
> David Abrahams wrote:
> >
> > It is indeed covered in those docs, but in short, #define
> > BOOST_DEBUG_PYTHON.
> >
> > -Dave
> >
>
> This solved the problem. Could it be possible to do something like this
> in Boost to make it easier on us stuck in the windows world for some
> projects?
>
> #ifdef WIN32
> #ifdef _DEBUG
> #define BOOST_DEBUG_PYTHON
> #endif // end WIN32
> #endif // _DEBUG
>
>
> --
> Cheers,
>
>
>
> Karl Bellve, Ph.D. ICQ # 13956200
> Biomedical Imaging Group TLCA# 7938
> University of Massachusetts
> Email: Karl.Bellve_at_[hidden]
> Phone: (508) 856-6514
> Fax: (508) 856-1840
> PGP Public key: finger kdb_at_[hidden]
>
> To unsubscribe, send email 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