Schlesinger, Philip wrote:
Hi David. Compiled ICU, added the statements to the PATH and LIBPATH,
now running into trouble with unicode/ures.h:
<snip>
Building util
gmake -s -C util
.
.
.
(CP)
/PEBuilds/bldtogether/xerces-c-src_2_7_0/include/xercesc/util/Platforms/
AIX
(C++) AIXPlatformUtils.o
"/PEBuilds/bldtogether/xerces-c-src_2_7_0/include/xercesc/util/MsgLoader
s/ICU/ICUMsgLoader.hpp", line 26.10: 1540-0836 (S) The #include file
"unicode/ures.h" is not found.
gmake[3]: *** [AIXPlatformUtils.o] Error 1
gmake[2]: *** [all] Error 2
gmake[1]: *** [platforms] Error 2
gmake: *** [Util] Error 2
chdir /PEBuilds/bldtogether/xerces-c-src_2_7_0/lib
</snip>
Are you sure you exported the ICUROOT environment variable properly? It should be something like this, from the
information you provided:
export ICUROOT=$BLDROOT/local
Dave