lua-users home
lua-l archive

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


On Sat, Jan 11, 2020, 1:28 AM Russell Haley <russ.haley@gmail.com> wrote:

Anyway, Now I'm stuck with an architecture mis-match:

[...]
fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'x64'
clang: error: linker command failed with exit code 1112 (use -v to see invocation)
make[1]: *** [lua53.dll] Error 1112
make[1]: Leaving directory `C:/Users/russh/lua/lua-5.3.5/src'
make: *** [clang] Error 2
 
Regards,
Russell

Quick reply from my phone in bed: this Stack Overflow answer from just a few days ago seems to be exactly what you're looking for: https://stackoverflow.com/q/30419417/2285043