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 - coyotte508

Pages: [1]
1
General / Re: Problem with linux 64 bits gcc download
« on: April 08, 2014, 11:17:40 pm »
Yup, building it worked.  Okay, will do that from now on.  :)

2
SFML projects / Re: [Game] Croger
« on: April 08, 2014, 10:56:04 pm »
Awesome.

Maybe the buttons (Jump/Step/...) could be improved graphically, but the concept of the program (and the display of the code in graphs at the left) is just awesome  :D

3
General / Problem with linux 64 bits gcc download
« on: April 08, 2014, 10:42:26 pm »
Coming back to SFML... Trying version 2.1...

And I get a compile error on linux :(

/usr/bin/ld: warning: libGLEW.so.1.5, needed by /home/coyotte508/code/po-craft/lib/linux//libsfml-graphics.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libjpeg.so.62, needed by /home/coyotte508/code/po-craft/lib/linux//libsfml-graphics.so, not found (try using -rpath or -rpath-link)
/home/coyotte508/code/po-craft/lib/linux//libsfml-graphics.so: undefined reference to `jpeg_finish_compress@LIBJPEG_6.2'
/home/coyotte508/code/po-craft/lib/linux//libsfml-graphics.so: undefined reference to `jpeg_write_scanlines@LIBJPEG_6.2'
/home/coyotte508/code/po-craft/lib/linux//libsfml-graphics.so: undefined reference to `__glewUniform1fARB'
/home/coyotte508/code/po-craft/lib/linux//libsfml-graphics.so: undefined reference to `jpeg_std_error@LIBJPEG_6.2'
/home/coyotte508/code/po-craft/lib/linux//libsfml-graphics.so: undefined reference to `__GLEW_ARB_shader_objects'
and so on...

When I checked the libraries, I have them installed:

sudo dpkg -L libglew1.8
/usr/lib/x86_64-linux-gnu/libGLEW.so.1.8.0

locate libjpeg
/usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
 

Just a more recent version (using Ubuntu 13.10 by the way, and SFML is 1.6 in the package repo). I'm going to try to build SFML from source then, just reporting the probem (in case I'm not an idiot and I didn't miss something obvious).

Pages: [1]
anything