On Wed, 06 Sep 2006 10:21:23 -0400
Edward Heil <ed...@do...> wrote:
> Has anyone had luck building a universal binary of wxPerl? (0.26 or 0.57)
>
> Tiger on Intel ships with a UB version of Perl, and I can get a UB build
> of wxWidgets installed in /usr/local without too much trouble.
>
>
> I'd be quite happy letting Alien::wxWidgets build its own copy of
> wxWidgets, but I'm not sure how to force it to pass args equivalent to
> arguments to configure. E.g. --enable-unversal_binary.
There currently is no option for that; but you could just
export WX_CONFIG=/usr/local/bin/wx-config
perl Build.PL
# answer 'no' to "do you want to build wxWidgets"
./Build
./Build install
I think a problem might be convincing ExtUtils::MakeMaker to build
an UB version of Wx.bundle and the other wxPerl libraries.
Regards
Mattia
|