Re: Building Perl6 on Windows (7) -- gmake finds ...... empty

2010-12-15 Thread Ronald Blaschke
On 2010-12-11 20:17, Peter Schwenn wrote: [snip] > .\miniparrot.exe -Iruntime/parrot/include config_lib.pir > > runtime/parrot/include/config.fpmc > gmake: *** [runtime/parrot/include/config.fpmc] Error -1073741819 That's bad, because -1073741819 == 0xC005 == ACCESS_VIOLATION. [snip] Ron

[perl #80704] [BUG] "Cannot take substr outside string" using comb/split with certain regexes

2010-12-15 Thread via RT
# New Ticket Created by Jarrod # Please include the string: [perl #80704] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=80704 > Not sure if this is a regex bug or a bug in comb, but: > 'string'.comb(/<-[a] - [z]>/); ===SO