Boost logo

Boost-Build :

Subject: Re: [Boost-build] Calling qt4.jam from a custom location
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-09-29 11:54:05


AMDG

Juergen Hunold wrote:
>> import qt4 ;
>> import cast ;
>> if ! [ qt4.initialized ]
>> {
>> path-constant qt4-path : ../../lib/qt4 ;
>> ECHO "Use QT4 from the custom path" $(qt4-path) ;
>> using qt4 : $(qt4-path) ;
>> }
>>
>> I copied the file to ../../lib/qt4 directory, and change the import
>> statement:
>>
>> import ../../lib/qt4/qt4 ;
>>
>> It complained that it could load modules.jam.
>>
>> How to modify the following `import' statements so that they can be
>> located:
>>
>
> No idea.
>

You have to use modules.load first. Run bjam --help modules.load for
documentation.

In Christ,
Steven Watanabe


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