[prev in list] [next in list] [prev in thread] [next in thread] 

List:       aspell-user
Subject:    Re: [Aspell-user] ASPELL Compilation on HP-UX
From:       Kevin Atkinson <kevina () gnu ! org>
Date:       2004-10-10 4:59:16
Message-ID: Pine.LNX.4.44.0410092256550.1651-200000 () kevin-p3 ! atkinson ! dhs ! org
[Download RAW message or body]

On Sat, 9 Oct 2004 drnguyen7@comcast.net 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

["cvs.diff" (cvs.diff)]

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) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic