Re: [wxlua-users] OSX release?

2008-02-18 Thread Anders F Björklund
ahlmans wrote: > 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

Re: [wxlua-users] OSX release?

2008-02-18 Thread Anders F Björklund
John Labenski 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)" >> >> Seem

Re: [wxlua-users] string compare error

2008-02-18 Thread Hakkı Doğusan
Hi, John Labenski yazmış: > On Feb 18, 2008 12:06 AM, marcos <[EMAIL PROTECTED]> wrote: >> John Labenski escreveu: >> >> http://www.wxwidgets.org/manuals/stable/wx_wxstring.html#wxstring >> http://www.wxwidgets.org/manuals/stable/wx_unicode.html#unicode >> http://www.wxwidgets.org/manuals/stable/

Re: [wxlua-users] OSX release?

2008-02-18 Thread ahlmans
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.

Re: [wxlua-users] OSX release?

2008-02-18 Thread John Labenski
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 loa

Re: [wxlua-users] string compare error

2008-02-18 Thread John Labenski
On Feb 18, 2008 12:06 AM, marcos <[EMAIL PROTECTED]> wrote: > > John Labenski escreveu: > > http://www.wxwidgets.org/manuals/stable/wx_wxstring.html#wxstring > http://www.wxwidgets.org/manuals/stable/wx_unicode.html#unicode > http://www.wxwidgets.org/manuals/stable/wx_mbconvclasses.html#mbconvclas

Re: [wxlua-users] OSX release?

2008-02-18 Thread Anders F Björklund
ahlmans wrote: > I installed wxLua through Mac Ports and it worked fine. However, I > only use wxluafreeze and it does not seem to be included. wxLuaFreeze is now enabled, in wxLua port revision 1: @2.8.7.0_1 (added the --enable-wxluafreeze-app argument to configure.args) The stand-alone binary

Re: [wxlua-users] OSX release?

2008-02-18 Thread Anders F Björklund
ahlmans wrote: > Glad to hear that! (that the binary is coming, that is ;)) > >> The binary is still coming, just had some hardware problems >> on the designated development machine (power supply died). Ran into another unexpected issue during the packaging: "install_name_tool: changing install n

Re: [wxlua-users] OSX release?

2008-02-18 Thread ahlmans
Glad to hear that! (that the binary is coming, that is ;)) //Sebastian Lainaus Anders F Björklund <[EMAIL PROTECTED]>: >> I installed wxLua through Mac Ports and it worked fine. However, I >> only use wxluafreeze and it does not seem to be included. >> >> Quoting John Labenski <[EMAIL PROTECTED]

Re: [wxlua-users] OSX release?

2008-02-18 Thread Anders F Björklund
> I installed wxLua through Mac Ports and it worked fine. However, I > only use wxluafreeze and it does not seem to be included. > > Quoting John Labenski <[EMAIL PROTECTED]>: > >> Please see Anders response for the thread "ANN wxLua 2.8.7.0 release >> on Sourceforge.net" about using MacPorts to co