Problem with Lua!

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
lalacomun
VS Setup Wizard
VS Setup Wizard
Posts: 114
Joined: Wed Dec 28, 2011 10:18 pm
Favorite Gaming Platforms: psx, nintendo ds, gameboy advance, xbox 360, ps2
Programming Language of Choice: C++
Location: Argentina
Contact:

Problem with Lua!

Post 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??
Image
User avatar
bbguimaraes
Chaos Rift Junior
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!

Post 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.
Post Reply