You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/02/01 13:36:44 UTC

DO NOT REPLY [Bug 26579] New: - can not build xalanc

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26579>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26579

can not build xalanc

           Summary: can not build xalanc
           Product: XalanC
           Version: CurrentCVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: vadim.tarassov@swissonline.ch


When building xalanc on FC1 using g++ (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)

following happens:

g++ -g -O2 -fno-elide-constructors -Wall -fPIC -DLINUX -D_REENTRANT  -c
-I/home/vadim/workspace/xml/xml-xalan/c/src
-I/home/vadim/workspace/xml/xml-xalan/c/include -I../../nls/include
-I/home/vadim/workspace/xml/xerces-c-src2_4_0//src/
-I/home/vadim/workspace/xml/xerces-c-src2_4_0//include/xercesc
-I/home/vadim/workspace/xml/xerces-c-src2_4_0//include/  -o
../../obj/PlatformSupportInit.o
/home/vadim/workspace/xml/xml-xalan/c/src/xalanc/PlatformSupport/PlatformSupportInit.cpp
In file included from
/home/vadim/workspace/xml/xml-xalan/c/src/xalanc/PlatformSupport/PlatformSupportInit.cpp:62:
/home/vadim/workspace/xml/xml-xalan/c/src/xalanc/PlatformSupport/XalanMessageLoader.hpp:67:29:
LocalMsgIndex.hpp: No such file or directory
In file included from
/home/vadim/workspace/xml/xml-xalan/c/src/xalanc/PlatformSupport/PlatformSupportInit.cpp:62:
/home/vadim/workspace/xml/xml-xalan/c/src/xalanc/PlatformSupport/XalanMessageLoader.hpp:98:
error: `
   XalanMessages' was not declared in this scope

This file (LocalMsgIndex.hpp) indeed does not exist. Any idea?

BR, vadim tarassov.