You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Marc Kippen (JIRA)" <xe...@xml.apache.org> on 2005/07/07 05:00:11 UTC

[jira] Created: (XERCESC-1454) Compilation error on Mac OS X 10.4.1

Compilation error on Mac OS X 10.4.1
------------------------------------

         Key: XERCESC-1454
         URL: http://issues.apache.org/jira/browse/XERCESC-1454
     Project: Xerces-C++
        Type: Bug
    Versions: 2.6.0    
 Environment: Mac OS X 10.4.1, Xtools 2.1, gcc version 4.0.0 (Apple Computer, Inc. build 5026)

    Reporter: Marc Kippen


Build sequence:

   1- cd $XERCESCROOT/src/xercesc
   2- autoconf
   3- ./runConfigure -p macosx -n native
   4- make 

Error message:
.
.
.
g++ -DMACOSX -D_REENTRANT -c -I/Users/mkippen/sw/xerces-c-src_2_6_0/include -w -O -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_NATIVE     -o /Users/mkippen/sw/xerces-c-src_2_6_0/obj/MACOSX/MacOSUnicodeConverter.o MacOSUnicodeConverter.cpp
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
make[1]: *** [transcoders] Error 2
make: *** [Util] Error 2

-- 
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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Resolved: (XERCESC-1454) Compilation error on Mac OS X 10.4.1

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1454?page=all ]
     
Alberto Massari resolved XERCESC-1454:
--------------------------------------

    Resolution: Duplicate

Duplicate of XERCESC-1453

> Compilation error on Mac OS X 10.4.1
> ------------------------------------
>
>          Key: XERCESC-1454
>          URL: http://issues.apache.org/jira/browse/XERCESC-1454
>      Project: Xerces-C++
>         Type: Bug
>     Versions: 2.6.0
>  Environment: Mac OS X 10.4.1, Xtools 2.1, gcc version 4.0.0 (Apple Computer, Inc. build 5026)
>     Reporter: Marc Kippen

>
> Build sequence:
>    1- cd $XERCESCROOT/src/xercesc
>    2- autoconf
>    3- ./runConfigure -p macosx -n native
>    4- make 
> Error message:
> .
> .
> .
> g++ -DMACOSX -D_REENTRANT -c -I/Users/mkippen/sw/xerces-c-src_2_6_0/include -w -O -DPROJ_XMLPARSER  -DPROJ_XMLUTIL  -DPROJ_PARSERS  -DPROJ_SAX4C  -DPROJ_SAX2  -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_NATIVE     -o /Users/mkippen/sw/xerces-c-src_2_6_0/obj/MACOSX/MacOSUnicodeConverter.o MacOSUnicodeConverter.cpp
> 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
> make[1]: *** [transcoders] Error 2
> make: *** [Util] Error 2

-- 
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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org