Re: Instructions to build parrot using mingw

2006-05-25 Thread Jurosz Michal
Hello, do not use msys. Try mingw32-make from cmd.exe. http://wiki.kn.vutbr.cz/mj/index.cgi?Build%20Parrot%20with%20MinGW can probably help too. Michal Jurosz Joshua Gatcomb wrote: All: It has been 1.5 years since I have built parrot and a lot has changed. Today I decided to dust off some

Perl 6 and Parrot links

2006-05-23 Thread Jurosz Michal
Hello, feel free to use http://wiki.kn.vutbr.cz/mj/index.cgi?Perl%206%20and%20Parrot%20links .

Re: [perl #38810] [PATCH] skip #7 t/dynoplibs/myops.t for mingw

2006-03-30 Thread Jurosz Michal
Thanks, I've applied the patch in SVN revision 12077. Thanks too. I only replaced the package variables with lexical ones. I copy and paste from os.t Could you check whether this works now under MinGW? Seems ok. See smoke results, i386-MSWin32-gcc Parrot 0.4.2 r12077 30 Mar 2006 00:16 Thu.

Re: [perl #38810] [PATCH] skip #7 t/dynoplibs/myops.t for mingw

2006-03-29 Thread Jurosz Michal
Err. This one is better. -- S pozdravem Michal Jurosz Index: t/dynoplibs/myops.t === --- t/dynoplibs/myops.t (revision 12069) +++ t/dynoplibs/myops.t (working copy) @@ -9,6 +9,9 @@ use Parrot::Test tests = 8; use Parrot::Config;