Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Manu
does not seem to work for now.. I tried creating a simple class with a simple attribute (for a button place holder) and link it the controller class to the button and nothing shows in the list to make that link On Mar 11, 2011, at 10:22 AM, Matt Aimonetti wrote: > Can you verify that the outle

Re: [MacRuby-devel] macruby_deploy not embedding all of MacRuby

2011-03-11 Thread Kevin Colyar
MD5 hashes match. I am building my app on an encrypted disk image if that would matter at all. I wouldn't think it would affect it. My tester is on a 64bit machine. I'll try building it on 0.9 and see if that helps. Any idea why the directory size would be so dramatically different? Kevin On

Re: [MacRuby-devel] macruby_deploy not embedding all of MacRuby

2011-03-11 Thread Laurent Sansonetti
Hi Kevin, It sounds like a data corruption problem, but it could also maybe due to running the application on an Intel 32-bit machine (because, as of 0.10, i386 support is not built in anymore by default). I would run md5 hashes on both the embedded dylib and the one in /Library/Frameworks to

[MacRuby-devel] macruby_deploy not embedding all of MacRuby

2011-03-11 Thread Kevin Colyar
I'm running the following command to prepare my app to share with testers. PATH="$PATH:/usr/local/bin" macruby_deploy --embed --compile "$TARGET_BUILD_DIR/$PROJECT_NAME.app" On my machine, its says the app directory is ~25MB but testers get the following error when they try to run it: dyld: Libr

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Laurent Sansonetti
I just tested Xcode4 on a Snow Leopard machine, after having re-installed MacRuby, and it seems that outlets and actions are recognized again! Thanks for letting me know, I will prepare and integrate some templates into the upcoming 0.10 release. Laurent On Mar 11, 2011, at 12:53 PM, Shaun Aug

[MacRuby-devel] trunk depends on a new LLVM

2011-03-11 Thread Laurent Sansonetti
For those compiling from the repository: MacRuby now requires LLVM 2.9. I tested revision 127367 to be okay, so I recommend this one. The README.rdoc file has been updated with newer instructions. Also, as trunk no longer builds for i386 by default, LLVM doesn't need to be built for it anymore,

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Shaun August
Sorry, I was looking in the wrong place. I can confirm the outlets ARE working for me. To reiterate, I installed Xcode 4 and then the nightly build from the installer package and not from the command line. Thank you, SHAUN AUGUST DIRECTOR OF DESIGN EOS LIGHTMEDIA CORPORATION 320 - 825 POW

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Shaun August
Hi All, I installed Xcode 4 and then the latest nightly build and the outlets are not working for me. Thanks Shaun On 2011-03-11, at 10:22 AM, Matt Aimonetti wrote: > Can you verify that the outlets are working? > Laurent said he would commit the templates shortly so they should be > a

Re: [MacRuby-devel] MacRuby build issues with LLVM

2011-03-11 Thread Richard Sepulveda
My customers with new MacBook Pro's have confirmed that the new version of my QuickAlarm app with the new MacRuby 0.1/LLVM works! Good job everybody! > Yes, it was a problem in LLVM, which wasn't generating code for the proper > architecture. I hope this was an exception and that we won't need

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Matt Aimonetti
Can you verify that the outlets are working? Laurent said he would commit the templates shortly so they should be available in a future nightly build. - Matt On Fri, Mar 11, 2011 at 8:59 AM, Manu wrote: > Interestingly, I made the mistake to remove Xcode 3.. so I have only Xcode > 4 but I see i

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Manu
Interestingly, I made the mistake to remove Xcode 3.. so I have only Xcode 4 but I see it working with an older project. So where can I find the template for MacRuby? And where should they be installed? So far beside few path issues in the build it seems to mostly work I created a new file So

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Matt Aimonetti
Indeed and others couldn't get Xcode to work. - Matt On Fri, Mar 11, 2011 at 8:34 AM, Manu wrote: > Ok . Seems like someone got it to work but did not explain how he did... > > > On Mar 10, 2011, at 10:54 PM, Matt Aimonetti wrote: > > Please refer to the other posts about the same topic sent to

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Manu
Ok . Seems like someone got it to work but did not explain how he did... On Mar 10, 2011, at 10:54 PM, Matt Aimonetti wrote: > Please refer to the other posts about the same topic sent today. > > - Matt > > On Thu, Mar 10, 2011 at 9:25 PM, Manu wrote: > Hi > > Now that Xcode 4 is out , and t

Re: [MacRuby-devel] re-implemention of attr_accessor and valueForKey:

2011-03-11 Thread kyossi
Hi, Thanks for ticket and simplify the code. For a while I'll use class_eval to define a method which require KVC compliant. 2011/3/11 Thibault Martin-Lagardette : > Hi, > After fiddling a little bit with the code, I could not find the exact issue, > but could reduce the code a lot. > For the sa

Re: [MacRuby-devel] Potential macirb issue

2011-03-11 Thread Eloy Duran
This worked fine on an older version of trunk that I had installed, but with the current trunk I can confirm the same problem. Can you please file a ticket? On Thu, Mar 10, 2011 at 9:01 PM, Mark Rada wrote: > Hey all, > > I am getting an error when I add a #to_s method to NSURL: > >         ± irb

Re: [MacRuby-devel] Note of warning about Xcode 4

2011-03-11 Thread Sven Schwyn
Hi I'm on OS X 10.6.6 with MacRuby 0.9 installed via RVM on a older i386 MacBookPro2,2. Check out this screenshot: http://www.delirium.ch/test/connections.png Due to the lack of templates, I've created the project in Xcode 3 and then worked with it in Xcode 4 - which worked just fine in the las