Thanks for the OSX release! However, when I run one of the apps I get the following error message.
Dyld Error Message: Library not loaded: /usr/local/lib/libwx_macu-2.8.0.dylib Referenced from: /Users/sebastianahlman/Desktop/wxLua/apps/wxLua.app/Contents/MacOS/../../../libwx_macu_stc-2.8.0.dylib Reason: image not found It seems the app is trying to find a lib in /usr/local/lib/, why? Earlier versions work fine without any libs in this location. //Sebastian Ahlman Quoting John Labenski <[EMAIL PROTECTED]>: > On Feb 18, 2008 6:04 AM, Anders F Björklund <[EMAIL PROTECTED]> wrote: >> ahlmans wrote: >> >> Ran into another unexpected issue during the packaging: >> "install_name_tool: changing install names can't be redone for: >> wxLua.app/Contents/MacOS/wxLua (for architecture i386) because larger >> updated load commands do not fit (the program must be relinked)" >> >> Seems I need to recompile the wxLua libraries with a linker >> setting to allow for longer library rpath names, sigh... >> (-Wl,-header-pad_max_install_names) >> > > Ok, I updated configure so it is always added to the linker settings > for OSX's gcc for the "SHARED" build. > > Thanks, > John > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxlua-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wxlua-users > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
