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.


Messages - Manawasp

Pages: [1]
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 :)

Pages: [1]
anything