Re: Big character set cleanup

David Malcolm <[email protected]> Tue, 05 Apr 2005 11:44:18 -0400
Newsgroups gmane.editors.conglomerate.devel
Message-ID <[email protected]>
On Tue, 2005-04-05 at 14:13 +0200, Geert Stappers wrote:
> On Sun, Apr 03, 2005 at 01:39:57PM -0400, Dave Malcolm wrote:
> > On Sat, 2005-04-02 at 21:38, Michèle Garoche wrote:
> > > > I just tried compiling Conglomerate under GCC4, which is a lot more
> > > > picky about the signedness of character types (and pointers to these
> > > > types) than GCC3.
>  <snip/>
> > > Compiles fine for me with -Wall and --enable-werror on gcc3.3 Mac OS X.
> > Thanks; good to hear.
> 
> Compiles fine on powerpc and sparc64   (both Debian gcc 3.3)
Great.

> 
> > > As for testing, if you can tell me what to test exactly, I can do it.
> > Thanks.  Unfortunately, I have no idea :-)
> > 
> > I had to make small changes to _many_ parts of the code to fix this
> > problem.  But all of the changes were very minor, so I hope nothing
> > broke.
> 
> It runs on the sparc64 
That's good to hear; I've never tried running Conglomerate on a 64-bit
machine myself, so that's encouraging news.

Thanks