From: Mike S. <Mik...@Do...> - 2006-08-10 05:35:23
|
Some progress: 1) I got the PerlWrapper basic example that uses Mac::Applescript working using the instructions from: http://sourceforge.net/mailarchive/message.php?msg_id=12580886 Results: a) it works fine on a clean Intel-based machine b) the clean PPC machine showed the icon with a slash through it, and when trying to run, it nicely gave a dialog about the application not able to run on this architecture --apparently setting the xCode to Universal did not work. 2) I next worked on a wxMinimal example for Intel building off of the previous Intel success. a) copied the /usr/local/lib/libwx* files into the xCode Libraries directory b) ran the Tools/update_dylib_references.pl c) copied the Wx Perl files and auto/Wx files into the Perl-Libraries directory Results: a) the built app ran correctly on the build machine b) tried the app on the clean Intel machine and got this error: Perl Error Can't load '/Users/username/Desktop/PerlWrapper.app/Contents/Resources/Perl-Libraries/auto/Wx/Wx.bundle' for module Wx: dlopen(/Users/username/Desktop/PerlWrapper.app/Contents/Resources/Perl-Libraries/auto/Wx/Wx.bundle,1): Library not loaded: /Library/Perl So two issues I could use some advice on: 1) Suggestions on the "Library not loaded" error? 2) Suggestions on making a Universal PerlWrapper? Thanks in advance for any help! |