On Thu, Jun 29, 2000 at 01:23:03PM -0400, Kevin Atkinson wrote:
> Could you please be more specific and give the exact compiler version and
> the error message it reported.

I get the same error:

When I try the IRIX compiler, under IRIX64 6.5 6.5.8f:

[phgrau@host] 113 (~/src/aspell-.31.1): CC -version
MIPSpro Compilers: Version 7.3.1.1m

rm -f .libs/editdist.lo
CC -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -c editdist.cc
-DPIC -o .libs/editdist.lo
cc-1005 CC: ERROR File = editdist.cc, Line = 2
  The source file "cstring" is unavailable.
    #include <cstring>
                        ^
1 catastrophic error detected in the compilation of "editdist.cc".
                        
And it is true, there is no cstring in my C++ include files.

When I try the (GNU) g++ compiler:

[phgrau@host] 126 (~/src/aspell-.31.1): g++ --version
2.8.1
[phgrau@host] 127 (~/src/aspell-.31.1): gmake
gmake  all-recursive
gmake[1]: Entering directory /home/phgrau/src/aspell-.31.1'
Making all in util
gmake[2]: Entering directory /home/phgrau/src/aspell-.31.1/util'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..
-I/usr/local/include    -g -O2 -c editdist.cc
rm -f .libs/editdist.lo
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -O2 -c editdist.cc
-DPIC -o .libs/editdist.lo
weights.hh:5: sorry, not implemented: namespace
gmake[2]: *** [editdist.lo] Error 1
gmake[2]: Leaving directory /home/phgrau/src/aspell-.31.1/util'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory /home/phgrau/src/aspell-.31.1'
gmake: *** [all-recursive-am] Error 2
[phgrau@host] 128 (~/src/aspell-.31.1): 

\bye
Philipp


-- 
 Philipp Grau               | Freie Universitaet Berlin 
 [EMAIL PROTECTED]    | Zentraleinrichtung fuer Datenverarbeitung
    We had joy, we had fun, | we had Pacman on the sun...      

_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/aspell-user

Reply via email to