Hi,
You've built your Perl with -nostdinc - which is, I believe, a suggested
option by Apple. This means exception header files are not in the
include path when you build.
You need to:
Install ExtUtils::FakeConfig
Put the attached Config_osx.pm in your @INC somewhere.
Then,
perl -MConfig_
On 21 Mar 2010, at 22:21, Mark Dootson wrote:
> Looks like you don't have required versions of ExtUtils::XSpp and
> ExtUtils::ParseXS installed.
Hi Mark,
Corrected that, but now I get this error on en on for a bunch of lines
RichText.c
mini:Wx-0.9701 ec$ make
/usr/local/bin/perl script/make_
Looks like you don't have required versions of ExtUtils::XSpp and
ExtUtils::ParseXS installed.
On 21/03/2010 18:38, Erik Colson wrote:
Hi !
Just installed perl 5.10.1 from scratch on my mac mini 32bit.
Installing wxwidgets works with Alien::wxWidgets but installing Wx module fails.
Any clue ?
Hi !
Just installed perl 5.10.1 from scratch on my mac mini 32bit.
Installing wxwidgets works with Alien::wxWidgets but installing Wx module fails.
Any clue ? (I've seen 5.10.1 isn't tested on Macosx so this could be a good way
to test it)
Thanks !
Erik
==