On Sat, 9 Oct 2004 [EMAIL PROTECTED] wrote:

> Thank you for your support.
> 
> We follows your instructions to download aspell-0.60.1. We found the following error 
> message:
> 
> modules/speller/default/language.cpp: In function `acommon::PosibErrBase
> aspeller::invalid_word_e(const aspeller::Language&, const 
> acommon::ParmString&, const char*, char)':
> modules/speller/default/language.cpp:442: invalid conversion from `const
> char*' 
> to `char*'
> make[1]: *** [modules/speller/default/language.lo] Error 1
> make[1]: Leaving directory
> `/kbase1/kbase/CCSearchFiles/aspell-0.60.1-20040927'
> make: *** [all-recursive] Error 1
> Would you please give us an advise on what can be done.

Please try the attached patch.

--- 
http://kevin.atkinson.dhs.org
Index: common/convert.hpp
===================================================================
RCS file: /cvsroot/aspell/aspell/common/convert.hpp,v
retrieving revision 1.29
diff -u -r1.29 convert.hpp
--- common/convert.hpp  15 Jul 2004 10:58:58 -0000      1.29
+++ common/convert.hpp  10 Oct 2004 04:56:44 -0000
@@ -308,7 +308,7 @@
         return str;
       }
     }
-    const char * operator() (char c)
+    char * operator() (char c)
     {
       buf.clear();
       if (conv) {
_______________________________________________
Aspell-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/aspell-user

Reply via email to