zlib?

  • jacob1
    17th Oct 2012 Developer 0 Permalink
    @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
  • cyberdragon442
    18th Oct 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • jacob1
    18th Oct 2012 Developer 0 Permalink
    Are you on linux? If not, it thinks you are. Try defining either WIN or MAC (whatever one you use)
  • cyberdragon442
    18th Oct 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • jacob1
    18th Oct 2012 Developer 0 Permalink
    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
    18th Oct 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • jacob1
    18th Oct 2012 Developer 0 Permalink
    the warnings don't really matter. And what libraries are you missing? The tutorial in the wiki should have had a link to download them all.
  • cyberdragon442
    18th Oct 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • jacob1
    18th Oct 2012 Developer 0 Permalink
    @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".
  • cyberdragon442
    18th Oct 2012 Banned 0 Permalink
    This post is hidden because the user is banned