I have run into compile problems with Aspell using the latest release of
EGCS. It was configured with the line:
./configure --prefix=/local/aspell -disable-static
Using EGCS version: egcs-2.93.20 19990427
Solaris 2.6
Aspell-.27.2
First the patch for stl_rope.h does not work anymore. Ignoring this for
now and moving forward the i_iterator.hh file now requires:
include <typeinfo>
to compile. After this it compiled up to the following point.
make[3]: Entering directory `/local/aspell-.27.2/lib'
/bin/sh ../libtool --mode=compile c++
-DLIBDIR=\"/local/aspell/lib/aspell\" -I..
/ -g -O2 -c spell.cc
c++ -DLIBDIR=\"/local/aspell/lib/aspell\" -I../ -g -O2 -c -fPIC -DPIC
spell.cc
mv -f spell.o spell.lo
/bin/sh ../libtool --mode=compile c++
-DLIBDIR=\"/local/aspell/lib/aspell\" -I..
/ -g -O2 -c data.cc
c++ -DLIBDIR=\"/local/aspell/lib/aspell\" -I../ -g -O2 -c -fPIC -DPIC
data.cc
In file included from data.cc:74:
data.hh: In method `const char **
SC_ReadOnly_Soundslikes_WordList::end() const'
:
data.hh:124: reinterpret_cast from `const char *const' to `const char
**' casts
away const (or volatile)
make[3]: *** [data.lo] Error 1
make[3]: Leaving directory `/local/aspell-.27.2/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/local/aspell-.27.2/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local/aspell-.27.2'
make: *** [all-recursive-am] Error 2
Does anyone have any ideas on how to get around this one. Thank you in
advance...
--
Ray Kimsey
begin:vcard
n:Kimsey;Ray
tel;fax:(919) 515-3777
tel;work:(919) 515-8449
x-mozilla-html:FALSE
url:http://www.ces.ncsu.edu/rkimsey
org:NC State University;CALS-IT
version:2.1
email;internet:[EMAIL PROTECTED]
title:Information Technology Specialist
adr;quoted-printable:;;Research Annex B West=0D=0ALigon Street Extension;Raleigh;NC;27695-7641;USA
x-mozilla-cpt:;8112
fn:Ray Kimsey
end:vcard