You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
error loading module 'ffi' from file './ffi.so':
./ffi.so: undefined symbol: lua_pushnumber
It works well when I run
require 'ffi'
in the terminal. When called by C code, it throws the error.Sorry for my bad English.
The text was updated successfully, but these errors were encountered: