[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[aspell] Re: Working prerelease for Aspell on Alpha
From: |
Maurizio Loreti |
Subject: |
[aspell] Re: Working prerelease for Aspell on Alpha |
Date: |
Sun, 13 Feb 2000 18:00:45 +0100 (CET) |
> 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 address@hidden