Hello. After trying to revert to an old commit, I'm having trouble getting sfml to compile with the right directories correctly at all (even the newest one that I'd originally successfully built off of).
I'm having cmake taking the git repository directly as the source, and trying to compile to the default locations (usr/local/include, lib, shared etc...), and it works fine... mostly.
What happens is that after linking the library in Code::blocks, I keep getting an import error related to libGLEW1.7.0.so. I don't have this library (running ubuntu 32bit), but cmake is pointing to libGLEW.so, which in return is a path to libGLEW1.6.0.so. I've no idea how or why its linking to that specific library but I've not been able to compile anything since.
Can anyone help me compile the newest commit without this dependency?