Re: [perl #31680] [TODO] Compile library modules

2004-09-23 Thread Andy Dougherty
On Wed, 22 Sep 2004, William Coleda wrote: Attached, find a patch that does a first pass of this. [ . . . ] # OTHER FILE GROUPS: @@ -412,6 +440,9 @@ .c$(O) : @$(PERL) tools/dev/cc_flags.pl ./CFLAGS $(CC) $(CFLAGS) -I$(@D) ${cc_o_out}$@ -c $ +%.pbc:%.imc +

Re: [perl #31680] [TODO] Compile library modules

2004-09-23 Thread Dan Sugalski
At 6:33 PM + 9/23/04, Bernhard Schmalhofer via RT wrote: All the .imc and .pasm files in the library which aren't meant to be .included should get compiled to bytecode as part of parrot's build procedure. On that occasion the file 'runtime/parrot/include/Getopt_Long.imc' can be removed

Re: [perl #31680] [TODO] Compile library modules

2004-09-23 Thread Will Coleda
On Thu, Sep 23, 2004 at 01:09:38PM -0400, Andy Dougherty wrote: On Wed, 22 Sep 2004, William Coleda wrote: Attached, find a patch that does a first pass of this. [ . . . ] # OTHER FILE GROUPS: @@ -412,6 +440,9 @@ .c$(O) : @$(PERL) tools/dev/cc_flags.pl ./CFLAGS $(CC)

[perl #31680] [TODO] Compile library modules

2004-09-22 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #31680] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31680 All the .imc and .pasm files in the library which aren't meant to be .included

Re: [perl #31680] [TODO] Compile library modules

2004-09-22 Thread William Coleda
Attached, find a patch that does a first pass of this. I skipped the SDL IMC's because one of them gave me trouble, but didn't include them in the root.in I skipped the PASM files, as they appear to have PIR counterparts. There are two files that are commented out, as they also gave me trouble.