> -----Original Message-----
> From: David Bertoni [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 06, 2006 7:32 PM
> To: [email protected]
> Subject: Re: [XALAN-C] Building Xalan-c / HP-UX 11.23 ia64
> 
> Kirov Plamen wrote:
> > Hello,
> >
> > I try to build Xalan-c 1.8 on HP-UX 11.23 ia64 platform, using GNU
CC:
> >
> > 1. /runConfigure -php-11-ia64 -cgcc -xg++ -P$XALANCROOT -ticu/   -
the
> > result seems OK.
> >
> 
> Note that Xalan has never been built or tested on HP-UX IA64 using the
GNU
> compiler, so who knows what might happen.
> 
> > sh: ../../../bin/MsgCreator: cannot execute
> >
> 
> OK, what happens if you try to run the MsgCreator utility outside of
the
> make process?
[Kirov Plamen] 

$ bin/MsgCreator

Usage:
    MsgCreator [options] <XML file>

This program reads XML message file, and then creates C++
 source / data files for message localization (for .dll/.so/.cat build)
Options:
   <XML file>   XLIFF file with messages. Required.
   -TYPE xxx    Type of localization [icu | nls | inmem*]
   -LOCALE      Example: [ fr | fr_FR ]; The default value is 'en_US'
  * = Default if not provided explicitly.

    -?          Show this help.



> 
> > gmake[2]: *** [../../../nls/include/LocalMsgData.hpp] Error 1
> >
> >
> > gmake: *** [all] Error 2
> >
> > Any ideas is appreciated J
> >
> 
> Maybe your LD_LIBRARY_PATH is not set properly so the Xerces-C library
can
> be located?
> 
> Dave
[Kirov Plamen] 
LD_LIBRARY_PATH and SHLIB_PATH are set Ok.

This morning, build stops to:

gmake[3]: Entering directory
`/bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc/Utils/MsgCreator'
g++ -O -DNDEBUG -I/bscs_app/bscs_d1/users/plamen/icu/include
-fno-elide-constructors -lc -Wl,+compat -Wl,+b/usr/local/lib/hpux64
-DHPUX -D_THREAD_SAFE  -Wl,+s -DXALAN_INMEM_MSG_LOADER   \
          -L/bscs_app/bscs_d1/users/plamen/xerces-c-src_2_7_0/lib
-lxerces-c ../../../../obj/MsgFileOutputStream.o
../../../../obj/ICUResHandler.o ../../../../obj/InMemHandler.o
../../../../obj/MsgCreator.o ../../../../obj/NLSHandler.o
../../../../obj/SAX2Handler.o -o ../../../../bin/MsgCreator
gmake[3]: Leaving directory
`/bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc/Utils/MsgCreator'
../../../bin/MsgCreator
/bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc/NLS/en_US/XalanMsg
_en_US.xlf -TYPE inmem -LOCALE en_US
/usr/lib/hpux32/dld.so: Unsatisfied code symbol
'_ZN11xercesc_2_79XMLHolderI13pthread_mutexEC1Ev' in load module
'/bscs_app/bscs_d1/users/plamen/xerces-c-src_2_7_0/lib/libxerces-c.sl.27
'.
gmake[2]: *** [../../../nls/include/LocalMsgData.hpp] Killed
gmake[2]: Leaving directory
`/bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc/Utils'
gmake[1]: *** [locale] Error 2
gmake[1]: Leaving directory
`/bscs_app/bscs_d1/users/plamen/xml-xalan/c/src/xalanc'
gmake: *** [all] Error 2
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to