With the latest gambit version I get 3 errors while compiling std modules in black hole.
"/home/jeremie/repositories/modules/std/spork/js.scm" (4/37) *** ERROR IN "/home/jeremie/repositories/modules/std/spork/js.scm"@950.1 -- Ill-placed default binding Warning: Compilation failed: Compilation failed
"/home/jeremie/repositories/modules/std/spork/widget.scm" (6/37) *** ERROR -- Compiler internal error detected *** in procedure targ-obj-subtype, unknown object 'obj' #<procedure #2 ##equal?> Warning: Compilation failed: Compilation failed
"/home/jeremie/repositories/modules/std/net/http-client.scm" (11/37) *** ERROR -- Compiler internal error detected *** in procedure targ-obj-subtype, unknown object 'obj' #<procedure #2 ##equal?> Warning: Compilation failed: Compilation failed
I'll try to see if I can find what is the problem but I'm wondering if someone has the same errors.
Afficher les réponses par date
From where did you get black hole? Just to make sure I'm checking the right version.
10 jul 2009 kl. 21.48 skrev Jeremie Lasalle Ratelle:
With the latest gambit version I get 3 errors while compiling std modules in black hole.
"/home/jeremie/repositories/modules/std/spork/js.scm" (4/37) *** ERROR IN "/home/jeremie/repositories/modules/std/spork/ js.scm"@950.1 -- Ill-placed default binding Warning: Compilation failed: Compilation failed
"/home/jeremie/repositories/modules/std/spork/widget.scm" (6/37) *** ERROR -- Compiler internal error detected *** in procedure targ-obj-subtype, unknown object 'obj' #<procedure #2 ##equal?> Warning: Compilation failed: Compilation failed
"/home/jeremie/repositories/modules/std/net/http-client.scm" (11/37) *** ERROR -- Compiler internal error detected *** in procedure targ-obj-subtype, unknown object 'obj' #<procedure #2 ##equal?> Warning: Compilation failed: Compilation failed
I'll try to see if I can find what is the problem but I'm wondering if someone has the same errors. _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
From where did you get black hole? Just to make sure I'm checking the
right version.
The errors were caused by a bug related to `(a unquote b) syntax in Black Hole. I can't believe I missed that one. It is fixed now. Thanks for the catch!
/Per
10 jul 2009 kl. 21.48 skrev Jeremie Lasalle Ratelle:
With the latest gambit version I get 3 errors while compiling std modules in black hole.
"/home/jeremie/repositories/modules/std/spork/js.scm" (4/37) *** ERROR IN "/home/jeremie/repositories/modules/std/spork/ js.scm"@950.1 -- Ill-placed default binding Warning: Compilation failed: Compilation failed
"/home/jeremie/repositories/modules/std/spork/widget.scm" (6/37) *** ERROR -- Compiler internal error detected *** in procedure targ-obj-subtype, unknown object 'obj' #<procedure #2 ##equal?> Warning: Compilation failed: Compilation failed
"/home/jeremie/repositories/modules/std/net/http-client.scm" (11/37) *** ERROR -- Compiler internal error detected *** in procedure targ-obj-subtype, unknown object 'obj' #<procedure #2 ##equal?> Warning: Compilation failed: Compilation failed
I'll try to see if I can find what is the problem but I'm wondering if someone has the same errors. _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
I'm still getting the same errors while compiling after pulling. I'm using the latest gambit revision.