21 Oct
2009
21 Oct
'09
3:16 p.m.
Hi, what do you think about a macgem with mixed-in ObjC? This could be useful for supporting native C libraries without using the MRI C interface, for calling parts of the OS X framework that is not Obj-C, for speed optimized code and so on..... A macgem could also be delivered with a precompiled .rbo, so it can easily be installed on machines without the Developer tools installed. (I haven't yet tried to run macruby on such a machine ;-) ) BTW, I failed in building an .rbo bundle with a mixed-in ObjC part. Pure Ruby like this macrubyc --arch x86_64 -C "foo.rb" -o "output/foo.rbo" is working, but I didn't find a way to include another .o file generated by gcc. Bernd
5863
Age (days ago)
5863
Last active (days ago)
0 comments
1 participants
participants (1)
-
B. Ohr