leuat / TRSE

Turbo Rascal Syntax Error full repo
GNU General Public License v3.0
243 stars 44 forks source link

Help compiling for 32bit x86/ARM Pi4-64bit - liblua wrong version #826

Open w84death opened 1 year ago

w84death commented 1 year ago

I'm trying to compile it for my older computer. Everything goes OK until the end:

/usr/bin/ld: skipping incompatible /home/kj/Code/TRSE/libs/lua//liblua.a when searching for -llua /usr/bin/ld: cannot find -llua: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:1822: trse] Error 1

As I understand liblua.a is 64bit. I tried to find the binary for it but they all in 64bit since LUA 5.1.

UPDATE: ended in the same place on Raspberry Pi 4 / 64bit

How could I make it work?