lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello!

I am given to understand that it could be referring to the built-in ffi module from luajit
https://luajit.org/ext_ffi.html

Diogo

Em sáb, 30 de jan de 2021 07:32, Lemures Lemniscati <lemures.lemniscati@gmail.com> escreveu:
Hi!

I'm trying to build and test luaossl from source [1] on cygwin.

But when I ran regress/104-interposition-discarded.lua, it failed with a
message:

> regress: module ffi required

I would like to know which 'ffi' module is required.
Is it luaffi [2] ?

Or, shuold I ask in the upstream [1], as an issue?

[1]: https://github.com/wahern/luaossl/archive/rel-20200709.tar.gz
[2]: https://luarocks.org/modules/colesbury/luaffi

Regards,

Lem