Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-12-15 11:25:22


On Thursday 15 December 2005 19:03, Kevin Wheatley wrote:
> Hi I have a problem with a jam file that works under Windows but fails
> under linux, any ideas?
..
> using qt4 ;
>
> exe myapp
>
> : main.cpp myappUI.rc
.....
> *** argument error
> * rule type.is-derived ( type base )
> * called with: ( OBJ )
> * missing argument base
> /data/RnD/3rdPartyLibraries/www.boost.org/boost/tools/build/v2/build/type.jam:190:see
definition of rule 'is-derived' being called

I suspect that the .rc is not a know extension on Linux, because on Windows
there's "import rc ; " in msvc.jam, and on Linux it's not the case.

- Volodya


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