Aspell
Please login, add to this page and correct my errors!
Aspell-0.60.4 has a problem compiling with gcc-4.1.0. The solution is a simple sed
sed -i '/;/ s,NroffFilter::,,' modules/filter/nroff.cpp
Confirmation for gcc-4.1.1!
For a successful build I needed to change common/string_map.hpp : #include "hash.hpp" TO: #include "hash-t.hpp"
(See: http://www.mail-archive.com/aspell-user%40gnu.org/msg01198.html)
Aspell-0.60.5 has a problem compiling with gcc-4.3.2. The error is:
In file included from ./common/indiv_filter.hpp:12,
from modules/filter/email.cpp:9:
./common/string.hpp:495: error: explicit template specialization cannot have a storage class
make[1]: *** [modules/filter/email.lo] Error 1
However, Aspell-0.60.6 seems to work fine using the BLFS 6.3 instructions for 0.60.5.
