Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-29 04:02:44


Hi Sheila,
> I am new to bjam and wish to start using it for a big project composed
> of c++, and tcl projects. The tcl projects get byte compiled with
> tclcompiler and wrapped with tclapp.
>
> If jam files for using tclcompiler and tclapp do not already exist,
> please give me a starting point for learning how to create them. I've
> started by skimming some jam files in boost.build/tools/.

I think reading though

http://boost.org/boost-build2/doc/html/bbv2/extender.html

should provide you with the basic information.

> I have a good opportunity here to plan out a sane build process, and I
> would also appreciate any links to (or direct replies with)information
> on traps and pitfalls, good practices, etc.

Basically, it's good to use gcc.jam as starting point. In particular, the
'init' rule there handles several versions of compiler -- which was tricky to
get right. If you only intend to work with a single version of tclcompiler
and tclapp tools, then there should be no traps ;-)

- 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