Main Menu
Menu

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.

Show posts Menu

Messages - Saran

#1
Thanks for help :)
"sfml" from pacman is version 2.4.2, and "sfml-git" is 2.4.0.
It works.
#2
Nothing happened :(
After reinstalling still the same error.
#3
I installed sfml and tgui using pacman/yaourt, they weren't preinstalled.
#4
Hello, I have problem running example TGUI app.

Error:

/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib/libtgui.so: undefined reference to `sf::String::operator std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >() const'
collect2: error: ld returned 1 exit status

I use g++ main.cpp -lsfml-graphics -lsfml-window -lsfml-system -ltgui -o test