Boost logo

Boost-Build :

From: Andrew Ward (andy.ward_at_[hidden])
Date: 2005-07-06 23:21:50


Hi Everyone,
I tried to build the qt example in the boost v2 directory, however
linking fails as it is looking for qt-mt.lib, whereas with Qt 3.3.4
Windows edition the file is called qt-mt334.lib. Is there a way to
change this so that bjam looks for qt-mt334.lib?

Here is the output:

C:\boost_1_32_0\tools\build\v2\example\qt>bjam
...found 31 targets...
...updating 3 targets...
msvc.link bin\msvc\debug\threading-multi\canvas.exe
bin\msvc\debug\threading-mul
ti\canvas.rsp
LINK : fatal error LNK1181: cannot open input file 'qt-mt.lib'

call "C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\bin\vcvars32.ba
t" > nul
link /NOLOGO /DEBUG /subsystem:console
/out:"bin\msvc\debug\threading-multi\ca
nvas.exe" /INCREMENTAL:NO /LIBPATH:"C:\Qt\3.3.4\lib"
@"bin\msvc\debug\threadi
ng-multi\canvas.rsp"

...failed msvc.link bin\msvc\debug\threading-multi\canvas.exe
bin\msvc\debug\thr
eading-multi\canvas.rsp...
...removing bin\msvc\debug\threading-multi\canvas.rsp
...failed updating 2 targets...
...updated 1 target...

 


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