It sounds like "ns.h" is not being included (line 113) so that NS_EXPORT (before 'int') on the two lines you mentioned is not defined.
Make sure that aolserver/include (i.e. the directory containing "ns.h") is in your include path at compile time. ______________________________ Tim Moss Chief Technology Architect BrowserAngel e : [EMAIL PROTECTED] w : www.browserangel.com t : +44 (0) 77 9613 4891 ______________________________ > -----Original Message----- > From: AOLserver Discussion [mailto:[EMAIL PROTECTED]]On Behalf > Of Damon > Sent: 02 January 2003 01:49 > To: [EMAIL PROTECTED] > Subject: [AOLSERVER] Error while compile nsxml! > > > Hi all, > I have just a problem while compiling nsxml. > the output of make command is: > ****************************************** > . > . > nsxml.c:2200: syntax error before "int" > nsxml.c: In function `Ns_ModuleInit': > . > . > nsxml.c:2244: syntax error before "int" > make: *** [nsxml.o] Error 1 > *********************************************** > Can anybody help me please? > > -Damon >
