Hi,
I asked the Rjb developer and he removed the dependency on dl during building.
The only issue I can see now (when executing) is that Mac Ruby doesn't provide
a DL module acting as a wrapper for dlopen and because of that the execution of
Rjb fails.
I think IronRuby had a similar problem and
Got it. I am also aware that Nokogiri will compile/install with MacRuby.
However, this is a poor indicator. Most other stuff seems to not work.
This is definitely a part of MacRuby that needs work, the C API
Interface. If you find anything out, please keep us informed.
Thanks,
jsilver
On 13/1
Hi,
It's a wrapper to the Saxon XSLT2 processor, which is the only XSLT2 free
implementation I've been able to find. I'm building it to avoid triggering
command line processes and to get access to the full API.
RJB in MacRuby is a test to see how much can I reuse and modularize code.
RJB, i
MacRuby is an objective-C packaging system. Objective-C + Ruby yes, Java
no. You won't be able to bundle the jvm in your app. Seek a non-java
solution to accomplish whatever the gem is trying to do. What is the gem
called? Perhaps there is an alternative?
On 13/11/2012 00:02, Eduardo G. Melgui
Hi all,
I installed macruby-nightly from RVM, installed a few gems such as Nokogiri and
modified a test XCode project scheme accordingly to get the gems to be known by
XCode and it was a success!
Now, one additional gem I would like to use have a dependency on RJB, as it
contains a jar file. B