Hey guys, as 2.0 was released I wanted to try and code in Linux, too. I downloaded the file and then extracted it (because the sudo command brought me 1.6
)
However, when I try to do everything as the tutorial says, this happens:
||warning: libGLEW.so.1.7, needed by /home/santi/SFML-2.0/lib/libsfml-graphics.so, not found (try using -rpath or -rpath-link)|
/home/santi/SFML-2.0/lib/libsfml-graphics.so||undefined reference to `__glewUniform1fARB'|
//and 38 more errors
It happens when I try to compile via code::blocks, and via console, too! (It compiles, but the linker fails)
Aparently, I have a newer libGLEW, and that's why the error happens...so, any way to fix it? :p
EDIT: I don't know if it changes something, but I am using ubuntu 12.10