Mark Dootson wrote:
On 17/02/2010 20:01, Mattia Barbon wrote:
Re ExtUtils:FakeConfig / -nostdinc
I do not see a better way. It's a pity that -nostding is both used by
ActivePerl and suggested in the OS X Perl README.
Attached is Config_osx.pm that maybe could be added to ExtUtils::FakeConfig
Pushed to github.
For reference for the list, primary use is to remove '-nostdinc' from
appropriate Config entries and allow Wx to build with new exception
handling and ExtUtils::XSpp > 0.6. It will also specify gcc-4.0 if you
are using ActivePerl.
And will also allow to build wxWidgets 2.9.x (which uses std::string).
For a little more completeness, I added the capability of setting
architectures via an environment variable. (as use of this module might
prevent use of Config_u)
I documented Config_osx as superseding Config_u.
Thanks!
Mattia