Re: [MacRuby-devel] [MacRuby] #141: Building MacRuby 0.3 - Rake fails during openssl compilation

2008-12-18 Thread MacRuby
#141: Building MacRuby 0.3 - Rake fails during openssl compilation +--- Reporter: nucleus_...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blo

[MacRuby-devel] [MacRuby] #181: hotcocoa command with Macruby 0.3, patches attached

2008-12-18 Thread MacRuby
#181: hotcocoa command with Macruby 0.3, patches attached +--- Reporter: sandor.szu...@… | Owner: lsansone...@… Type: defect | Status: new Priorit

[MacRuby-devel] Exposing c structs and functions

2008-12-18 Thread Jim Getzen
Is there a way to expose some c structs and functions from a custom Objective-C framework to MacRuby? For instance, in my framework I have a 3-D point struct, such as: typedef struct { CGFloat x, y, z; } JPoint3; In addition, I have creation functions such as 'JPoint3Make(x, y, z)' e

Re: [MacRuby-devel] Exposing c structs and functions

2008-12-18 Thread John Shea
Hi Jim,looks like no one who really knows this stuff is offering anything - so I will suggest some of my naive solutions / possibilities: - as far as I know C functions, structs etc are brought into macruby by the bridgesupport project: http://bridgesupport.macosforge.org/trac/ - however I cannot

Re: [MacRuby-devel] Exposing c structs and functions : Addendum

2008-12-18 Thread John Shea
Hi again Jim, another note, down the bottom of the MacRuby tutorial http://www.macruby.org/trac/wiki/MacRubyTutorial, you will see the words: "On some occasions. you will want to load bridge support files that you personally generated using gen_bridge_metadata(1). To do that, you can use the Kerne