Alex, I downloaded the developmental Mac version of Weft onto my MacBook (OS X 10.4) but it would not open. Has the programme been been written for 10.5? Pat Branson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/weft-qda-users/attachments/20080504/df6eb807/attachment.html>
I believe I had promised to check this. Sorry for being delinquent. I will do so Wed or Thu this week. Lindsay Patrick Branson wrote:> Alex, > > I downloaded the developmental Mac version of Weft onto my MacBook (OS > X 10.4) but it would not open. Has the programme been been written for > 10.5? > > Pat Branson > ------------------------------------------------------------------------ > > _______________________________________________ > weft-qda-users mailing list > weft-qda-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/weft-qda-users
Hi Patrick Branson wrote:> I downloaded the developmental Mac version of Weft onto my MacBook (OS > X 10.4) but it would not open. Has the programme been been written for > 10.5?It''s intended to work on 10.4 and 10.5, but I don''t have access to 10.4 to test. It''s likely a missing component that is standard on 10.5 but not on 10.4. If you''re able to try out the following and post back the results it should be possible to resolve for the next release. 1) Open the "Terminal" application in "Utilities" 2) At the prompt type the following and press <ENTER> cd /Applications/WeftQDA.app/Contents/Resources 3) Then type the following and press <ENTER> ./weft-qda -Ilib weft-qda.rb And post back whatever error message you get. thanks alex
Alex, Thanks for the opportunity to help. I tried what you asked. The error message is: "No such file or directory." I hope this information is useful. Pat On Tue, May 6, 2008 at 11:49 PM, Alex Fenton <alex at pressure.to> wrote:> Hi > > Patrick Branson wrote: > >> I downloaded the developmental Mac version of Weft onto my MacBook (OS X >> 10.4) but it would not open. Has the programme been been written for 10.5? >> > It''s intended to work on 10.4 and 10.5, but I don''t have access to 10.4 to > test. It''s likely a missing component that is standard on 10.5 but not on > 10.4. > > If you''re able to try out the following and post back the results it should > be possible to resolve for the next release. > > 1) Open the "Terminal" application in "Utilities" > 2) At the prompt type the following and press <ENTER> > cd /Applications/WeftQDA.app/Contents/Resources > 3) Then type the following and press <ENTER> > ./weft-qda -Ilib weft-qda.rb > > And post back whatever error message you get. > > thanks > alex > > > > > > _______________________________________________ > weft-qda-users mailing list > weft-qda-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/weft-qda-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/weft-qda-users/attachments/20080507/11ae14a5/attachment.html>
Patrick Branson wrote:> Alex, > > Thanks for the opportunity to help. I tried what you asked. The error > message is: "No such file or directory." I hope this information is > useful.Thanks. I guess then you don''t have Weft QDA in your "Applications" folder? Perhaps you could try copying it to there (by dragging the Weft QDA folder under "Devices" to the "Applications" folder in the Finder), and then repeating the steps. alex
Alex, You were correct. I had checked the Apps folder before you had replied. I have added Weft and carried out the test through Terminal. A copy of the error message is below. Pat dyld: lazy symbol binding failed: Symbol not found: _ruby_init_stack Referenced from: /Applications/WeftQDA.app/Contents/Resources/./weft-qda Expected in: /usr/lib/libruby.1.dylib dyld: Symbol not found: _ruby_init_stack Referenced from: /Applications/WeftQDA.app/Contents/Resources/./weft-qda Expected in: /usr/lib/libruby.1.dylib On Wed, May 7, 2008 at 8:05 AM, Alex Fenton <alex at pressure.to> wrote:> Patrick Branson wrote: > >> Alex, >> >> Thanks for the opportunity to help. I tried what you asked. The error >> message is: "No such file or directory." I hope this information is useful. >> > > Thanks. I guess then you don''t have Weft QDA in your "Applications" folder? > Perhaps you could try copying it to there (by dragging the Weft QDA folder > under "Devices" to the "Applications" folder in the Finder), and then > repeating the steps. > > > alex > _______________________________________________ > weft-qda-users mailing list > weft-qda-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/weft-qda-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/weft-qda-users/attachments/20080507/dc4eff82/attachment.html>
Thanks, that''s exactly the info I need. Can I ask you to try one further thing please? Repeat the steps, but at the end, instead of typing "weft-qda -Ilib weft-qda.rb" type: ruby -Ilib weft-qda.rb <ENTER> This will show whether the version of ruby provided by OS X 10.4 is capable of running Weft QDA thanks alex Patrick Branson wrote:> Alex, > > You were correct. I had checked the Apps folder before you had > replied. I have added Weft and carried out the test through Terminal. > A copy of the error message is below. > > Pat > > > dyld: lazy symbol binding failed: Symbol not found: _ruby_init_stack > Referenced from: /Applications/WeftQDA.app/Contents/Resources/./weft-qda > Expected in: /usr/lib/libruby.1.dylib > > dyld: Symbol not found: _ruby_init_stack > Referenced from: /Applications/WeftQDA.app/Contents/Resources/./weft-qda > Expected in: /usr/lib/libruby.1.dylib
Alex, Done as asked and here is the error report: dyld: NSLinkModule() error dyld: Library not loaded: @executable_path/libonig.dylib Referenced from: /Applications/WeftQDA.app/Contents/Resources/lib/oregexp.bundle Reason: image not found However, on my screen, I mistook Ilib (capital I followed by lib) for llib (2 l''s as in "library"). When I made the change in Terminal, I received the following error message: weft-qda: command not found I hope the information is useful and I''m not muddying the waters. Pat On Wed, May 7, 2008 at 4:08 PM, Alex Fenton <alex at pressure.to> wrote:> Thanks, that''s exactly the info I need. Can I ask you to try one further > thing please? Repeat the steps, but at the end, instead of typing "weft-qda > -Ilib weft-qda.rb" type: > > ruby -Ilib weft-qda.rb <ENTER> > > This will show whether the version of ruby provided by OS X 10.4 is capable > of running Weft QDA > > thanks > alex > > Patrick Branson wrote: > >> Alex, >> >> You were correct. I had checked the Apps folder before you had replied. I >> have added Weft and carried out the test through Terminal. A copy of the >> error message is below. >> >> Pat >> >> >> dyld: lazy symbol binding failed: Symbol not found: _ruby_init_stack >> Referenced from: /Applications/WeftQDA.app/Contents/Resources/./weft-qda >> Expected in: /usr/lib/libruby.1.dylib >> >> dyld: Symbol not found: _ruby_init_stack >> Referenced from: /Applications/WeftQDA.app/Contents/Resources/./weft-qda >> Expected in: /usr/lib/libruby.1.dylib >> > > _______________________________________________ > weft-qda-users mailing list > weft-qda-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/weft-qda-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/weft-qda-users/attachments/20080507/46e7618d/attachment-0001.html>