Re: [MacRuby-devel] HotCocoa: can't find executable

2009-01-29 Thread Vincent Isambart
> BTW, is there a way to change my setting from digest to individual messages? Yes, there: http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailma

Re: [MacRuby-devel] HotCocoa: can't find executable

2009-01-29 Thread Robert Schaaf
Thanks for the fast turnaround. I'm running on 10.5.6 on 1 MacBook Pro 17", Core 2 Duo at 2.33 GHz. As far as running the commands manually, here are the results. Last login: Thu Jan 29 19:25:20 on ttys001 travelers-macbook-pro-17:~ traveler$ macruby -e "NSBundle.bundleWithPath('/System/Libr

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-29 Thread MacRuby
#215: OpenSSL's SSLSocket appears not to be initialised correctly ---+ Reporter: cel...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] hotcocoa - can't find executable

2009-01-29 Thread Laurent Sansonetti
Hi Robert, This is quite strange! Could you give us more details regarding your environment (OS version + CPU architecture). Also, does the problem also happen if you do: $ macruby -e "NSBundle.bundleWithPath('/System/Library/Frameworks/ Cocoa.framework').load; p :ok" Or: $ macruby -e "

Re: [MacRuby-devel] Interesting "conversion candidate" for MacRuby?

2009-01-29 Thread Laurent Sansonetti
On Jan 24, 2009, at 1:57 PM, Jordan K. Hubbard wrote: Someone just pointed me at this bit of sample code today, in an unrelated discussion, and it occurred to me that it might make a nice project for someone seeking to learn MacRuby by starting with a more simple "translation project":

Re: [MacRuby-devel] Distributing apps with MacRuby.framework

2009-01-29 Thread Laurent Sansonetti
Dr Nic, FYI, if you use trunk, there is an Xcode target that calls install_name_tool for you. You still have to hack your rb_main.rb file to change $LOAD_PATH, though. In the case of a HotCocoa application, everything is done for you once you do "macrake deploy". Laurent On Jan 25, 2009,

Re: [MacRuby-devel] Problems compiling MacRuby

2009-01-29 Thread Laurent Sansonetti
Dave, The problem here is that you have a custom readline library in your system. If you look at the bugs logged in the tracker you will see some tips to make it work. # I am considering rewriting the extensions build system to avoid this kind of problems, but this won't be in 0.4. Laur

Re: [MacRuby-devel] PBI - translate TextEdit to MacRuby

2009-01-29 Thread Laurent Sansonetti
Hi Rich, (Sorry for the late reply, I was on vacation.) On Jan 18, 2009, at 1:17 PM, Rich Morin wrote: A friend of mine asked: What word processor do you use on the Mac? I'd like to find an open-source, lightweight rich text editor (not OpenOffice... too big). Any suggestions? His questio