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

Pages: [1]
1
General / Re: Linux and static linkage
« on: August 04, 2017, 02:37:53 pm »
The professor told us there are no problem if he has to download libraries ! so I'll be keep it dynamic! thanks you for the reply !

2
General / Linux and static linkage
« on: August 04, 2017, 01:53:19 pm »
Hi, I installed sfml with apt-get (2.3.2 ) and downloaded the 2.4.2. I developed the game dynamically but now i need to send the project to the professor and I want to make it static.
I followed the instruction for making the package static but I can compileI get THIS ERROR IN BOTH CASES (2.3 and 2.4) :

badjoker@theuniversity ~/Dropbox/PROJECTS/JappDefence $ g++ Main.o Constants.o AssetManager.o Gui.o GameBuild.o GameLoop.o PathFinder.o -o JappDefence -D SFML_STATIC -L/home/Dropbox/PROJECTS/SFML-2.4.2/lib -lsfml-graphics-s -lsfml-window-s -lsfml-system-s
/usr/bin/ld: cannot find -lsfml-graphics-s
/usr/bin/ld: cannot find -lsfml-window-s
/usr/bin/ld: cannot find -lsfml-system-s
collect2: error: ld returned 1 exit status

Can someone help ?

Regard

3
General / Re: CodeBlock Setup Linux
« on: March 19, 2017, 10:09:27 pm »
I was able to set it up.

4
General / CodeBlock Setup Linux
« on: March 19, 2017, 09:22:17 pm »
Hi guyz! I need help.
I have to make a project for an exam at the University, so I chose SFML, but I have quite some issue setting it up in CodeBlock. I wa able so install the library and work on the project in Atom.
I tried to follow the guide on your website for windows, but I can make the project run, it compiles but if I try to run it in the console I get:
error while loading shared libraries: libsfml-graphics.so.2.4: cannot open shared object file: No such file or directory

Any ideas ?

Regards


Pages: [1]
anything