Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-05-11 18:24:20


Caleb Epstein wrote:
> On 5/10/05, Rene Rivera <grafik.list_at_[hidden]> wrote:
>
>
>>Caleb Epstein wrote:
>>
>>>I committed this one-liner. I don't think it'll harm any other
>>>platform's results.
>>
>>I don't think it will harm, either :-)
>
> So much for our thinking so: http://tinyurl.com/abvb9

Darn :-)

> Here's a change which adds back libutil for all UNIX platforms which
> are not MACOSX or SUNOS:
>
> Starting around line 66:
>
> else if $(UNIX)
> {
> if $(OS) = MACOSX
> {
> PYTHON_EMBEDDED_LIBRARY = ;
> }
> else if $(OS) = SOLARIS
> {
> PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl ;
> }
> else
> {
> PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl util ;
> }
> }
>
> Perhaps this might be expressed more concisely with something like +=,
> but I'm a bit unfamiliar with my Jamfile syntax.

Look fine as is.. Yes it could be rewritten to use += but the amount of
would not really change.

> I'm getting ssh
> protocol errors from Sourceforge right now, so I can't check in this
> change.

They took developer CVS down for 20-30 minutes to add disk space to the
machine. It's already back.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk