Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Linux 32 bit make error #51

Open
stuta opened this issue Mar 15, 2013 · 1 comment
Open

Linux 32 bit make error #51

stuta opened this issue Mar 15, 2013 · 1 comment

Comments

@stuta
Copy link

stuta commented Mar 15, 2013

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.c
ffi.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

@jmckaskill
Copy link
Owner

What compiler are you using?

Its complaining about a int64_t -> void* explicit conversion which is a bit odd.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants