News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Error in compiling Lua, id.exe

Started by Gulper, September 23, 2011, 05:55:02 PM

Previous topic - Next topic

Gulper

hello i'm still new to Code::Blocks and i can't compiling Lua with MinGW compiler
i'm trying to makefile lua from it's instruction and receive an error
Quotecommand line missing: missing white space after macro name. dlfcn.h: No such file or directory

alternative, i just copy the header and lib in each same folder in my MinGW folder, but still receive an error after compiling
Quoteid.exe, cannot find C:\MinGW32\lua5.1\include: Permission denied

i'm confuse, i check linker settings, and i just set name of the library, but why the compiler set to lua5.1 include folder not MinGW32 include folder, any suggestions?

Closed.

Apparently when i delete lua5.1 folder, name of library in the linker setting suddenly point to include lua5.1 folder which doesn't exist. Now when i type the name again, it's compiling succesfully  :D :D