"Nikita Sawant" <[EMAIL PROTECTED]> writes:

> I just posted this :
> 
> Hi,
> 
> I am trying to build Xerces 1.5.1 on solaris. I get the following output
> 
> when running the runConfigure script:
> 
> ./runConfigure -psolaris -ccc -xCC -d -micu -ticu -rpthread
> Generating makefiles with the following options ...
> Platform: solaris
> C Compiler: cc
> C++ Compiler: CC
> Extra compile options:
> Extra link options:
> Message Loader: icu
> Net Accessor: socket
> Transcoder: icu
> Thread option: pthread
> Extra configure options:
> Debug is ON
> ./runConfigure: test: argument expected
> 
> Am I missing out some argument ??
> 
> Please let me know if I am.
> 
> Thanks,
> Nikita
> 
> 
> If I skip the -micu and -ticu options then it works fine. I guess I need
> to set icu.

I think runConfigure is running the following:

if test $transcoder; then
case $transcoder in
   icu)
       if test -z $ICUROOT; then
           echo '***Error*** ICUROOT environment variable not defined. Exiting...';
           exit ${ERROR_EXIT_CODE};
       fi

It probably means that ICUROOT is not defined. It should check for
this and exit a bit more gracefully if undefined.

jas.

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

Reply via email to