Boost logo

Boost-Build :

From: Hassan Mehmet (hassan_mehmet_at_[hidden])
Date: 2007-04-04 11:04:54


Vladimir Prus <ghost <at> cs.msu.su> writes:

>
> Did you try any of examples in
>
> example/qt/qt3
>
> and if so, what errors did you get?
>

Hi Vladimir

You're right I should have tried those first.

BTW there is a small typo. The qt/qt3 examples should use qt3 instead of the
plain qt.

using qt3 ;
project
    # built MT version, unless asked otherwise.
    : default-build <threading>multi
    ;

exe canvas : main.cpp canvas.cpp canvas.h : <library>/qt3//qt ;

As per my last post I realised that the problem was with .H files. The error
message should have alerted me ;)

boost-build/build/generators.jam:916: in ensure-type from module generators
error: target { A.H. } has no type

Cheers
Hassan


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