Subject:
Re: [ruby-ffi] [ANN] ffi-compiler 0.0.1
From:
Jeremy Voorhis
Date:
1/15/13 3:34 PM
To:
ruby-ffi@googlegroups.com

This looks promising. The ruby-llvm project already does something similar, but with a custom Rakefile[1].

[1] https://github.com/ruby-llvm/ruby-llvm/tree/master/ext/ruby-llvm-support


On Tue, Jan 15, 2013 at 1:04 PM, Wayne Meissner <wmeissner@gmail.com> wrote:

I have released a new gem - ffi-compiler (https://github.com/ffi/ffi-compiler) - to help people who need to need to write custom C code (e.g. for C++ shims), but don't want to get bogged down with figuring out how to compile that into a shared library and have everything install & load correctly when their gem is installed.