I'm trying to use SFML with QT or Gtkmm, but whenever I call sf::RenderWindow::create the program stops. Debugger shows that it blocks on the syscall recvmsg. I followed all two tutorials and I tried to use
https://github.com/KoczurekK/QSFML, with the same result. How can I make it work?
I use Arch Linux, with kernel 4.8.6, SFML 2.4.0, QT 5.7, Gtkmm 3.22, Wayland is installed but I'm almost sure it's not running.