Re: [perl #55332] [BUG] can't build parrot on win32 + strawberry perl

2008-06-08 Thread François Perrad
2008/6/5 chromatic [EMAIL PROTECTED]: Look at get_length() in tools/build/c2str.pl. If that's the problem (and it looks like it is), that's the place to fix it. The length computation (in c2str.pl) is correct. There are no missing make dependence. But looks like a missing make dependence

[perl #55332] [BUG] can't build parrot on win32 + strawberry perl

2008-06-05 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #55332] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55332 Parrot is built fine, but there seems to be something wrong in PGE. I'm using

Re: [perl #55332] [BUG] can't build parrot on win32 + strawberry perl

2008-06-05 Thread Klaas-Jan Stol
somehow a fresh checkout has resolved the problem (but my other sandbox was still up to date according to svn status...) anyhow, this ticket can be rejected. kjs On Thu, Jun 5, 2008 at 10:38 AM, via RT Klaas-Jan Stol [EMAIL PROTECTED] wrote: # New Ticket Created by Klaas-Jan Stol # Please

Re: [perl #55332] [BUG] can't build parrot on win32 + strawberry perl

2008-06-05 Thread jerry gay
On Thu, Jun 5, 2008 at 3:16 AM, Klaas-Jan Stol [EMAIL PROTECTED] wrote: somehow a fresh checkout has resolved the problem (but my other sandbox was still up to date according to svn status...) anyhow, this ticket can be rejected. kjs i had this same problem, and it was resolved the same

Re: [perl #55332] [BUG] can't build parrot on win32 + strawberry perl

2008-06-05 Thread François Perrad
Klaas-Jan Stol a écrit : somehow a fresh checkout has resolved the problem (but my other sandbox was still up to date according to svn status...) anyhow, this ticket can be rejected. I'm not sure. Since r26988, I've same failure on Windows, with mingw gcc-3.4.2, and perl 5.8.8 (build 822

Re: [perl #55332] [BUG] can't build parrot on win32 + strawberry perl

2008-06-05 Thread chromatic
On Thursday 05 June 2008 03:16:35 Klaas-Jan Stol wrote: somehow a fresh checkout has resolved the problem (but my other sandbox was still up to date according to svn status...) You probably needed a 'make realclean'. anyhow, this ticket can be rejected. Done! -- c

Re: [perl #55332] [BUG] can't build parrot on win32 + strawberry perl

2008-06-05 Thread Patrick R. Michaud
On Thu, Jun 05, 2008 at 12:15:31PM -0700, chromatic wrote: On Thursday 05 June 2008 03:16:35 Klaas-Jan Stol wrote: somehow a fresh checkout has resolved the problem (but my other sandbox was still up to date according to svn status...) You probably needed a 'make realclean'. Actually,

Re: [perl #55332] [BUG] can't build parrot on win32 + strawberry perl

2008-06-05 Thread chromatic
On Thursday 05 June 2008 07:44:11 François Perrad wrote: I'm not sure. Since r26988, I've same failure on Windows, with mingw gcc-3.4.2, and perl 5.8.8 (build 822 from ActiveState). The following patch solves (or hides) the problem Index: src/string.c