You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Sverrir Jonsson <Sv...@net-linx-ps.com> on 2000/11/07 17:08:42 UTC

Building XALAN on Solaris

When compiling XALAN for Solaris ( GNU Compiler) the only problem I'm left
with is to build TestXPath.

When I run gmake I get the following errors:


647(itgekris@wsidam)/disk/data/itgekris/xml-xalan/c/src:gmake
Preparing the directory structure for a build ...
mkdir -p /disk/data/itgekris/xml-xalan/c/obj
mkdir -p /disk/data/itgekris/xml-xalan/c/lib
mkdir -p /disk/data/itgekris/xml-xalan/c/bin
g++ -O   -fPIC -instances=static -DSOLARIS -D_REENTRANT
-DXALAN_CANNOT_MUTATE_ANONYMOUS_OBJECT  -c -I . -I
/disk/data/itgekris/xml-xerces/c/src/ -I
/disk/data/itgekris/xml-xerces/c/include/   -o
/disk/data/itgekris/xml-xalan/c/obj/TestXPath.o TestXPath/TestXPath.cpp
In file included from TestXPath/TestXPath.cpp:88:
PlatformSupport/DirectoryEnumerator.hpp: In method `bool
FindFileStruct::isDirectory() const':
PlatformSupport/DirectoryEnumerator.hpp:156: `d_type' undeclared (first use
this function)
PlatformSupport/DirectoryEnumerator.hpp:156: (Each undeclared identifier is
reported only once
PlatformSupport/DirectoryEnumerator.hpp:156: for each function it appears
in.)
PlatformSupport/DirectoryEnumerator.hpp:156: `DT_DIR' undeclared (first use
this function)
gmake: *** [/disk/data/itgekris/xml-xalan/c/obj/TestXPath.o] Error 1
648(itgekris@wsidam)/disk/data/itgekris/xml-xalan/c/src:


Any ideas ????????????????

--------------------
Sverrir