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

Pages: 1 ... 7 8 [9]
121
General discussions / Re: Debian/Ubuntu packages for SFML
« on: January 17, 2014, 09:01:42 am »
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!

122
General discussions / Re: SFML Game Development -- A book on SFML
« on: January 10, 2014, 02:56:06 pm »
I just started the book and gone through the first three chapters. And I must say it is amazing. Even after over a year of hobbyist game development I learned much out of it. I'm really looking forward to the rest of the book. Amazing Work. Just wanted to say thanks for this work ;)

123
General discussions / Re: Debian/Ubuntu packages for SFML
« on: November 25, 2013, 03:47:14 pm »
Hello fellow developers here  ;)
I'm relatively new to developing on Linux and have troubles getting SFML to work.
I'm using Ubuntu 13.10, installed latest version of Code::Blocks via Software Center, downloaded SFML2.1 Linux Libs and installed them correctly, installed libgl libjpeg etc etc
But I cannot link any program because of the missing dependency libglew 1.5.
Installing it via apt-get install libglew-dev installs version 1.8 on my machine but code::blocks cannot link to it. Seems like libglew.so.1.5 is needed.

Can anyone tell me how to fix this problem? Very much appreciated  ;)

Cheers

Pages: 1 ... 7 8 [9]
anything