Re: GOOPS: Customizing class instantiation

2006-09-26 Thread Pat Lasswell
On 9/26/06, Ludovic Courtès <[EMAIL PROTECTED]> wrote:  (define-method (make-instance (c )) (format (current-error-port) "make-instance (~a)~%" c)(next-method))Try adding a '. initargs' after '(c )'.cheerspatOn 9/26/06, Ludovic Courtès <[EMAIL PROTECTED]> wrote: Hi,I'm trying to "dynamical

Need help finding heap corruption bug

2006-09-23 Thread Pat Lasswell
leave it be; if someone thinks it worth investigating, let me know and I'll track it down. Thanks for all the feedback.  I'll keep (gc) in mind if something like this happens again.patOn 9/23/06, Neil Jerram < [EMAIL PROTECTED]> wrote:"Pat Lasswell" < [EMAIL PROTECTED]&g

Build problems: 1.8 on intel Mac

2006-09-18 Thread Pat Lasswell
First, during configure, this appearsconfigure: WARNING: libc.h: present but cannot be compiledconfigure: WARNING: libc.h: check for missing prerequisite headers?configure: WARNING: libc.h: see the Autoconf documentation configure: WARNING: libc.h: section "Present But Cannot Be Compiled"co

Re: Need help finding heap corruption bug

2006-09-18 Thread Pat Lasswell
orrupt the heap.thankspat On 9/18/06, Pat Lasswell <[EMAIL PROTECTED]> wrote: make check produces 6 failures.  I haven't tried 1.4, but 1.8 doesn't even build.FAIL: goops.test: defining generics: define-generic: creating a new top-level bindingFAIL: goops.test: defining generics: define-

Re: Need help finding heap corruption bug

2006-09-18 Thread Pat Lasswell
xp" "empty (sub)_expression_" #f #f)) FAIL: regexp.test: regexp-quote: regexp/extended: (string "aX" 254 ? a? a?)FAIL: regexp.test: regexp-quote: regexp/extended: string of all charsOn 9/18/06, Ludovic Courtès <[EMAIL PROTECTED]> wrote: Hi,"Pat Lasswell" <[EMAI

Need help finding heap corruption bug

2006-09-17 Thread Pat Lasswell
In guile 1.6.8 on an intel mac, I've encountered reliable heap corruption with steps like the following% guileguile> (use-modules (project all))guile> (set-current-module (resolve-module '(project foo))) guile> (load "foo.scm")==> segmentation fault(project all) is a module that loads all of the pr