Leon Brocard wrote:
Index: config/gen/makefiles/ook.in
Applied,
leo
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 sho
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
$ make
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.
Oop
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
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 wi
Leon Brocard (via RT) wrote:
# New Ticket Created by Leon Brocard
# Please include the string: [perl #20400]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=20400 >
It's PASM1, not PASM. However, "make test" in languages/o
# New Ticket Created by Leon Brocard
# Please include the string: [perl #20400]
# in the subject line of all future correspondence about this issue.
# 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 atm.