Subject:
Re: [ruby-ffi] [ANN] ffi-compiler 0.0.1
From:
Luis Lavena
Date:
1/15/13 5:09 PM
To:
ruby-ffi@googlegroups.com

Interesting.

Noticed in the example that result of compilation is left in the ext folder. Assume that is to avoid clash wih ruby trying to load the shared library?

I'll try this with Windows too and report back ;-)

Sorry for top posting. Sent from mobile.

On Jan 15, 2013 6: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.