Can you attach the config.log file that configure generated?
Alberto
Il 26/12/2013 06:51, sachin mittal ha scritto:
Hi Alberto,
Configure command line below :-
configure --disable-msgloader-icu --disable-transcoder-icu
Error facing :-
I removed the ICU folder and was building with above configure commands.
make -s -C util
(CP) /XYZ/xerces-c-src/include/xercesc/util/Transcoders/ICU
(CP) /XYZ/xerces-c-src/include/xercesc/util/Platforms/HPUX
(CP) /XYZ/xerces-c-src/include/xercesc/util/Transcoders/ICU
(C++) ICUTransService.o
aCC: warning 901: unknown option: `+DAportable': use +help for online
documentation.
"ICUTransService.cpp", line 32: error #2005-D: could not open source file
"unicode/uloc.h"
#include <unicode/uloc.h>
-----Original Message-----
From: Alberto Massari [mailto:[email protected]]
Sent: Tuesday, December 24, 2013 9:38 PM
To: [email protected]
Subject: Re: Regarding removal of ICU from xerces.
Can you post the configure command line you executed, and the error you
are getting?
Alberto
Il 24/12/13 16:03, sachin mittal ha scritto:
Thanks for the response.
I Included the same but still it is giving error when compiling util which
has dependency on ICU.
Please let me know how should I remove this .
-----Original Message-----
From: Alberto Massari [mailto:[email protected]]
Sent: Tuesday, December 24, 2013 3:13 PM
To: [email protected]
Subject: Re: Regarding removal of ICU from xerces.
Hi,
if you want to disable the usage of ICU you must also disable it as a
MsgLoader, i.e. add --disable-msgloader-icu
Alberto
Il 24/12/13 07:14, sachin mittal ha scritto:
Hi all,
I am facing some problem in removing dependency of Xerces over ICU.
I tried using links below:-
http://stackoverflow.com/questions/8431659/how-avoid-dependencies-when-using
-xerces
http://stackoverflow.com/questions/3072011/building-xerces-using-icu
etc .
using flags :- --disable-transcoder-icu
But facing issues while compiling xerces with above suggestions.
Please let me know if there is any other method to remove dependency of
xerces over ICU.