You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Ryan Saldanha <rs...@ipnetsolutions.com> on 2000/09/08 19:21:55 UTC

build on solaris

Hi,

I am trying to build xalan on Solaris. I am using GCC version 2.95.2 to
build.

I get the following error while building XPath/SimpleNodeLocator.cpp

In file included from XPath/SimpleNodeLocator.cpp:70:
PlatformSupport/DirectoryEnumerator.hpp: In method `bool
FindFileStruct::isDirectory() const':
PlatformSupport/DirectoryEnumerator.hpp:153: `d_type' undeclared (first use
this function)
PlatformSupport/DirectoryEnumerator.hpp:153: (Each undeclared identifier is
reported only once
PlatformSupport/DirectoryEnumerator.hpp:153: for each function it appears
in.)
PlatformSupport/DirectoryEnumerator.hpp:153: `DT_DIR' undeclared (first use
this function)
gmake: *** [/home/ryans/xalan/xml-xalan/obj/SimpleNodeLocator.o] Error 1

Where can I get access to the dirent class??

Thanks,
Ryan