Those compilation errors don't make sense.  Sun Workshop 4.2, the compiler
we support, does not support namespaces.  If you're using a later compiler,
you'll have to modify SolarisDefinitions.hpp.  Also, you won't need the
STLport for later compilers.

Did you install the ICU properly?  Make sure that at least one of the
samples shipped with the ICU works properly.

Dave



                                                                                       
      
                    Paul Grinberg                                                      
      
                    <gri6507@yaho        To:     [EMAIL PROTECTED]              
      
                    o.com>               cc:     (bcc: David N Bertoni/CAM/Lotus)      
      
                                         Subject:     Xalan build on Solaris 8         
      
                    07/02/2001                                                         
      
                    10:46 AM                                                           
      
                    Please                                                             
      
                    respond to                                                         
      
                    xalan-dev                                                          
      
                                                                                       
      
                                                                                       
      



Hello,

I am trying to rebuild Xalan with ICU support on
Solaris 8 sparc5 v9 architecture.  I've installed and
compiled both ICU and STLPort.  When trying to compile
Xalan I get errors like

"./XalanDOM/XalanDOMString.hpp, line 88: Error: Use ;
to terminate declarations."

This error is persistant throughout many files.  I
found a workaround by declaring a namespace _STL (ie
using namespace _STL;) in those files.  This fix seems
to satisfy the compiler but the resulting
libxml-c1_1.so file still does not seem to support ICU
(I followed the ICUBridge example to write a simple
Trasform with number fomratting and did not see any
fomratting on the output of this simple Transformer).

Is this fix valid? Or am I forgetting to include
something during installation?

Thank you very much,
Paul Grinberg.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




Reply via email to