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:
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 i think its because lua for windows uses lua 5.1 and luaL_tostring wasnt implemented until 5.2?
any suggestions??
Problem with Lua!
Moderator: Coders of Rage
- bbguimaraes
- Chaos Rift Junior
- Posts: 294
- Joined: Wed Apr 11, 2012 4:34 pm
- Programming Language of Choice: c++
- Location: Brazil
- Contact:
Re: Problem with Lua!
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.