Thanks for the reply. I need to triple check these things. I must have had a typo in the XERCESCROOT env. variable. Even had someone check it for me. :| Dunno.
Onto the next problem: cp -fp DOMParser.hpp IDOMParser.hpp SAXParser.hpp SAX2XMLReaderImpl.hpp /u/apps/xerces-c-src_2002_05_10/include/xercesc/parsers g++ -DOPENSERVER -fPIC -D_REENTRANT -c -O -DXML_USE_NATIVE_TRANSCODER -DXML_ USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET - I/u/app s/xerces-c-src_2002_05_10/include -I/u/apps/xerces-c-src_2002_05_10/src -o /u/apps/xerces-c-src_2002_05_10/obj/OPENSERVER/DOMParser.o DOMParser.cpp DOMParser.cpp:80: xercesc/dom/ElementImpl.hpp: No such file or directory DOMParser.cpp:81: xercesc/dom/AttrImpl.hpp: No such file or directory DOMParser.cpp:82: xercesc/dom/AttrNSImpl.hpp: No such file or directory DOMParser.cpp:83: xercesc/dom/TextImpl.hpp: No such file or directory DOMParser.cpp:84: xercesc/dom/DocumentImpl.hpp: No such file or directory DOMParser.cpp:85: xercesc/dom/DocumentTypeImpl.hpp: No such file or directory DOMParser.cpp:86: xercesc/dom/EntityImpl.hpp: No such file or directory DOMParser.cpp:87: xercesc/dom/NotationImpl.hpp: No such file or directory DOMParser.cpp:88: xercesc/dom/NamedNodeMapImpl.hpp: No such file or directory DOMParser.cpp:89: xercesc/dom/NodeIDMap.hpp: No such file or directory gmake[1]: *** [DOMParser.o] Error 1 gmake[1]: Leaving directory `/u/apps/xerces-c-src_2002-05-10/src/xercesc/parsers' gmake: *** [Parsers] Error 2 These files do exist. Another env. variable issue? Thanks, Sam > -----Original Message----- > From: Jorge Pozo Ramirez [mailto:[EMAIL PROTECTED]] > Sent: Monday, 13 May 2002 5:36 PM > To: [EMAIL PROTECTED] > Subject: Re: SCO Openserver build failures > > > Hi there. > > First of all, check if u set up properly the XERCESCROOT enviroment > variable. > > It seems that gcc cannot find the include path for the OSPU > archive. You > may also take a peek on your unix privileges for that file. > > Regards > > Jorge > > > > HI, > > > > Server info: > > SCO Openserver 5.0.6 > > gcc 2.95.2 19991024 (release) > > > > I've downloaded 2 different source releases of Xerces C++. > > I downloaded: 1.7.0 source, aswell as the nightly build from 2002-05-10 > > > > Problem with both sets of source code: > > > > OpenServerDefs.hpp > > /u/apps/xerces-c-src1_7_0/include/xercesc/util/Platforms/OpenServer > > c++ -DOPENSERVER -belf -c -g -O2 > -I/u/apps/xerces-c-src1_7_0/include -o > > /u/apps/xerces-c-src1_7_0/obj/OPENSERVER/OpenServerPlatformUtils.o > > OpenServerPlatformUtils.cpp > > OpenServerPlatformUtils.cpp:112: > > xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp: No such file or > > directory > > gmake[3]: *** [OpenServerPlatformUtils.o] Error 1 > > gmake[3]: Leaving directory > > `/u/apps/xerces-c-src1_7_0/src/xercesc/util/Platforms/OpenServer' > > gmake[2]: *** [all] Error 2 > > gmake[2]: Leaving directory > > `/u/apps/xerces-c-src1_7_0/src/xercesc/util/Platforms' > > gmake[1]: *** [platforms] Error 2 > > gmake[1]: Leaving directory `/u/apps/xerces-c-src1_7_0/src/xercesc/util' > > gmake: *** [Util] Error 2 > > > > Now.. SocketNetAccessor.hpp does exist and it's in the correct path. > > > > I've checked SocketNetAccessor.hpp for any includes and they all exist > > aswell. > > > > Any ideas? > > > > Thanks, > > Sam > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > **************************************************************** > > Este mensaje ha sido analizado con una herramienta > > de deteccion de virus para su seguridad. > > Ministerio de Justicia > > *************************************************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
