Leopold Toetsch wrote:
Klaas-Jan Stol wrote:
1. write the PMC
2. edit parrot/config/gen/makefiles/dynclasses.in
3. make
In my case this didn't work.
The .in files are processed by Configure.pl to create the real files.
perl Configure.pl ...
should do it, possibly after 'make realclean'.
Klaas-Jan Stol wrote:
1. write the PMC
2. edit parrot/config/gen/makefiles/dynclasses.in
3. make
In my case this didn't work.
The .in files are processed by Configure.pl to create the real files.
perl Configure.pl ...
should do it, possibly after 'make realclean'.
thanks,
klaas-jan
le
hi,
as my attempt to write a lua compiler is continuing (slowly but surely),
and quite some stuff is working already (although rather s l o w), I
decided it was time to write the PMCs representing the various Lua
datatypes. I understood from my previous postings (and replies on those)
that PM