|
Boost-Build : |
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-11-07 13:11:47
Kevin Wheatley wrote:
>Has anything changed recently in HEAD to stop the linking of the Qt
>libraries when using BBv2? it looks to me like the Qt libraries are
>not being passed to the rsp files. The objects are compiled with the
>right includes etc, just the references to the libraries are not
>there... the two supplied examples don't work either. They used to
>work, I can't spot anthing in the actual qt4.jam file that has changed
>but I know that some work on the responce file handling has been going
>on so peraps that is where it comes from.
Doh!
In the compile action I used:
@($(<[1]:W).rsp:E=$(nl)"$(>)" $(nl)-D$(DEFINES) $(nl)"-I$(INCLUDES)")
to generate the response file, and for the link actions:
@($(<[1]:W).rsp:E=$(nl)"$(>)")
I assume that I missed passing in the library paths (blush), so this should
be...
@($(<[1]:W).rsp:E=$(nl)"$(>)" $(nl)"-L$(LINKPATH)")
Is there anything else obvious that I missed. I'll provide a patch
shortly...
- Reece
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