Hello!
I am currently attempting to build Sablot on BeOS. Not being a hugely
wonderful developer, I am easily stumped.
Configure is successful. Expat is installed and found.
make:
Making all in Sablot
make[1]: Entering directory `/boot/home/source/Sablot-0.60/Sablot'
Making all in engine
make[2]: Entering directory `/boot/home/source/Sablot-0.60/Sablot/
engine'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../
../autocfg -g -O2 -c context.cpp
rm -f .libs/context.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c context.cpp -
DPIC -o .libs/context.lo
In file included from /boot/home/source/Sablot-0.60/Sablot/engine/
guard.h:142,
from /boot/home/source/Sablot-0.60/Sablot/engine/
context.cpp:44:
/boot/home/source/Sablot-0.60/Sablot/engine/parser.h:93: `XML_Parser'
was not declared in this scope
/boot/home/source/Sablot-0.60/Sablot/engine/parser.h:93: parse error
before `,'
/boot/home/source/Sablot-0.60/Sablot/engine/parser.h:98: type specifier
omitted for parameter
/boot/home/source/Sablot-0.60/Sablot/engine/parser.h:98: parse error
before `)'
/boot/home/source/Sablot-0.60/Sablot/engine/parser.h:103: syntax error
before `;'
make[2]: *** [context.lo] Error 1
make[2]: Leaving directory `/boot/home/source/Sablot-0.60/Sablot/
engine'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/boot/home/source/Sablot-0.60/Sablot'
make: *** [all-recursive] Error 1
Boom! The end! This appears to me to be some sort of environment or
paths problem. Can anyone help with this?
Gabe