sreeverma / lua-checker

Automatically exported from code.google.com/p/lua-checker
Other
0 stars 0 forks source link

lua-checker can't be built with 'make' #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Attach the file to be able to build.

Original issue reported on code.google.com by djsza...@gmail.com on 22 Nov 2009 at 4:16

Attachments:

GoogleCodeExporter commented 8 years ago
The attached files improve the situation, but I still having problems with 
lua.y,
specifically:

g++ -c -Wall -g -Ilua/src -MMD lua_parser.cc
lua.y: In function `char* String(const char*, int, const char*, ...)':
lua.y:488: error: `asprintf' was not declared in this scope
lua.y:488: warning: unused variable 'asprintf'
lua.y:501: error: `vasprintf' was not declared in this scope
lua.y:501: warning: unused variable 'vasprintf'
make: *** [lua_parser.o] Error 1

I'm using MingW and MSYS for my build environment.

Original comment by DawM...@gmail.com on 26 Mar 2010 at 6:01