Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

speters (1787)

speters
  (email not shown publicly)
http://www.fisharerojo.org/
AOL IM: fisharerojo (Add Buddy, Send Message)

mmm...Perl

Journal of speters (1787)

Monday April 09, 2007
09:05 AM

[Perl 6 Microgrant] The great variable renaming

[ #32943 ]

Yesterday, I sent in a patch that appears to clean up the last bits necessary to get Intel C++ to compile. One big problem for C++ compiles.

vtable->class ...

Yes, that's right. A variable named class. C++ really doesn't like that very much. I would have thought that would have been something that -Wc++-compat would have caught, but obviously it didn't. I'm looking at

vtable->pmc_class ...

as a possible replacement, but I should mail the p6i list on that change.

With all the cleanup, though, the problems with linking a workable Parrot became clear. The guessed platform seems to be messed up with Intel C++ causing defines to be incorrect for src/platform.c. I should have this sorted out early this week.

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.