JFFI needs binaries rebuilt for JRuby 1.5 release
-------------------------------------------------

                 Key: JRUBY-4583
                 URL: http://jira.codehaus.org/browse/JRUBY-4583
             Project: JRuby
          Issue Type: Task
    Affects Versions: JRuby 1.5
            Reporter: Wayne Meissner
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.5



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:
{{noformat}}
 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
{{noformat}}

The resulting dist/jffi-$CPU-$OS.jar file could also be attached to this issue, 
and someone could commit it to jruby.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to