I need the help of linux user
Hello Linux user,
I need the help of linux user to test if my entry run correctly. I am using the SFML 2. I want to make sure that SFML is correctly link.
Thank you all! 馃榾
Comments
pulkanat
18. Dec 2011 路 19:54 UTC
It gives the error
18. Dec 2011 路 19:57 UTC
It fails trying to load libjpeg (libjpeg.so.62), since I have libjpeg.so.8(.0.2) (actually libjpeg-turbo). Do you need a specific version?
pulkanat
18. Dec 2011 路 19:57 UTC
Or maybe it is searching for it in wrong places. It passes the errors when I copied libsfml files into /usr/lib/
pulkanat
18. Dec 2011 路 20:03 UTC
I installed GLEW and still gives the same error, maybe it’s a problem with my OS :/
18. Dec 2011 路 20:05 UTC
Oh, I see. That’s running RUN_FIRST.sh (which isn’t executable to start with), but running LD22, it fails to find libsfml-audio.so.2. If I install SFML from my package manager, I get:
norgas
18. Dec 2011 路 20:12 UTC
Thank for the feedback, I will recheck the libsfml-audio.so.2 file. Also, J don’t try to install SFML with your package manager. Your package manager probably only has SFML 1.6 and not 2.0 .
pulkanat
18. Dec 2011 路 20:17 UTC
I dowloaded the 32 bit GLEW lib from sourceforge, copied contents of lib inside it and the game runs! Yuppiee…
18. Dec 2011 路 20:18 UTC
If my package manager didn’t provide 2.0, that wouldn’t have made your game able to find libsfml-audio.so.2, would it? It’s actually a Git snapshot from September, so not too old at all.
pulkanat
18. Dec 2011 路 20:22 UTC
Meh I can’t jump over the spikes even though I find the key for it :/
pulkanat
18. Dec 2011 路 20:24 UTC
@J: It doesn’t matter if you have the libs in your OS once you run RUN_FIRST.sh, it just adds the directory with the executable to lib path so the executable can use any libs sharing the same directory with it.
18. Dec 2011 路 20:29 UTC
Yeah, running RUN_FIRST.sh didn’t have trouble finding SFML, just libjpeg; LD22 did fail to find SFML, but found it when I had it installed. That’s not progress, though…
norgas
18. Dec 2011 路 20:47 UTC
Thanks a lot pulkanat and J for the comments 馃榾 . I will add the GLEW lib and submit my entry.
20. Dec 2011 路 09:00 UTC
I鈥檓 on Arch Linux, 64bit.