Sorry. I forgot to mention the verion of sablot I was using.
----- Original Message -----
From: "Lou Spironello" <[EMAIL PROTECTED]>
To: "Sablotron Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2001 10:15 AM
Subject: [Sab] Make problems. :-(
> I currently have RH7.0 and rpms for php-4.0.4 installed.
> I'm assuming that the expat libraries are also installed.
> I've run ./configure without error. The log of the configure run is included
in
> the file sabconfigure.txt
> I've run make with and without the debug switch -d and each time before runing
> make I ran make clean to ensure that nothing was left around.
> The debug output from make is in a file called make.txt.
> The xml libraries I have installed are listed in the file called lib.txt.
>
> I get the following error from make:
>
> c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c output.cpp -o output.o
> >/dev/null 2>&1
> mv -f .libs/output.lo output.lo
> /bin/sh ../../libtool --mode=compile
> -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c parser.cpp
> rm -f .libs/parser.lo
> c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c
parser.cpp -fPIC -DPIC -o
> .libs/parser.lo
> parser.cpp: In method `Bool TreeConstructer::parseDataLineUsingExpat
> (Tree *, DataLine *)':
> parser.cpp:99: `XML_ParserCreateNS' undeclared (first use this
> function)
> parser.cpp:99: (Each undeclared identifier is reported only once for
> each function it appears in.)
> parser.cpp:109: `XML_SetNamespaceDeclHandler' undeclared (first use
> this function)
> parser.cpp:111: `XML_SetCommentHandler' undeclared (first use this
> function)
> make[2]: *** [parser.lo] Error 1
> make[2]: Leaving directory `/root/Sablot-0.50/Sablot/engine'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/Sablot-0.50/Sablot'
> make: *** [all-recursive] Error 1
> [root@spiro1 Sablot-0.50]#
>
> Anybody have ideas about this? I just don't have the time to fiddle with this
> at the moment.
>
> Thank you.
> Lou Spironello
>
>