aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Aspell-user] Re: Building Aspell 0.50 on Solaris 7


From: Kevin Atkinson
Subject: [Aspell-user] Re: Building Aspell 0.50 on Solaris 7
Date: Sat, 24 Aug 2002 19:26:34 -0400 (EDT)

On Sat, 24 Aug 2002, Someone wrote:

> Aspell 0.50 does not build with the following environment:
> 
>     GCC 2.95.3 20010315 (release)
>     Sun Sparc Solaris 7 (patched)

The following patch should fix the problem:

*** common/convert.cpp~ Sat Aug 24 02:26:14 2002
--- common/convert.cpp  Sat Aug 24 19:14:52 2002
***************
*** 21,29 ****
  
  namespace acommon {
  
!   typedef unsigned char Uni8;
!   typedef u_int16_t     Uni16;
!   typedef u_int32_t     Uni32;
  
  
    //////////////////////////////////////////////////////////////////////
--- 21,29 ----
  
  namespace acommon {
  
!   typedef unsigned char  Uni8;
!   typedef unsigned short Uni16;
!   typedef unsigned int   Uni32;
  
  
    //////////////////////////////////////////////////////////////////////
--- 
http://kevin.atkinson.dhs.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]