Boost logo

Boost-Build :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-09-20 09:00:38


With the following download from boost consulting:

boost-04-09-20-0500

I get:
<------------
cd ~/prog_dev/boost-snapshot/boost-04-09-20-0500/tools/build/jam_src/
./build.sh como
###
### Using 'como' toolset.
###
rm -rf bootstrap.como
mkdir bootstrap.como
como --c -o bootstrap.como/jam0 command.c compile.c execnt.c execunix.c
execvms.c expand.c filent.c fileos2.c fileunix.c filevms.c glob.c hash.c
hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c
newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c
search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c
builtins.c pwd.c class.c native.c modules/set.c modules/path.c
modules/regex.c modules/property-set.c modules/sequence.c modules/order.c

...

pwd.c:
Comeau C/C++ 4.3.3 (Jan 30 2004 15:40:54) for LINUX_INTEL_ELF
Copyright 1988-2004 Comeau Computing. All rights reserved.
MODE:non-strict warnings C90

"pwd.c", line 29: error: operand types are incompatible ("int" and "void *")
if (getcwd(buffer, sizeof(buffer)) == NULL)
^

1 error detected in the compilation of "pwd.c".

>------------

where como version is 4.3.3.

 


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