Hey guys,
I've managed to get libGLEW to work in Code:Blocks on Ubuntu 13.10.
You need to download the source version 1.5.0 from the
glew website and build it from scratch.
After that copy the headers to /usr/include and the libraries to /usr/lib (a sudo nautilus will help greatly
)
and set security correct (chmod 777 on all files) and create corresponding symlinks (if not present). Marking the lib as executable is also important.
After that you can set a linker option in your project properties to link against GLEW. After that all builds will succeed.
But now there arises another problem when running the executable
/home/xxx/projects/SFML_01_Intro/bin/Debug/SFML_01_Intro: error while loading shared libraries: libGLEW.so.1.5: wrong ELF class: ELFCLASS32
WTF is now happening? Can anyone help with this? (I'm still a developer noob on Linux
)
Cheers and regards in advance!