Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.5
-
Fix Version/s: JRuby 1.5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The current release of jffi bundled with JRuby has binaries for Darwin (all arches), i386-Linux, x86_64-Linux, i386-Windows, x86_64-Windows. It might be useful to have binary builds for more esoteric platforms like i386-FreeBSD and x86_64-FreeBSD.
To build jffi, do something like:
git clone git://github.com/wmeissner/jffi.git jffi.git cd jffi.git git checkout 1.0.0 ant jar test cp dist/jffi-x86_64-FreeBSD.jar /path/to/jruby/build_lib/ cd /path/to/jruby ant clean test
The resulting dist/jffi-$CPU-$OS.jar file could also be attached to this issue, and someone could commit it to jruby.