
4 Dec
2005
4 Dec
'05
1:07 p.m.
John Maddock wrote:
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?
Yes, you are correct. Thanks.