Dear Holger, Thanks for your interest. The one I posted was the only error message that appeared. The compiler I am using is gcc and finally I am able to build Xalan. The error laid in the "Makefile.incl", I needed to include an option in the CFLAGS line so the compiler can navigate through several layers of folders:
CFLAGS = -O -DNDEBUG -ftemplate-depth-20 After I added that to the CFLAGS line the compiler worked fine. Best regards, Miguel -----Mensaje original----- De: Holger Flörke [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 22 de febrero de 2006 13:37 Para: [email protected] Asunto: Re: Error building ResultNamespacesStack.cpp Dear Miguel, is it possible you missed some error lines before your pasted message? Can you copy the whole compiler error message? What compiler you are using (cc, cc, c89, xlc_r, etc.)? Regards, HolgeR Miguel Tena schrieb: > Hi, > > > > I downloaded Xerces-C++ 2.7.0 and Xalan-C++ 1.10.0 source distributions. I didnt have any problem building Xerces but when I try to build Xalan I always find the same error message with the same file: > > > > > > /home/users/mta/XML/xml-xalan/c/src/xalanc/XSLT/ResultNamespacesStack.cpp:62 : instantiated from here > > gmake[1]: *** [../../obj/ResultNamespacesStack.o] Error 1 > > gmake[1]: Leaving directory `/eads_home/users/mta/XML/xml-xalan/c/src/xalanc' > > gmake: *** [all] Error 2 > > Exit 2 > > > > Im trying to build it on a Sun machine running Solaris 2.8. I also downloaded the source distributions from different servers but the error is the same. > > > > Any help would be appreciated. > > > > > -- holger floerke d o c t r o n i c email [EMAIL PROTECTED] information publishing + retrieval phone +49 228 92 682 00 http://www.doctronic.de
