Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - joemoe

Pages: [1]
1
General / Warning libGLEW.so.1.5 needed.....
« on: November 29, 2013, 11:28:44 am »
Hi there,

I am getting this error when I am building the first tutorials code in CodeBlocks.

warning: libGLEW.so.1.5, needed by /usr/local/SFML-2.1/lib/libsfml-graphics.so, not found (try using -rpath or -rpath-link)|

There is also a bunch of undefined reference errors coming from the libsfml-graphics.so file that all seem to be related to the GLEW library.

My OS is Fedora 19 64 bit. I have also ran the command

sudo yum install libGLEW

and it seems that I am up to date. Weird thing is, I have version 1.9 and SFML needs 1.5. Is this correct? At least I think I have version 1.9. When I yum install it says this as the version 1.9.0-3.fc19.

Can SFML run on the latest version of libGLEW? Or am I just missing something? I am probably just missing something.

Any help would be appreciated thanks

Pages: [1]