using macruby and rubycocoa on same machine: rb_nibtool conflict
Greetings, I'm trying to set up my xcode so I can create and author both macruby and rubycocoa projects. When I have them both loaded and try to have IB understand my ruby-based subclasses, it seems to be using the macruby version of rb_nibtool. I'll guess that someone out there knows the mechanism by which rb_nibtool is called. If I can track down how that's done, I'll gladly fix either or both system to accommodate them running at the same time. If you know anything about how this works, please mail me. Thanks in advance, m
Hi Michael, MacRuby overwrites during installation rb_nibtool with a different version but it should be compatible with RubyCocoa projects. Did you see any compatibility problem? Laurent On Jun 16, 2010, at 7:16 AM, Michael Shantzis wrote:
Greetings, I'm trying to set up my xcode so I can create and author both macruby and rubycocoa projects. When I have them both loaded and try to have IB understand my ruby-based subclasses, it seems to be using the macruby version of rb_nibtool.
I'll guess that someone out there knows the mechanism by which rb_nibtool is called. If I can track down how that's done, I'll gladly fix either or both system to accommodate them running at the same time. If you know anything about how this works, please mail me.
Thanks in advance, m
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi Laurent, Thank you for responding. Let me tell you what I'm seeing. If I have the following rubycocoa class definition: ------- require 'osx/cocoa' class TextField < OSX::NSTextField end ------ and go to IB's "Classes" tab, it says that "TextField" inherits from "OSX". I have yet to check whether it correctly parses outlets or actions. Does that give you a clue? Tell me if you need any more information. Again, thanks, michael On Jun 16, 2010, at 1:00 PM, Laurent Sansonetti wrote:
Hi Michael,
MacRuby overwrites during installation rb_nibtool with a different version but it should be compatible with RubyCocoa projects. Did you see any compatibility problem?
Laurent
On Jun 16, 2010, at 7:16 AM, Michael Shantzis wrote:
Greetings, I'm trying to set up my xcode so I can create and author both macruby and rubycocoa projects. When I have them both loaded and try to have IB understand my ruby-based subclasses, it seems to be using the macruby version of rb_nibtool.
I'll guess that someone out there knows the mechanism by which rb_nibtool is called. If I can track down how that's done, I'll gladly fix either or both system to accommodate them running at the same time. If you know anything about how this works, please mail me.
Thanks in advance, m
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Laurent Sansonetti
-
Michael Shantzis