Re: [perl #45249] [BUG] r21103-21121 won't build on 64-bit intel

2007-09-07 Thread Joshua Isom
On Sep 7, 2007, at 3:02 PM, chromatic wrote: On Friday 07 September 2007 09:32:51 Patrick R.Michaud wrote: Chromatic is already aware of this issue, but I thought I'd file a ticket for it that others can hang information on. Starting with r21103, Parrot won't build on my 64-bit platform. It

[perl #43313] [TODO] config/inter/yacc.pm: Write unit tests

2007-09-07 Thread James Keenan via RT
Please review the patch attached, which contributes 5 files for the purpose of testing configuration step inter::yacc. The patch also makes some modifications to config/inter/yacc.pm along the same lines as revisions proposed yesterday for config/inter/lex.pm and for the same purpose: to increase

[perl #43317] [TODO] config/init/hints.pm: Write unit tests

2007-09-07 Thread James Keenan via RT
Patches applied in r21127.

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-09-07 Thread James Keenan via RT
Patches committed to trunk in r21127.

[perl #43331] [TODO] config/init/optimize.pm: Write unit tests

2007-09-07 Thread James Keenan via RT
No objections were heard, so I committed these 4 new test files to trunk in r21126.

Re: [perl #45249] [BUG] r21103-21121 won't build on 64-bit intel

2007-09-07 Thread James E Keenan
Patrick R . Michaud wrote: # New Ticket Created by Patrick R. Michaud # Please include the string: [perl #45249] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45249 > Chromatic is already aware of this issue, but I thoug

Re: [perl #43171] [TODO] replace the value for $(MAKE) with the actual path (config/inter/make.pm)

2007-09-07 Thread Andy Dougherty
On Thu, 6 Sep 2007, James Keenan via RT wrote: > Only someone completely lacking a gmake would reach the 'else' block, > and only such a person would be in a position to write a test for > anything that would replace \$\(MAKE\). > > Can anyone do that? Otherwise, I will mark the ticket as STALLE

Re: [perl #45249] [BUG] r21103-21121 won't build on 64-bit intel

2007-09-07 Thread chromatic
On Friday 07 September 2007 09:32:51 Patrick R.Michaud wrote: > Chromatic is already aware of this issue, but I thought I'd > file a ticket for it that others can hang information on. > > Starting with r21103, Parrot won't build on my 64-bit platform. > It starts through the normal configure and m

Re: [perl #43171] [TODO] replace the value for $(MAKE) with the actual path (config/inter/make.pm)

2007-09-07 Thread Joshua Isom
On Sep 7, 2007, at 7:19 AM, James E Keenan wrote: If you have gmake installed, then shouldn't $conf->data->get('gmake_version') return a true value? >> >> if ( $conf->data->get('gmake_version') ) { >> $conf->data->set( make_c => "$prog -C" ); >> } >> else { If so, how wou

welcome ron to the company of parrots

2007-09-07 Thread jerry gay
i've just given ron blaschke (aka ron or rblasch) a commit bit. please join me in welcoming him to the core committers. over the last few years, ron has submitted many high-quality patches, and has always been willing to share his knowledge of windows-based programming. ron has told me privately t

[perl #45249] [BUG] r21103-21121 won't build on 64-bit intel

2007-09-07 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #45249] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45249 > Chromatic is already aware of this issue, but I thought I'd file a ticket for it t

Re: [perl #43171] [TODO] replace the value for $(MAKE) with the actual path (config/inter/make.pm)

2007-09-07 Thread James E Keenan
Joshua Isom wrote: [snip Oh, and I do have gmake installed, I just don't use it. If you have gmake installed, then shouldn't $conf->data->get('gmake_version') return a true value? >> >> if ( $conf->data->get('gmake_version') ) { >> $conf->data->set( make_c => "$prog -C" );