Fix for build problem on Mac OS X Tiger, MacOSUnicodeConverter.cpp:78: error
----------------------------------------------------------------------------

         Key: XERCESC-1453
         URL: http://issues.apache.org/jira/browse/XERCESC-1453
     Project: Xerces-C++
        Type: Bug
  Components: Build  
    Versions: 2.6.0    
 Environment: MAC OSX 10.4 Tiger, build from command shell, bash
    Reporter: Johannes Gutleber


The released 2.6.0 of Xerces for C++ fails to build on MAC OS X 10.4 Tiger with 
the error:

% ./runConfigure -p macosx -n native

% make

MacOSUnicodeConverter.cpp:78: error: 'static' may not be used when defining (as 
opposed to declaring) a static data member
MacOSUnicodeConverter.cpp:84: error: 'static' may not be used when defining (as 
opposed to declaring) a static data member
make[2]: *** [MacOSUnicodeConverter.o] Error 1

The problem is due to the keyword "static" that shall not be repeated in the 
implementation file. Removing the two "static" keywords from the two lines 
solves the problem and the software builds.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to