$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-12-04 05:18:21
> I'm testing now, but I think I already see one error. IIRC,
> -I/usr/include shouldn't be used. -I should not be used with a path
> that is already standard for the system, as it can cause problems.
> Do I recall correctly that this was mentioned here before?
Are you building with -sICU_PATH=/usr ? This will inject that include path.
If the ICU libraries are already installed in the usual places just
use -sHAVE_ICU=1 instead, this is the prefered option and it's documented in
the regex build instructions in libs/regex/doc/install.html#unicode and also
in the getting started guide.
Any help?
John.