$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Mat Marcus (mat-lists_at_[hidden])
Date: 2008-04-14 15:35:24
When I try to build bjam under cygwin (with various versions of gcc
including the 3.x and 4.x) I get an assertion failure. Any
suggestions? (Note: my cygwin is installed under C:\ not C:\cygwin)
$ cd /asl/staff/mmarcus/sandbox/boost_libraries/tools/jam/src
$ ./build.sh
###
### Using 'gcc' toolset.
###
rm -rf bootstrap
mkdir bootstrap
gcc -o bootstrap/jam0 command.c compile.c debug.c expand.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 output.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
w32_getreg.c modules/set.c modules/path.c modules/regex.c
modules/property-set.c modules/sequence.c modules/order.c execunix.c
fileunix.c
./bootstrap/jam0 -f build.jam --toolset=gcc --toolset-root= clean
assertion "!strcmp( l->string, "c:\\foo\\bar" )" failed: file
"expand.c", line 752
./build.sh: line 13: 5180 Segmentation fault (core dumped) $@
Thanks,
Mat