See if this thread helps... http://www.nntp.perl.org/group/perl.wxperl.users/2009/12/msg6936.html
On Wed, Dec 23, 2009 at 10:33 AM, Daniell Freed <winter...@gmail.com> wrote: > I've notice on OS X in the Perl library directory auto/Wx/ that there is a > wxPerl.app. What is the purpose of this? > > I ask because I'm struggling to get the perlwrapper to work correctly on OS > X Snow Leopard. I can run my project from the command line, and I can even > build the xcode project to create an application bundle. What is strange is > that when I open the application bundle via the GUI it errors out with the > error: > > Can't load > '/Users/dfreed/sourcecode/ssystems/alchemist/trunk/OSX/build/Deployment/Alchemist.app/Contents/Resources/Perl-Libraries/auto/Wx/Wx.bundle' > for module Wx: > dlopen(/Users/dfreed/sourcecode/ssystems/alchemist/trunk/OSX/build/Deployment/Alchemist.app/Contents/Resources/Perl-Libraries/auto/Wx/Wx.bundle, > 1): Symbol not found: __ZN19wxTopLevelWindowMac7DestroyEv > > If I use the command line to run: open Alchemist.app It will work fine. > > So, I was wondering if there was some way to use the wxPerl.app bundle to > run my application, instead of trying to continue to try to use the > perlwrapper xcode project. > > > Daniell Freed > winter...@gmail.com > > > >