p5-FFI-Raw icon indicating copy to clipboard operation
p5-FFI-Raw copied to clipboard

Perl bindings to the portable FFI library (libffi)

Results 6 p5-FFI-Raw issues
Sort by recently updated
recently updated
newest added

Hi, I'm currently trying to implement a binding with **MITIE** library using **FFI**. I was wondering how to deal with stuff like this: ` MITIE_EXPORT char** mitie_tokenize ( const char*...

The test suite fails on the Debian experimental x32 port: https://gist.github.com/plicease/a02413ca678b2072ac14887c45bbb46b

See the log here: https://gist.github.com/plicease/9dc6fe3c895faa7fcb6d12c8ec5509df Tested on s390x.

A library function takes a pointer to a struct. The struct contains the address of callbacks. struct t { void *fn() }; set_callback(struct t *); Using Perl pack it is...

Just noticed that this distro isn't listed on the home page of libffi! http://sourceware.org/libffi/ Will take working with the libffi folks to add it, but I figured that would be...

The following program https://gist.github.com/3785516 gives the following output $ perl bad_function_call.t 1..1 Argument "hello" isn't numeric in subroutine entry at ./test_ffi.pl line 16. Segmentation fault The error it's fine but...