Compiling error

  • bowserinator
    20th Oct 2014 Member 0 Permalink

    I'm on windows 8 using Microsoft office 2013 and using jacob1's pre-made project. For some reason it says it can't find pthread.h even though I downloaded the newest source.

  • jacob1
    20th Oct 2014 Developer 0 Permalink
    Someone on IRC was having the same problem. What they did was put all the required libraries in the src/ folder. Don't do that, it goes directly outside that folder :P.
  • bowserinator
    20th Oct 2014 Member 0 Permalink

    Never mind. Thanks anyways I was just about to edit this thread.

    Another thing I sucessfully compiled this but when I run the exe it says SDL.dll is missing

  • jacob1
    20th Oct 2014 Developer 0 Permalink
    That should be included with the required libraries, it's in the build/ folder of that download. Maybe it needs to be pasted into Debug/
    Edited once by jacob1. Last: 20th Oct 2014
  • bowserinator
    20th Oct 2014 Member 0 Permalink

    Thanks apparently you need to copy ALL required libraries into Debug