Boost logo

Boost-Build :

Subject: [Boost-build] Newbie: few questions
From: Thomas Lehmann (t.lehmann_at_[hidden])
Date: 2009-10-12 02:32:42


Hi!

Again about Example: 1-to-1 generator.
When trying to use this like here...

type.register ERR : err ;
generators.register-standard err.convert : ERR : H ;

... then the output is "...found 1 target..." and the defined action will be not executed.
Changing it to...

generators.register-standard err.convert : ERR : CPP ;


the action will be called. How do I use this for headers?

Another issue:

My script (inside of actions) does accept two parameters (input and output);
so I use $(>) and $(<). How can I access part of the file (path, filename, extension)?
Why? The script could do it by I intent to do something like --name=$(>).name
(filename.ext -> filename) But here I get filename.ext.name!


Final:
What do I have to do for using CXX instead of CPP. Registering as a type
like above didn't work.

sincerely
Thomas


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