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 som

PBC meta info

2006-05-25 Thread Leopold Toetsch
While reading pdd23 and thinking of implementation strategies for .begin_eh / .end_eh the following ideas jumped onto my branes: - .begin_eh / .end_eh is by far not the only metainfo we want / need in PBC files - we already have debug info (line numbers / file info => PC relation) - we need mo

Instructions to build parrot using mingw

2006-05-25 Thread Joshua Gatcomb
All: It has been 1.5 years since I have built parrot and a lot has changed. Today I decided to dust off some old projects but I am having trouble getting it to build. Previously, I used Cygwin. I have mingw, msys, and ActiveState Perl Unfortunately, I do not have permission to create files in C

Re: [perl #39056] [BUG] vtable override doesn't work in sub-subclasses

2006-05-25 Thread Leopold Toetsch
Am Mittwoch, 3. Mai 2006 00:30 schrieb Patrick R.Michaud (via RT): > Vtable overrides don't appear to work in a once-removed subclass > (i.e., a subclass of a subclass).  It's easiest to explain with > code: Fixed now in r12797. Thanks for the test. leo