Re: [MacRuby-devel] 0.7 Release

2010-10-02 Thread Robert Rice
Thanks Laurent: That worked. I tried that earlier today and it didn't work. I had to clean all dependencies first. Bob Rice On Oct 2, 2010, at 4:29 PM, Laurent Sansonetti wrote: > Hi Robert, > > Looks like -framework MacRuby is missing from your gcc line, which could > explain the missing s

Re: [MacRuby-devel] 0.7 Release

2010-10-02 Thread Laurent Sansonetti
Hi Robert, Looks like -framework MacRuby is missing from your gcc line, which could explain the missing symbol. Are you sure MacRuby.framework is included in your Xcode project as a dependency? If yes, try removing it and adding it again, maybe. Laurent On Oct 2, 2010, at 1:24 PM, Robert Rice

Re: [MacRuby-devel] 0.7 Release

2010-10-02 Thread Robert Rice
Hi Laurent: Thanks for the quick reply. I get a new error doing a clean build: Ld build/Debug/MacDriverLog-0.7.app/Contents/MacOS/MacDriverLog-0.7 normal x86_64 cd "/Users/robertrice/Desktop/MacDriverLog Development/MacDriverLog-0.7" setenv MACOSX_DEPLOYMENT_TARGET 10.5 /Developer/usr/bin/gcc-4.

Re: [MacRuby-devel] 0.7 Release

2010-10-02 Thread Laurent Sansonetti
Hi Robert, You need to rebuild your project. Do a clean before, to make sure. It will be linked to the "new" MacRuby. In the future we won't use the MacRuby version number in the link path to avoid these problems :) Laurent On Oct 2, 2010, at 11:43 AM, Robert Rice wrote: > Hi Laurent: > > G

[MacRuby-devel] 0.7 Release

2010-10-02 Thread Robert Rice
Hi Laurent: Great work! You have to reload version 0.6 to fully appreciate the performance increase. Today's nightly build deletes version 0.7 from the MacRuby framework but my project still references it: dyld: Library not loaded: /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/lib/li

[MacRuby-devel] 0.7 release status

2010-09-17 Thread Laurent Sansonetti
Hi guys, A quick progress update on the upcoming 0.7 release. It's taking more time than initially planned, but we are on good tracks! 148 tickets have been closed. There are only 4 blocking tickets left in the tracker: #875: defect: super dispatches aren't cached (new) #858: defect: "rake spe