I'd like to apologise in advance if I've broken any rules. I am having some difficulty compiling Thor 1.1 on 10.7.4.
I've read through
this thread, and have tried all mentioned directories with the same error:
I'm quite new to SFML and CMake and am unsure of what I am doing wrong. I'm not sure if this sounds silly or not, but the only folder I can find containing 'lib' and 'include' is
/Developer/usr/lib/clang/3.0.
As a note, I'd like to mention that I get a somewhat different error when I try to compile(?) from Thor's 2.0 git:
SFML found but version too low (requested: 2, found: 1.x)
-> SFML directory not found. Set SFML_ROOT to SFML's top-level path (containing "include" and "lib" directories).
-> Make sure the SFML libraries with the same configuration (Release/Debug, Static/Dynamic) exist.This is very strange as I'm quite the version of SFML I have is 2.0, which I used the packaged installer for.
Thank you for your help.