You need to post questions regarding Xerces on the Xerces-C list, not the
Xalan-C user list.
My guess is that you've not downloaded the entire Xerces-C source
distribution, just the binary distribution. The Xerces-C documentation
contains more information on building.
Dave
Arun Ramdas
<[EMAIL PROTECTED] To:
[email protected]
com> cc:
Subject: compile error
01/31/2002 12:29
PM
i am trying to build xerces 1.6 system and the build breaks.
The error i get is
ces-c1_6_0-SolForCC/obj/SOLARIS/XUtil.o XUtil.cpp
"XUtil.cpp", line 86: Error: Could not open include file
<dom/AttrImpl.hpp>.
"XUtil.cpp", line 87: Error: Could not open include file
<dom/ElementImpl.hpp>.
"XUtil.cpp", line 88: Error: Could not open include file
<dom/DocumentImpl.hpp>.
"XUtil.cpp", line 132: Error: The type "ElementImpl" is incomplete.
"XUtil.cpp", line 134: Error: The type "AttrImpl" is incomplete.
"XUtil.cpp", line 175: Error: null is not defined.
6 Error(s) detected.
make[2]: *** [XUtil.o] Error 6
make[2]: Leaving directory
`/home/aramdas/xerces-c-src1_6_0/src/validators/schema'
make[1]: Leaving directory `/home/aramdas/xerces-c-src1_6_0/src/validators'
Building /home/aramdas/xerces-c1_6_0-SolForCC/lib/libxerces-c1_6_0
cd /home/aramdas/xerces-c1_6_0-SolForCC/obj/SOLARIS/.. ; make -k ; cd ..
make[1]: Entering directory `/home/aramdas/xerces-c1_6_0-SolForCC/obj'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/home/aramdas/xerces-c1_6_0-SolForCC/obj'
Please help me solving this problem
Arun