Angus, it seems that your recent changes broke src/pspell.C for me. It wants to include pspell/pspell.h, but I have aspell installed (thus no pspell/pslell.h, but aspell.h):
if g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost -W -Wall -I/usr/X11R6/include -ftemplate-depth-30 -g -I/usr/include/qt3 -MT pspell.o -MD -MP -MF ".deps/pspell.Tpo" -c -o pspell.o ../../src/pspell.C; \ then mv -f ".deps/pspell.Tpo" ".deps/pspell.Po"; else rm -f ".deps/pspell.Tpo"; exit 1; fi ../../src/pspell.C:19:27: pspell/pspell.h: Datei oder Verzeichnis nicht gefunden ../../src/pspell.C: In destructor `virtual PSpell::~PSpell()': ../../src/pspell.C:44: error: `delete_pspell_can_have_error' undeclared (first use this function) etc. This used to work before. Of course I ran autogen.sh and configure. None of config.log, config.h.in and config.h contains anything spell related. Is that correct? Does this ring a bell? If not I'll investigate in a few days, unfortunately I have no time to do so right now. Georg