You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by "Dantzler, DeWayne C" <de...@boeing.com> on 2009/12/05 06:32:27 UTC

How to get Xerces configuration on HP-UX ia64 box to work? Missing a transcoder???

Ran the configure script as follows:

./configure --prefix=/site/sw/ots/xerces/xerces-c-3.0.1 --exec-prefix=/site/sw/ots/xerces/xerces-c-3.0.1 CC=/usr/bin/cc CXX=/opt/aCC/bin/aCC CXXFLAGS="-Aa -mt -O" CPPFLAGS="-I/site/sw/ots/curl/curl-7.19.6/include"  --enable-netaccessor-curl  --with-curl=/site/sw/ots/curl/curl-7.19.6 

And got a failure message about no transcoder. What does this mean and where do I get one?

Results from the config.log:
====================================
configure:27228: result: no
configure:27240: checking whether we can support the iconv Transcoder
configure:27262: result: no
configure:27270: checking whether we can support the ICU Transcoder
configure:27292: result: no
configure:27392: checking for which Transcoder to use (choices:)
configure:27474: result: none
configure:27476: error: Xerces cannot function without a transcoder

Attached the config.log if this helps
=============================================