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 "Schlesinger, Philip" <ps...@filenet.com> on 2006/05/23 01:40:55 UTC

Xerces build having trouble finding ICU files on AIX

Hi all.  We have several systems where we use Xerces-C: Solaris, HP-UX,
AIX, etc.

ICU 3.4.1, Xerces-C 2.7.0, and Xalan-C with tweaking built fine from
source code on the Solaris and HP-UX machines (note that we build with
single threading).

Then I turned to the AIX machine, and after much pounding my head
against the keyboard, I turn to you in the hopes you can help out with
the Xerces-C build.

I have uploaded a zip file of logs to:
http://s19.quicksharing.com/v/6542260/xerces_logs.zip.html

There will be three files in the zip file:
1) a log of runConfigure

2) a log of gmake with no modifications other than the changes listed in
the Xerces-C build manual for building a single threaded library

3) a log of gmake with the single-threaded changes AND changing any
reference to libicuuc32 to libicuuc34, libicudata32 to libicudata34, and
libXercesMessages26 to libXercesMessages27 (which, by the way, we did
not do on the Solaris and HP-UX machines and all went well)

Why did I make those changes?  Because of the errors you'll see in the
first of the two gmake log files, where it seemed to be looking for
libicuuc32 when we only had libicuuc34, etc.

What are we doing wrong?  How do we fix it? 

Your help is greatly appreciated!

- Phil