Boost logo

Boost-Build :

From: Malcolm Cifuentes (malcolm_cifuentes_at_[hidden])
Date: 2005-08-05 08:15:48


Hi all,
a couple of things with the qt4.jam toolset.

1. Its nice to use something that makes life so much easier:)
2. The qt4.jam file doesn't appear in the nightly build zip
files, up until 4/8/05 anyway.
3. qt4.jam needs a small modification(patch attached) so it
works with cygwin under NT. This may have been fixed already
in CVS.
4. In order to import the toolset I need the following statement:
if [ os.name ] in CYGWIN
{
using qt4 : /Qt/4.0.0 ;
}
else
{
using qt4 : c:/Qt/4.0.0 ;
}

otherwise I get compile errors because if we only have
using qt4 : /Qt/4.0.0 ;

then under NT the leading / is removed for the -I & -L paths.

I suspect this is a bbv2 issue as opposed to a qt4 toolset
issue.

thanks
mal

begin 644 qt4_cygwin.jam.patch
M+2TM("XN+RXN+W%T-"YJ86T)5&AU($%U9R`P-"`R,CHR,CHQ."`R,#`U#0HK
M*RL@<70T+FIA;0E&<FD_at_075G(#`U(#(P.C(W.C,V(#(P,#4-"D!`("TW.2PW
M("LW.2PW($!`#0H@("`@("`@("`@("`@/&1L;"UP871H/B0H+G!R969I>"DO
M;&EB(#L-"B`-"B`@("`@("`@(&QO8V%L('-U9F9I>"`[#0HM("`@("`@("!I
M9B!;(&]S+FYA;64_at_72`]($Y4#0HK("`@("`@("!I9B!;(&]S+FYA;64_at_72!I
M;B!.5"!#64=724X-"B`@("`@("`@('L-"B`@("`@("`@("`@("`C($]N($Y4
M+"!T:&4@;&EB<R!H879E("(T(B!S=69F:7_at_L(&%N9"`B9"(@<W5F9FEX(&EN
M(&1E8G5G(&)U:6QD<PT*("`@("`@("`@("`@(",@06QS;RP@;VX_at_3E0@=V4@
M;75S="!L:6YK(&%G86EN<W0@<71M86EN(&QI8G)A<GD@*&9O<B!7:6Y-86EN
#*0T*
`
end

 


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