#141: Building MacRuby 0.3 - Rake fails during openssl compilation
+---
Reporter: nucleus_...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blo
#181: hotcocoa command with Macruby 0.3, patches attached
+---
Reporter: sandor.szu...@… | Owner: lsansone...@…
Type: defect | Status: new
Priorit
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
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
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