Re: [Gcl-devel] Problems building GCL on Mac Os X

2007-03-05 Thread Humberto Ortiz-Zuazaga
Lorenzo Costanzia di Costigliole wrote: > Hi LISPers! > > I'm trying to build GCL from CVS on Mac OS X 10.4.8, but no luck. > This is the furthest I got: > > ### The Environment > export > PATH=/sw/bin:/sw/sbin:/sw/lib/qt4-x11/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/

Re: [Gcl-devel] Favourite IDE for GCL?

2007-03-05 Thread Adrienne Thompson
> Following a tip from the folks at ut, I've gotten good results with > simple emacs running gcl in an inferior shell, and using the tags > facilities extensively. C-M-a, C-M-u, C-M-f, M-. tag-name, M-x > tags-search tag-name followed by M-, etc. That said, I'd like > to get slime working (never

Re: [Gcl-devel] write-char and format ~c strangeness

2007-03-05 Thread Robert Dodier
On 3/5/07, Camm Maguire <[EMAIL PROTECTED]> wrote: Greetings! I think this has been fixed in cvs head. Please let me know if this is critical to you for 2.6.8. Camm, thanks for taking a look at that. I don't think it is critical. best Robert Dodier

[Gcl-devel] Re: proclaiming gensyms special

2007-03-05 Thread Camm Maguire
Greetings! [ BTW back from 1 month out of office ] This has been fixed in cvs head, but this has a few other issues I'd like to remedy before recommending it. I can backport the fix into 2.6.8pre I think if it is important to you. GCL has never been able to read gensyms in via compile-file call

Re: [Gcl-devel] difficulties with, with-standard-io and defpackage

2007-03-05 Thread Camm Maguire
Greetings! Again, I think you want the ansi image. We support the older CLtL1 image for applications that have used it for years. GCL_ANSI=t gclcvs GCL (GNU Common Lisp) 2.7.0 ANSIJan 26 2007 00:48:46 Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl) Binary License: GPL due to GPL

[Gcl-devel] write-char and format ~c strangeness

2007-03-05 Thread Camm Maguire
Greetings! I think this has been fixed in cvs head. Please let me know if this is critical to you for 2.6.8. (format t "a~cb~%" #\space) a b NIL >(write-char #\space) #\Space >(write-char #\Space) #\Space > This follows clisp from what I can tell. -- Camm Maguire

[Gcl-devel] Favourite IDE for GCL?

2007-03-05 Thread Camm Maguire
Greetings! Following a tip from the folks at ut, I've gotten good results with simple emacs running gcl in an inferior shell, and using the tags facilities extensively. C-M-a, C-M-u, C-M-f, M-. tag-name, M-x tags-search tag-name followed by M-, etc. That said, I'd like to get slime working (nev

Re: [Gcl-devel] difficulties with, with-standard-io and defpackage

2007-03-05 Thread Camm Maguire
Greetings! You need to add --enable-ansi to the command line for the ansi image. Please let me know if problems persist. Take care, -- Camm Maguire[EMAIL PROTECTED] == "The earth

[Gcl-devel] Re: [Axiom-developer] GCC/GCL warning messages

2007-03-05 Thread Camm Maguire
Greetings! Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > On Fri, 2 Mar 2007, Camm Maguire wrote: > > | > | C99 language semantics now assume that pointers to different types > | > | point to different memory locations, which is obvious nonsense, but > | > | part of the new standard. > | > > | >

[Gcl-devel] Re: [Axiom-developer] GCC/GCL warning messages

2007-03-05 Thread Camm Maguire
Greetings! Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > On Fri, 2 Mar 2007, Camm Maguire wrote: > > | [ Note: Back from one month out of office ] > > Welcome back! > > Please could you hand hold me a bit through GCL? > > I'm interested in processing command line arguments used to invoke GC

Re: [Maxima] [Gcl-devel] Re: windows-only read patch (was: error in ./configure when building gcl 2.6.7 onUbuntu)

2007-03-05 Thread Camm Maguire
Greetings! "Vadim V. Zhytnikov" <[EMAIL PROTECTED]> writes: > Camm Maguire writes: > > Greetings! Any progress here? > > I only can confirm that removing WIN32 conditional > below really breaks build on Windows. > > +++ read.d 16 Jun 2006 02:26:22 - > 1.14.4.1.2.2.2.4