> I have just uploaded a prerelease of aspell to
> ftp://aspell.sourceforge.net/pub/aspell/aspell-.29.1pre1.tar.gz.
>
> This version has the reworked read-only word list and should now be able
> compile and run on the alpha with gcc 2.95.
>
> If you have problems with an undefined symbol is aspell.o add the line
> template crope
> somewhere after the includes in src/aspell.cc and send me an email so that
> I know your platform had a problem with it.
Yes, I had problems ...
I have unpacked the distribution, then used the commands:
gzip -dc aspell-.29.1pre1.tar.gz | tar xof -
cd aspell-.29.1pre1
./configure alphaev56-dec-osf4.0d --prefix=/opt/gnu --with-gcc
make
The compiler is gcc-2.95.2 . I had undefined symbols in aspell.o,
I have added the line you suggested, as in:
...
#include "string_map.hh"
using namespace autil;
using namespace aspell;
template crope
// action functions declarations
void pipe();
...
$ make
...
Making all in src
make[2]: Entering directory `/home/loreti/work/aspell-.29.1pre1/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter -g -O2 -c
aspell.cc
aspell.cc:40: two or more data types in declaration of `pipe'
aspell.cc:40: template-id `pipe<>' for `pipe()' does not match any template declaration
aspell.cc:40: confused by earlier errors, bailing out
make[2]: *** [aspell.o] Error 1
--
Maurizio Loreti http://www.pd.infn.it/~loreti/mlo.html
Univ. of Padova, Dept. of Physics - Padova, Italy [EMAIL PROTECTED]
_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/aspell-user