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
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
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
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-
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
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