[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
EGCS - Aspell compile problems
From: |
Ray Kimsey |
Subject: |
EGCS - Aspell compile problems |
Date: |
Mon, 03 May 1999 10:12:23 -0400 |
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
Ray_Kimsey.vcf
Description: Card for Ray Kimsey
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- EGCS - Aspell compile problems,
Ray Kimsey <=