Boost logo

Boost :

From: Samuel Krempp (krempp_at_[hidden])
Date: 2002-10-11 07:05:11


le Vendredi 11 Octobre 2002 13:21, jm_at_[hidden] écrivit :

> I've done very little work on the kylix jam toolset, it almost certainly
> doesn't work unless you have run the kylixpath shell script before
> invoking bjam (and use the BCCROOT option).

Setting BCCROOT is a normal thing to do (it's documented in
build/index.html).

I didnt know about kylixpath, but the jam file does well without it (once
fixed. before fix, kylixpath did not help, either)

it seems the only extra thing kylixpath might do for building programs is :
"""
NLSPATH is now set to :
/opt/kylix3/help/lib/locale/%L/%N.cat
"""
which might -unlikely- be needed for proper locale support ..

Anyhow, what *really* mattered was the jam file was feeding kylix's include
directory among the STDHDRS include directories, which I recall is not
suggested for gcc, and indeed caused failure for kylix.

Since there is no booster around that knows kylix real well, I commited the
fix to tools/build/kylix-tools.jam myself :

-flags kylix STDHDRS : $(BCCROOT)$(SLASH)include ;
+#flags kylix STDHDRS : $(BCCROOT)$(SLASH)include ;

(in RC branch + trunk)

-- 
Samuel

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