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 was archived by the owner on Nov 4, 2023. It is now read-only.
In Linux Mint 14 Mate 32 bit I get an error:
make posix
lua dynasm/dynasm.lua -LN -o call_x86.h call_x86.dasc
lua dynasm/dynasm.lua -D X64 -LN -o call_x64.h call_x86.dasc
lua dynasm/dynasm.lua -D X64 -D X64WIN -LN -o call_x64win.h call_x86.dasc
cc -fPIC -g -Wall -Werror
pkg-config --cflags lua5.1 2>/dev/null || pkg-config --cflags lua
-fvisibility=hidden -Wno-unused-function --std=gnu99 -o ffi.o -c ffi.cffi.c: In function ‘check_pointer’:
ffi.c:469:20: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
cc1: all warnings being treated as errors
make: *** [ffi.o] Error 1
The text was updated successfully, but these errors were encountered: