Re: Generic-methods from multiple modules should merge

2006-01-10 Thread Alan Grover
Yes, lovely section in the NEWS outlining the exact problem, and the behavior I expect. Though I think that merge-generics should be the default behavior. I suppose I'll have to to try to upgrade. Marius Vollmer wrote: > Alan Grover <[EMAIL PROTECTED]> writes: > > >>I think the right thing is t

Re: Generic-methods from multiple modules should merge

2006-01-10 Thread Marius Vollmer
Alan Grover <[EMAIL PROTECTED]> writes: > I think the right thing is to have the module system "merge" the generic > methods. Thus, when importing a module, if the module's symbol is bound > to a generic-method, and if the symbol is already bound to a > generic-method (in the "using" module), add

Re: guile unter MinGW

2006-01-10 Thread Marius Vollmer
Peter Nobis <[EMAIL PROTECTED]> writes: > Warum gelingt eigentlich die Uebersetzung von guile unter MinGW nicht ? Zu dicke Finger beim Tippen. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 ___ Guile-user mailing list Guile-us

Re: Guile for Maemo / Nokia 770

2006-01-10 Thread Marius Vollmer
Neil Jerram <[EMAIL PROTECTED]> writes: > checking for lt_dlinit in -lltdl... no > configure: error: libltdl not found. See README. > > Is there an easy fix for this? I guess you 'just' need to install libltdl3-dev or similar into your scratchbox environment. Unfortunately, I don't know how thi

Generic-methods from multiple modules should merge

2006-01-10 Thread Alan Grover
I have 2 goops classes, each in their own module, which happen to have a slot called 'request (with an accessor). Unfortunately, "use-modules" ends up importing the generic-method from only one of the modules (the last, lexically). Thus, I can't call (request first-class). Thus: (use-modules

Re: JIT compiler

2006-01-10 Thread Aaron VanDevender
What about the gnu-lightning stuff in the guile cvs tree? Isn't that supposed to be a JIT/VM for guile? On Fri, 2005-12-30 at 13:14 +, Neil Jerram wrote: > Leonardo Lopes Pereira <[EMAIL PROTECTED]> writes: > > > I would like to know if there is any Just-in-time compiler related > > resourse

Re: JIT compiler

2006-01-10 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > `autogen.sh' was broken. You can run `tla update' and give it another > try if you want. Thanks, builds fine now. FWIW I get a couple of warnings from libtoolize, which may imply that you should add --force: libtoolize: `config.guess' exists: use `

Re: JIT compiler

2006-01-10 Thread Ludovic Courtès
Hi Neil, Neil Jerram <[EMAIL PROTECTED]> writes: > make[2]: Entering directory `/home/neil/arch/guile-vm/src' > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. > -I/usr/local/include -pthread -Wall -g -pg -g -O2 -MT envs.lo -MD -MP -MF > ".deps/envs.Tpo" \ > -c -o envs.