Hi all
There are now PPMs for MacOSX at http://www.wxperl.co.uk/repository
The Wx PPM here has no Alien dependency.
The widgets dylibs are packaged in wxPerl.app/Content/Frameworks
Changes to the standard code needed to make this work -
1. 'relocate' the wxWidgets dylibs to depend on
@executable_path\..\Frameworks
2. 'relocate' all the '.bundle' files to depend on
@executable_path\..\Frameworks
3. The wxPerl exec that goes in INSTALLBIN is amended so that it
determines the location of wxPerl.app relative to itself (rather than
hard coded in the standard build)
So, install ActivePerl 5.10
add http://www.wxperl.co.uk/repository to your repositories
install Wx and Wx::GLCanvas and Wx::Demo
remember to use wxPerl to launch your Wx scripts - and remember to use
the right one - that is, assuming your installing ppms to the default
user path, then to run your freshly installed wxDemo
/Users/yourname/Library/ActivePerl-5.10/bin/wxPerl
/Users/yourname/Library/ActivePerl-5.10/bin/wxperl_demo.pl
Cheers
Mark