Posted by Notgiven on 05/16/06 18:42
I am trying to install aspell-0.60.4 using:
cd /usr/local/installed_applications
wget ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.4.tar.gz
tar xvfz aspell-0.60.4.tar.gz
cd aspell-0.60.4
../configure && make
After that, it throws up lots of stuff then it throws this error:
common/config.cpp:1360: `CONF_DIR' was not declared in this scope
common/config.cpp:1363: `DATA_DIR' was not declared in this scope
common/config.cpp:1367: `DICT_DIR' was not declared in this scope
common/config.cpp:1373: `DICT_DIR' was not declared in this scope
common/config.cpp:1426: `PREFIX' was not declared in this scope
common/config.cpp:1461: `DATA_DIR' was not declared in this scope
make[1]: *** [common/config.lo] Error 1
make[1]: Leaving directory `/usr/local/installed_applications/aspell-0.60.4'
make: *** [all-recursive] Error 1
Any ideas?
Should I try an older version of aspell?
Do I need to somehow uninstall before I try a different version?
[Back to original message]
|