Re: [MacRuby-devel] Problem with a window controller

2012-12-10 Thread Jean-Denis MUYS
On 7 déc. 2012, at 19:48:39, david kramf wrote: > > Message: 1 > Date: Fri, 7 Dec 2012 19:48:39 +0200 > From: david kramf > To: "MacRuby development discussions." > > Subject: Re: [MacRuby-devel] Problem with a window controller > Message-ID: <1f1681c7-9de6-4971-8d17-722f5ec63...@gmail.

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 56, Issue 5

2012-10-18 Thread Jean-Denis MUYS
On 17 oct. 2012, at 23:03, mailto:macruby-devel-requ...@lists.macosforge.org>> wrote: I'm afraid setting the variable again in Xcode is not an option. I was hoping to pick up $CATALINA_HOME to find out where a user had installed tomcat. So where and when is that environment variable set? If

[MacRuby-devel] mysql gem fails to install

2012-06-13 Thread Jean-Denis MUYS
Hello again, One of the gem I use is mysql. It used to work. I still have forensic evidence of that in the older place where gems were installed (deep within /Library/Frameworks). Now it doesn't install. Here is the full terminal transcript: Building native extensions. This could take a while

[MacRuby-devel] gem not loading in MacRuby app

2012-06-13 Thread Jean-Denis MUYS
This is a followup to my problems migrating to Xcode 4.3.3 and MacRuby 0.12 under Lion 10.7.4. Situation as of yesterday: - MacRuby 0.12 installer installed in /Library/Frameworks instead of within Xcode 4.3.3 bundle - MacRuby project template links MacRuby frameworks from within Xcode 4.3.3 b

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 52, Issue 7

2012-06-12 Thread Jean-Denis MUYS
Arf, OK, thanks. My mistake then. My reduction was incorrect. Indeed when I require 'ruby gems' first in macirb, there is no issue. But the issue remains in my MacRuby app. I get the following error when the app launches: /path/to/rb_main.rb:14: in `': no such file to load -- sequel (Load

Re: [MacRuby-devel] MacRuby.h not found

2012-06-12 Thread Jean-Denis MUYS
gt; > Content-Type: text/plain; charset=windows-1252 > > Hi, > > MacRuby does not support Mountain Lion yet. > Please use MacRuby with Lion or Snow Leopard. > > > Thanks > > 2012/6/12 Jean-Denis MUYS : >> Hello, >> >> After installing, in

[MacRuby-devel] problem using gems with MacRuby 0.12

2012-06-12 Thread Jean-Denis MUYS
Hi again, It seems there is some issue with MacRuby installing gems, as they don't seem to be made available to macirb: sudo macgem install --remote progressbar succeeds. macgem list --local mentions progressbar just fine macirb irb(main):001:0> require 'progressbar' Load

Re: [MacRuby-devel] macgem 'undefined method' error

2012-06-12 Thread Jean-Denis MUYS
OK, when I "sudo" that command, the error goes away. Sorry about the waste of bandwidth. Maybe the error message could be more explicit… Jean-Denis On 12 juin 2012, at 14:41, Jean-Denis Muys wrote: > Hi, > > When executing: > >macgem install sequel > >

[MacRuby-devel] macgem 'undefined method' error

2012-06-12 Thread Jean-Denis MUYS
Hi, When executing: macgem install sequel I get: Fetching: sequel-3.36.1.gem ( 4%)ERROR: While executing gem … (NoMethodError) undefined method `to_str' for # I have no idea whether the issue is with MacRuby or sequel. Any suggestion? Thanks, Jean-Denis [Logo Kleegroup]

Re: [MacRuby-devel] MacRuby.h not found

2012-06-12 Thread Jean-Denis MUYS
/MacRuby.framework /Applications/Xcode45-DP1.app/Contents/Developer/Library/Frameworks/MacRuby.framework Regards, Jean-Denis On 12 juin 2012, at 13:27, Jean-Denis Muys wrote: > Hello, > > After installing, in order: > > - Xcode 4.3.3 (update of 4.3.2) > - Xcode 4.5DP1 > - MacRuby 0.1

[MacRuby-devel] MacRuby.h not found

2012-06-12 Thread Jean-Denis MUYS
Hello, After installing, in order: - Xcode 4.3.3 (update of 4.3.2) - Xcode 4.5DP1 - MacRuby 0.12 binary distribution I create a new MacRuby project (so some MacRuby template is found), but Xcode 4.3.3 fails to compile the main.m file. It chokes on "#import " with the error "MacRuby/MacRuby.h f

Re: [MacRuby-devel] RubyMotion: Ruby for iOS

2012-05-04 Thread Jean-Denis MUYS
One solution would be some provision with an escrow, with the commitment that should Laurent's company go out of business (for business reasons or bus-hit reasons), then the full source code would reverse to be open-source under such and such license. But clearly, adopting RubyMotion for a prof

[MacRuby-devel] MacRuby Xcode templates DO load

2012-01-12 Thread Jean-Denis MUYS
Contrary to what I stated in my earlier message, MacRuby templates did show up within the latest Xcode as soon as I had copied them in their locations (which the MacRuby installer doesn't do correctly). I also checked that I could alternatively copy them to ~/Library/Developer/Xcode/Templates/

[MacRuby-devel] Xcode templates not installed

2012-01-12 Thread Jean-Denis MUYS
Hi, I updated my Xcode version to the latest I could find, and the good news is that my MacRuby projects continue to build and run. However, there are no Ruby template to be found. I figured that reinstalling MacRuby would fix that. So I downloaded the latest nightly build and installed it. S

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 46, Issue 25

2011-12-21 Thread Jean-Denis MUYS
On 21 déc. 2011, at 11:13, Jeff Hemmelgarn wrote: Date: Tue, 20 Dec 2011 23:57:53 -0500 From: Jeff Hemmelgarn mailto:jhemm...@gmail.com>> To: "MacRuby development discussions." mailto:macruby-devel@lists.macosforge.org>> Subject: Re: [MacRuby-devel] A Future for MacRuby Message-ID: <8c895aba-a5

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 46, Issue 24

2011-12-21 Thread Jean-Denis MUYS
On 21 déc. 2011, at 00:43, David Frantz wrote: Date: Tue, 20 Dec 2011 18:43:40 -0500 From: David Frantz mailto:websterindus...@mac.com>> To: "MacRuby development discussions." mailto:macruby-devel@lists.macosforge.org>> Subject: Re: [MacRuby-devel] A Future for MacRuby Message-ID: mailto:e5e9a3

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 45, Issue 26

2011-11-17 Thread Jean-Denis MUYS
t I would just try recompiling MCPKit with ARC and garbage collection. To my surprise and delight it worked. I'm afraid I don't know how robust this approach is likely to be. Maybe I've just been lucky. It would be interesting to hear from someone who understands memory mana

[MacRuby-devel] symbol not found: _rb_str_freeze

2011-11-16 Thread Jean-Denis MUYS
Hi, I have a big showstopper with my app: sequel with the mysql gem fails with the following error message: dyld: Symbol not found: _rb_str_freeze Referenced from: /Library/Frameworks/MacRuby.frameword/[…]/mysql_api.bundle This is mentioned on the net on the sequel project back in february. The

[MacRuby-devel] rubyfying Cocoa iterators

2011-11-16 Thread Jean-Denis MUYS
I have this ordered Core Data to-many relation named "operations" that I want to iterate over. I wrote: self.operations.each { | operation | operation.doSomething } However this fails because self.operations returns an NSOrderedSet and NSOrderedSet doesn't have an 'each' method. I was able

[MacRuby-devel] MacRuby promise delivered

2011-11-15 Thread Jean-Denis MUYS
Following up on my Friday suggestion, I am happy to announce that I implemented a first version a Xcode MacRuby projects that dynamically reloads Ruby source code into a running application, allowing for a very dynamic incremental programming style. go to https://github.com/jdmuys/MacRubyReload

Re: [MacRuby-devel] MacRuby promise

2011-11-14 Thread Jean-Denis MUYS
On 14 nov. 2011, at 17:54, mailto:macruby-devel-requ...@lists.macosforge.org>> wrote: Date: Mon, 14 Nov 2011 08:53:14 -0800 From: Nat Brown mailto:nat...@gmail.com>> To: "MacRuby development discussions." mailto:macruby-devel@lists.macosforge.org>> Subject: Re: [MacRuby-devel] MacRuby promise M

[MacRuby-devel] MacRuby promise

2011-11-14 Thread Jean-Denis MUYS
Reading from many messages on this list, I get the impression that MacRuby users are more often than not Ruby programmers coming to Mac programming. I come from the opposite side: I am an experienced Cocoa developer and Ruby newbie. I came to MacRuby for one major reason (and perhaps a few seco

Re: [MacRuby-devel] MacRuby: The Definitive Guide

2011-11-03 Thread Jean-Denis MUYS
On 3 nov. 2011, at 13:28, Matt Aimonetti mailto:mattaimone...@gmail.com>> wrote: Date: Wed, 2 Nov 2011 19:46:42 -0700 From: Matt Aimonetti mailto:mattaimone...@gmail.com>> To: "MacRuby development discussions." mailto:macruby-devel@lists.macosforge.org>> Subject: [MacRuby-devel] MacRuby: The De

[MacRuby-devel] Configuring IDE to use MacRuby?

2011-10-20 Thread Jean-Denis MUYS
Hi, Out of curiosity, I tried to set up a few IDEs other than Xcode to use for MacRuby development, and I have mostly failed. I would appreciate any advice/suggestion. - TextMate: Success. I found some rather complex recipes on the net. Mine is much simpler: go to Preferences > Advanced > Shel

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 37, Issue 51

2011-03-31 Thread Jean-Denis Muys
On 31 mars 2011, at 05:56, Bryan Harrison wrote: > Message: 6 > Date: Wed, 30 Mar 2011 20:43:27 -0700 > From: Bryan Harrison > To: macruby-devel@lists.macosforge.org > Subject: [MacRuby-devel] Tyro Needs Ruby vs. O-C Advice > Message-ID: > Content-Type: text/plain; charset="windows-1252" > >

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: [MacRuby-devel] Xcode 4 is out... any

[MacRuby-devel] MacRuby Book expectations

2011-02-04 Thread Jean-Denis Muys
On 4 févr. 2011, at 05:53, "Perry E. Metzger" wrote: > > On Thu, 3 Feb 2011 17:35:08 -0800 Matt Aimonetti > wrote: >> I don't really aim for this book to be a Cocoa book, but a MacRuby >> book which is really hard since it's like writing a book about >> Objective-C without covering Cocoa in dep