Boost logo

Boost-Build :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-06-14 12:49:10


On 06/14/2004 11:58 AM, Larry Evans wrote:
> On 06/14/2004 11:20 AM, Larry Evans wrote:
> [snip]
> Tried:
>
>>> BOOST_JAM_CC="como --c"
>
> and this avoided the error in execunix.c, but got one other error:
>
> 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 21: error: identifier "PATH_MAX" is undefined
> char buffer[PATH_MAX];
> ^
Added #define for PATH_MAX and `build.sh como` completed after
build.jam was changed to include:

## Comeau C/C++ 4.x
toolset como como : "-o " : -D
:
[ opt --release : --inlining --c ]
[ opt --debug : --no_inlining --c ] ;

 


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