gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: GCL Bug info


From: Camm Maguire
Subject: [Gcl-devel] Re: GCL Bug info
Date: 14 Feb 2003 20:04:16 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Jim O'Dell <address@hidden> writes:

> Camm:
> 
> I sucked down the new GCL and it compiled and ran my code very well.
> I'm impressed. I suspect at least one more subtle MP bug but I cannot

Great!

> prove it...yet.
> 

Wonderful!   Flush out all bugs by the end of the month, please :-).
I'll be away from GCL for 3 months (likely) starting 3/1.  If you do a
lot of MP, a good regression test would be welcome.  The current
status of the code has not been explicitly verified, and could be
somewhat dangerous given GCL's redefinition of malloc.  But what we
have now follows what Dr. Schelter designed before he died, and I'd
like not to change that unless I know its broken.

Take care,

> Jim
> 
> On Sun, 2003-02-09 at 18:23, Camm Maguire wrote:
> > Greetings, and thanks for your interest in and feedback on GCL!
> > 
> > In general, please note that we are very close to releasing 2.5.0, so
> > you might want to check out current CVS at
> > :pserver:address@hidden:/cvsroot/gcl 
> > 
> > "Jim O'Dell" <address@hidden> writes:
> > 
> > > Camm:
> > > 
> > > I just wanted to give you a couple of more GCL fixes.
> > > 
> > > In the file object.h I made the following change whne compiling on
> > > a pretty vanilla Red Hat Linux.
> > > 
> > > 
> > 
> > Thanks for pointing this out!  This is also addressed, though slightly
> > differently, in current CVS.  (#undef bool)  I'd like to know if it
> > works for you.
> > 
> > > #ifndef bool
> > > typedef int bool;
> > > #endif
> > > 
> > > Somewhere along the line <stdbool.h> gets included on my machine.
> > > 
> > > In the file notcomp.h initflag needed to be compiled as a bool so
> > > as to not conflict with other declarations of it.
> > > 
> > > /* symbols which are not needed in compiled lisp code */
> > > EXTER int interrupt_flag,interrupt_enable;
> > > EXTER bool initflag;
> > > 
> > > likewise for cmpinclude.h
> > > 
> > > /*  gbc.c  */
> > > EXTER bool GBC_enable;
> > > 
> > > 
> > > Otherwise, it compiled like a charm.
> > > 
> > 
> > Current CVS has the latest gmp3 sources (or at least fairly recent).
> > 
> > Take care,
> > 
> > > I'd like to get the latest gmp files but silly me doesn't know how.
> > > Can you give a quick pointer?
> > > 
> > > Thanks,
> > > Jim
> > > 
> > > 
> > > 
> > > 
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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