Page 1 of 1

Problem with Lua!

Posted: Mon Aug 27, 2012 11:16 am
by lalacomun
so when i try to compile lua 5.2.1, i open the console, go to the same directory and type "make mingw" and it gives some errors:

Image


i also tried using lua for windows, but, i get an error:

error luaL_tostring was not declared on this scope

but all other lua functions, work correctly :shock: i think its because lua for windows uses lua 5.1 and luaL_tostring wasnt implemented until 5.2?

any suggestions??

Re: Problem with Lua!

Posted: Mon Aug 27, 2012 6:28 pm
by bbguimaraes
The only error you're getting is 'gcc: command not found', which means you either hasn't installed it or doesn't have it in you path.