Boost logo

Boost-Build :

From: Lian Cheng (rhythm.mail_at_[hidden])
Date: 2008-04-24 05:31:59


Lian Cheng wrote:
>
> But I still cannot figure out what's going on... This line seems to be
> the trouble maker:
>
> locate-target ?= bin$(.)$(OS:L)$(OSPLAT:L) ;

Please just ignore this rediculous conclusion :-(

>
> Vladimir Prus wrote:
>> In jam's src directory there's build.jam, that includes the following code:
>>
>> # Put executables in platform-specific subdirectory.
>> locate-target = $(LOCATE_TARGET) ;
>> if $(VMS)
>> {
>> locate-target ?= bin$(.)vms ;
>> }
>> ...
>> if $(debug)
>> {
>> locate-target = [ .path $(locate-target)$(.)debug ] ;
>> }
>> else
>> {
>> locate-target = [ .path $(locate-target) ] ;
>> }
>>
>> Can you add:
>>
>> ECHO XXX $(locate-target) ;
>>
>> after each assignment and see where the wrong name first appears?
>>
>> - Volodya
>>
>
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
>


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