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
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
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
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
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'
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
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
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
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
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
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
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
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
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
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
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:/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
42 matches
Mail list logo