@cyberdragon442(View Post) readlink should be declared in unistd (after searching online). Also, someone that got the same error needed to add that. What file is this in?
@abczyx123987(View Post) Ok, thanks. I'll use yours if I decide to compile with scons for releases versions of stuff
You need to define WIN. even though you aren't on linux, you haven't defined weither WIN or MAC, so it thinks you are. I don't know how to do that in codeblocks, but there must be some way
@cyberdragon442(View Post) Ok, so somewhere in the tutorial it says to add the "includes" folder to some list. Also add "includes/lua5.1" (or whatever folder the lua stuff is in for you) and "includes/SDL".