| Message: 107088 |
 |
BY: Tnarik Innael (tnarik) DATE: 2012-11-27 10:16 SUBJECT: RE: RJB cannot be built using macruby-nightly Hi Arton.
I was able to build and install it, but I get errors when using Rjb from a MacRuby project. I checked the MacRuby installation and it seems there is no dl.rb component, and there fore the rb_require("dl") fails.
I was trying to get my head around the integration needed (to see if I can add the DL module/library to MacRuby). If I got it right:
1) Rjb requires the dl Ruby implementation.
2) It relies on DL having a dlopen method which is used to load the JVM library and then create a JVM and such. am I right?
Do you know if anyone succeeded in using Rjb with MacRuby already? Maybe I'm doing something wrong in my environment. Or it's plainly impossible because of some MacRuby design feature.
Regards. | |