$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-06-14 11:58:08
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];
^