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.


Topics - VirtualUser

Pages: [1]
1
Window / Problem with run my old app after moving to Linux Ubuntu
« on: December 26, 2018, 03:08:38 pm »
Hi guys, few months ago I have been developed my rts game, but lastly I had decided to change system to Linux Ubuntu. Now I use CLion and I have a "small problem" with run my old app. Generally I have installed SFML correctly because when I run sample code from website, It seems to be fine because I get small green circle. But when I do the same with my old project, it compile well, but when I want to run that, I get undefined reference but when I remove content of int main() I catch something like this:
error while loading shared libraries: libsfml-window.so.2.5: cannot open shared object file: No such file or directory
There is actual code
https://github.com/mvxxx/MarsCombat

It is so weird because I have newest SFML in external and there is libsfml-window.so 2.5 too...

Pages: [1]