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

Topics - Saran

#1
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