1
General / Re: [SFML 2.0] Error Linking
« on: October 28, 2013, 11:20:12 am »
Sorry for up this old topic,
but i have the same error and i resolved it :
if you don't want recompil SFML-2.1, SFML-2.1 use libGLEW.so.1.5 :
- go to http://glew.sourceforge.net/
- take glew1.5 source code(i taked 1.5.0)
- decompress it, compil, and now copy glew dir in your project.
- Inside the Makefile add the lib-path (example for me "LIB= ./glew/lib/libGLEW.so.1.5")
and include-path (ex: "LDFLAGS= -Iglew/include")
(or "-Ilib/glew/include -Llib/glew/lib -lGLEW")
try again
but i have the same error and i resolved it :
if you don't want recompil SFML-2.1, SFML-2.1 use libGLEW.so.1.5 :
- go to http://glew.sourceforge.net/
- take glew1.5 source code(i taked 1.5.0)
- decompress it, compil, and now copy glew dir in your project.
- Inside the Makefile add the lib-path (example for me "LIB= ./glew/lib/libGLEW.so.1.5")
and include-path (ex: "LDFLAGS= -Iglew/include")
(or "-Ilib/glew/include -Llib/glew/lib -lGLEW")
try again