Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Matt Aimonetti
The book is currently in production, so I don't think there is an official date but it should be soon. - Matt On Sun, Sep 11, 2011 at 11:46 AM, Robert Love wrote: > > On Sep 11, 2011, at 12:37 PM, Matt Aimonetti wrote: > > > As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Robert Love
On Sep 11, 2011, at 12:37 PM, Matt Aimonetti wrote: > As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script for > the IB integration. I worked with Apple to get that fixed & they seeded a > fixed version in the last 4.2 betas. I didn't mention that in my book because > by the

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Matt Aimonetti
hmm good questions, I only have an iOS license :( - Matt On Sun, Sep 11, 2011 at 10:53 AM, az...@gmx.net wrote: > I just tried to get the XCode 4.2 beta but it's saying for iOS developers > only (I have an OSX dev licence) - is that a fault on their part or are > betas of it usually available f

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread az...@gmx.net
I just tried to get the XCode 4.2 beta but it's saying for iOS developers only (I have an OSX dev licence) - is that a fault on their part or are betas of it usually available for OS X dev licences only? (Or am I looking in the wrong place :/) AstonJ On 11 Sep 2011, at 18:37, Matt Aimonetti wr

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Matt Aimonetti
As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script for the IB integration. I worked with Apple to get that fixed & they seeded a fixed version in the last 4.2 betas. I didn't mention that in my book because by the time it will be published, 4.2 will be released. If you don'

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Mark Rada
MacRuby does not work with Xcode 4.1, but it OS working with 4.2 betas. Check out macruby.org/trac/ticket/1322 Sent from my iDevice On 2011-09-11, at 12:13, Rob Gleeson wrote: > > On 11 Sep 2011, at 16:30, Timothy Hart wrote: > >> For some reason it started working on a reboot. So far so goo

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Rob Gleeson
On 11 Sep 2011, at 16:30, Timothy Hart wrote: > For some reason it started working on a reboot. So far so good. I'm still > getting that message when trying to build some of the examples from Matt > Aimonetti's MacRuby: The Definitive Guide > (http://ofps.oreilly.com/titles/9781449380373/index

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Timothy Hart
For some reason it started working on a reboot. So far so good. I'm still getting that message when trying to build some of the examples from Matt Aimonetti's MacRuby: The Definitive Guide ( http://ofps.oreilly.com/titles/9781449380373/index.html). On Sun, Sep 11, 2011 at 11:04 AM, Rob Gleeson

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Rob Gleeson
On 11 Sep 2011, at 16:00, Jeremy Smith wrote: > There's also the whole issue of MacRuby not working with new versions of > Xcode? I thought 4.1 was one of those that the framework wouldn't load in to. > Yeah, I'm curious about this too. I got a new macbook pro and I'd like to play with MacRu

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Jeremy Smith
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to. On Sun, Sep 11, 2011 at 9:59 AM, Perry E. Metzger wrote: > On Sun, 11 Sep 2011 09:41:53 -0400 Timothy Hart > wrote: > > Hi folks, > > > > I must

Re: [MacRuby-devel] XCode 4 error

2011-09-11 Thread Perry E. Metzger
On Sun, 11 Sep 2011 09:41:53 -0400 Timothy Hart wrote: > Hi folks, > > I must be missing something really simple. I'm running Lion, Xcode > 4.1, and the latest MacRuby. When I open a project and try to build > it, it gives an Embed issue: "Shell Script Invocation Error. > Command /bin/sh failed w

[MacRuby-devel] XCode 4 error

2011-09-11 Thread Timothy Hart
Hi folks, I must be missing something really simple. I'm running Lion, Xcode 4.1, and the latest MacRuby. When I open a project and try to build it, it gives an Embed issue: "Shell Script Invocation Error. Command /bin/sh failed with exit code 1." It isn't like I don't have sh on my system. Thoug

Re: [MacRuby-devel] Xcode 4 - Font & Colors Theme for Macruby

2011-04-27 Thread anoiaque
I can't find a way (xml grammar , ... ) like we can do with Textmate Edit Language under Xcode package, but i have not the time for now to dig more. Anyway i think you are right, outside Apple, we can not dot it. Of course, dvtcolorthemes is just fo specify colors for keys and what i search for

Re: [MacRuby-devel] Xcode 4 - Font & Colors Theme for Macruby

2011-04-26 Thread Thibault Martin-Lagardette
Unfortunately, I don't think this is something we, developers outside Apple, can do anything about. Just like Xcode 3, Xcode 4 doesn't let you add parsing capability for any desired language, so we're stuck with the existing. Plus, I'm pretty sure this has nothing to do with the dvtcolorthemes, a

Re: [MacRuby-devel] Xcode 4 - Font & Colors Theme for Macruby

2011-04-26 Thread Matt Aimonetti
You are right, if you find a way to add better support, please let us know. - Matt Sent from my iPhone On Apr 26, 2011, at 6:37, anoiaque wrote: > Hi, > > Is there a way to create an .dvtcolortheme xml file for macruby. > It seems that xcode4 does not recognize macruby language elements for f

[MacRuby-devel] Xcode 4 - Font & Colors Theme for Macruby

2011-04-26 Thread anoiaque
Hi, Is there a way to create an .dvtcolortheme xml file for macruby. It seems that xcode4 does not recognize macruby language elements for font and colorize, am i wrong ? Thanks ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http:/

Re: [MacRuby-devel] XCode 4 and ObjC bundles

2011-04-14 Thread Julien Jassaud
Joshua, It works fine now. Thanks a lot for your detailed explanations. Julien Le 13 avr. 2011 à 07:06, Joshua Ballanco a écrit : > In Xcode 4: > > - Double-click on the project in the left pannel to bring up the Project Info > window > - Click on the "Build Phases" tab across the top > - Cli

Re: [MacRuby-devel] XCode 4 and ObjC bundles

2011-04-12 Thread Joshua Ballanco
In Xcode 4: - Double-click on the project in the left pannel to bring up the Project Info window - Click on the "Build Phases" tab across the top - Click the "+" above "Add Build Phase" and choose a "Add Run Script" - Use "macruby extconf.rb; make; cp MyBundle.bundle" as the script...well, it's ac

Re: [MacRuby-devel] XCode 4 and ObjC bundles

2011-04-12 Thread Julien Jassaud
Joshua, Thanks again. The official doc is a bit dry for a first contact. I ended up copying and editing the ControlTower extconf.rb file which worked just fine. That wasn't too hard :) I'll look into mkmf subtleties later. Unfortunately I am at a loss when it comes to the XCode part. I added a

Re: [MacRuby-devel] XCode 4 and ObjC bundles

2011-04-12 Thread Joshua Ballanco
One advantage to mkmf and extconf.rb (that's the file that you actually run through macruby to generate a Makefile) is that it can take care of most of the difficult parts of generating a Makefile for you (like determining header locations and library availability, etc.). Finding good documentation

Re: [MacRuby-devel] XCode 4 and ObjC bundles

2011-04-12 Thread Julien Jassaud
Joshua, Thanks for your prompt answer. I'll look into both mkmf and ControlTower. This is totally new territory for me. Exciting ! Julien > My suggestion would be to forgo using XCode to build the Obj-C extension, and > instead use mkmf like you would with any other Ruby C-extension. Then you

Re: [MacRuby-devel] XCode 4 and ObjC bundles

2011-04-12 Thread Joshua Ballanco
My suggestion would be to forgo using XCode to build the Obj-C extension, and instead use mkmf like you would with any other Ruby C-extension. Then you can just add a script build stage to your project. If you want to see an example of a MacRuby project with an Obj-C extension, take a look at Contr

[MacRuby-devel] XCode 4 and ObjC bundles

2011-04-12 Thread Julien Jassaud
Hi, A while back I tried to port some ObjC examples to MacRuby ( github.com/sojastar/Some-MacRuby-sample-code ). I had to leave parts dealing with C strings in an ObjC bundle that is required in the MacRuby code. The ported samples' building process was a bit complicated with XCode 3 : 1) clon

[MacRuby-devel] XCode 4 -- I Must Be Missing Something

2011-04-04 Thread steve ross
I was using XCode 3 and everything was a breeze, but a new MacRuby project in XCode 4 seems like pulling teeth. I'm sure someone has run across this, so I'll ask. I read Matt's chapter on XCode 4, read the redwoodapp.posterous.com article on setting the targets, and can get the thing to run and

Re: [MacRuby-devel] Xcode 4 LLVM >= r127367

2011-03-23 Thread Laurent Sansonetti
Hi Dave, Xcode4 does not expose the LLVM header files and libraries needed for MacRuby, so you will have to build and install LLVM by yourself (as outlined in the README.rdoc file). Xcode4, on the other side, installs clang, which can be used to compile MacRuby instead of gcc, but you will sti

[MacRuby-devel] Xcode 4 LLVM >= r127367

2011-03-23 Thread Dave Lee
Can the LLVM that comes with Xcode 4 be used to compile MacRuby 0.10? Is there a way to determine which svn revision Xcode's LLVM was compiled from? thanks, Dave ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.or

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

2011-03-16 Thread Jean-Denis Muys
On 16 mars 2011, at 13:14, Nick Ludlam mailto:n...@recoil.org>> wrote: Message: 5 Date: Wed, 16 Mar 2011 12:13:56 + From: Nick Ludlam mailto:n...@recoil.org>> To: "MacRuby development discussions." mailto:macruby-devel@lists.macosforge.org>> Subject: Re: [M

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

2011-03-16 Thread Nick Ludlam
On 16 Mar 2011, at 11:17, David Frantz wrote: > Speaking of XCode is there a public mailing list for XCode 4? That is > something similar to [MacRuby-devel] that covers usage, bugs and other issues > the new IDE is sure to bring. Apple might have something open to all users > but I've had

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

2011-03-16 Thread David Frantz
Speaking of XCode is there a public mailing list for XCode 4? That is something similar to [MacRuby-devel] that covers usage, bugs and other issues the new IDE is sure to bring. Apple might have something open to all users but I've had zero luck finding it David A Frantz websterindustro4at

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

2011-03-15 Thread Andre Lewis
If anyone is still having problems with this, make sure you re-install MacRuby trunk *after* installing Xcode4. On Fri, Mar 11, 2011 at 8:13 PM, Manu wrote: > 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 con

Re: [MacRuby-devel] Xcode 4

2011-03-14 Thread Matt Aimonetti
Xcode4 doesn't have any MacRuby templates yet and features that weren't working in Xcode 3 still don't work in Xcode 4 (indexation, debugger etc...). However, everything else works fine. I would wait until we release 0.10 with the Xcode 4 templates to switch tho (should be really soon now, Thibault

[MacRuby-devel] Xcode 4

2011-03-14 Thread Robert Rice
Hi: Is MacRuby fully compatible with Xcode 4 or should I wait a while before upgrading? Thanks, Bob Rice ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

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] 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

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] 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] Xcode 4 is out... any plan to integrate soon?

2011-03-10 Thread Matt Aimonetti
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 that MacRuby 0.9 is out, any plans to > integrate with Xcode 4? Just curious. I saw a post last month but was > wondering if there were an

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

2011-03-10 Thread Manu
Hi Now that Xcode 4 is out , and that MacRuby 0.9 is out, any plans to integrate with Xcode 4? Just curious. I saw a post last month but was wondering if there were any update Emmanuel ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org