On Tue, 2004-09-21 at 09:12, bart at solozone.com wrote: > I did scibus-cvs co Scribus but : > > if /bin/sh ../../../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H > -I. -I. -I../../../.. -I/usr/include/freetype2 -I/usr/include/libxml2 > -I/usr/lib/qt3/include -I/usr/X11R6/include -I../../../../scribus > -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -MT > sxwim.lo -MD -MP -MF ".deps/sxwim.Tpo" \ > -c -o sxwim.lo `test -f 'sxwim.cpp' || echo './'`sxwim.cpp; \ > then mv -f ".deps/sxwim.Tpo" ".deps/sxwim.Plo"; \ > else rm -f ".deps/sxwim.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/freetype2 > -I/usr/include/libxml2 -I/usr/lib/qt3/include -I/usr/X11R6/include > -I../../../../scribus -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions > -fno-check-new -MT sxwim.lo -MD -MP -MF .deps/sxwim.Tpo -c sxwim.cpp -fPIC > -DPIC -o .libs/sxwim.o > In file included from sxwim.cpp:29: > contentreader.h:30:25: libxml/SAX2.h: No such file or directory
It looks like you need to install the development packages for libxml in your distro. I thought this was checked for by configure, but apparently not. -- Craig Ringer
