Hi Martin,

Martin B. <so...@rootdirectory.de> writes:

> That one builds without problems... but a look at the build logs
> reveals it didn't do what I asked it to do:
> 
> configure:18319: checking whether we can support the ICU Transcoder
> configure:18339: result: no
> [...]
> configure:18599: checking whether we support the ICU MsgLoader
> configure:18619: result: no
> [...]
> configure:21971: Report:
> configure:21973:   File Manager: POSIX
> configure:21975:   Mutex Manager: POSIX
> configure:21977:   Transcoder: gnuiconv
> configure:21979:   NetAccessor: socket
> configure:21981:   Message Loader: inmemory
> 
> No further information as to why ICU "couldn't be supported" was to
> be had from any logfiles that I was able to find.

Look into config.log. Xerces-C++ configure runs a number of  compilation
and linking tests to determine if ICU is present and usable. This file
contains the source code for tests that configure tries to run, compiler
command lines, diagnostics, etc.

Boris

-- 
Boris Kolpackov, Code Synthesis        http://codesynthesis.com/~boris/blog
Compiler-based ORM system for C++      http://codesynthesis.com/products/odb
Open-source XML data binding for C++   http://codesynthesis.com/products/xsd
XML data binding for embedded systems  http://codesynthesis.com/products/xsde

Reply via email to