[perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #20400] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=20400 It's PASM1, not PASM. However, make test in languages/ook/ still segfaults for me

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Leon Brocard
Leopold Toetsch sent the following bits through the ether: No PASM1 is the one-line assembler PDB_compile in debug.c. If you want the whole thing, you have to run imcc instead of parrot and with the PASM compiler, just as the comment states. Oops, I was confused. ook's 'make test' runs with

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Leopold Toetsch
Leon Brocard wrote: Leopold Toetsch sent the following bits through the ether: Oops, I was confused. ook's 'make test' runs with parrot, so it doesn't work. Yep, I should have changed that in the first place too ;-) ... I've attached a patch to config/gen/makefiles/ook.in to make it work

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Dan Sugalski
At 6:06 PM + 1/19/03, Leon Brocard wrote: Leopold Toetsch sent the following bits through the ether: No PASM1 is the one-line assembler PDB_compile in debug.c. If you want the whole thing, you have to run imcc instead of parrot and with the PASM compiler, just as the comment states.

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Dan Sugalski
At 7:38 PM +0100 1/19/03, Leopold Toetsch wrote: IMHO in the near future, the main makefile of parrot should do something equivalent to: $ make $ cd languages/imcc $ make $ cd - $ mv parrot test_main $ cp languages/imcc/imcc parrot No--what we should do in the near future is: $ make $

Re: [perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread Leopold Toetsch
Dan Sugalski wrote: At 7:38 PM +0100 1/19/03, Leopold Toetsch wrote: IMHO in the near future, the main makefile of parrot should do something equivalent to: $ cp languages/imcc/imcc parrot No--what we should do in the near future is: $ make $ make test and be done with it. imcc

Re: Parrot compilers

2003-01-19 Thread Melvin Smith
At 10:39 AM 1/18/2003 -0500, [EMAIL PROTECTED] wrote: The Jako compiler uses imcc as well... While we are plugging... and Cola too :) -Melvin