unhandled keywords to goops "make" should signal errors

2002-03-09 Thread Neil W. Van Dyke
for considering this suggestion. -- Neil W. Van Dyke http://www.neilvandyke.org/ ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mail

primitive thunk as goops #:init-thunk causes segv

2002-03-12 Thread Neil W. Van Dyke
} I don't know Guile internals well enough to diagnose the root cause. (Platform: x86 Linux 2.2.20, GCC 2.95.4, glibc 2.2.5, Debian Sid) -- Neil W. Van Dyke http://www.neilvandyke.org/ ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

possible goops class redefinition bug

2002-03-15 Thread Neil W. Van Dyke
(format #t "(class-of o2) => ~S\n" (class-of o2)) ; (format #t "(slot-ref o2 's0) => ~S ; c2-s0 [OK]\n" ; (slot-ref o2 's0)) (format #t "(slot-ref o2 's1) => ~S ; c2-s1 [OK]\n" (slot-ref o2 &

autoconf 2.53 breaks guile-core 1.6 autogen.sh

2002-03-17 Thread Neil W. Van Dyke
bst configure.in:689: warning: do not use m4_regexp: use regexp or m4_bregexp autoheader2.50: `libguile/scmconfig.h.in' is unchanged configure.in:135: error: do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs. LIBOBJS