26 messages in com.perforce.jamming[jamming] Boost Build System prerelease
FromSent OnAttachments
David Abrahams18 Jun 2001 15:20 
Brett Calcott20 Jun 2001 14:29 
David Abrahams" <david.abrahams@rcn.com (David Abrahams)20 Jun 2001 16:09 
John Belmonte20 Jun 2001 22:56 
David Abrahams21 Jun 2001 05:26 
John Belmonte21 Jun 2001 05:44 
David Abrahams21 Jun 2001 05:50 
David Turner26 Jun 2001 01:24 
David Abrahams26 Jun 2001 06:01 
David Turner26 Jun 2001 08:07 
David Turner26 Jun 2001 08:40 
David Turner26 Jun 2001 08:56 
David Abrahams26 Jun 2001 09:41 
David Abrahams26 Jun 2001 10:12 
David Turner26 Jun 2001 11:35 
Beman Dawes26 Jun 2001 11:40 
David Turner26 Jun 2001 14:44 
Chris Antos26 Jun 2001 17:18 
Dave Lewis26 Jun 2001 20:25 
David Abrahams27 Jun 2001 04:56 
Dave Lewis27 Jun 2001 07:54 
Paul Moore27 Jun 2001 15:14 
David Abrahams" <david.abrahams@rcn.com (David Abrahams)27 Jun 2001 17:31 
Paul Moore28 Jun 2001 12:46 
David Abrahams28 Jun 2001 14:54 
Paul Moore30 Jun 2001 09:59 
Subject:[jamming] Boost Build System prerelease
From:Brett Calcott (bret@paradise.net.nz)
Date:06/20/2001 02:29:34 PM
List:com.perforce.jamming

A few comments & questions...

I am new to Jam and was going to use it for my a project of mine in c++ that I want to use on both Win32 & Linux (which uses boost, by the way).

Firstly, well done on an amazing rework of the jam system to allow complex multiple builds.

The approach that you have taken is a quite a change on top of the basic Jam system. Judging by some of the questions that occur on the list (multiple builds - dlls etc) it would be good if the whole system could be incorporated into jam. What does perforce think of this?

The current version of Jam only works with NT, not the other versions of Win32. (I am betting that quite a few boost users have Win98/95 installed). David Turner at www.freetype.org has made the necessary changes for it to work on the other Win32 platforms but has added some extra definitions as well. There seems to be some overlap here.

Lastly, why isn't allyourbase.jam just called Jamrules? This is the automatic toplevel that is read in without using the -f option. Or have I missed something here?

Brett