Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | > | > | It looks like the pspell problem is not unique to Win32 | > | | > | > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 | > | > -fpermissive -ftemplate-depth-30 -W -Wall -c -o ispell.o `test -f | > | > ispell.C || echo './'`ispell.C source='pspell.C' object='pspell.o' | > | > libtool=no \ depfile='.deps/pspell.Po' tmpdepfile='.deps/pspell.TPo' \ | > | > depmode=gcc /bin/sh ../config/depcomp \ | > | > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 | > | > -fpermissive -ftemplate-depth-30 -W -Wall -c -o pspell.o `test -f | > | > pspell.C || echo './'`pspell.C pspell.C:20: pspell/pspell.h: No such | > | > file or directory | > | > It is only unique to machines that don't have pspell/pspell.h... | | In which case config.h's | #define USE_PSPELL | is pretty dumm...
Yes. I am planning to remove the USE_PSPELL completely from config.h, only HAVE_PSPELL_H and HAVE_LIBPSPELL will be left there. Some changes will have to be done to the Makefile.am as well. -- Lgb