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

#1
Hi, I can't compile tgui against the current git head of SFML. I get this:

/usr/bin/ld: warning: libsfml-system.so.2, needed by /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libsfml-graphics.so, may conflict with libsfml-system.so.1.7
/usr/bin/ld: CMakeFiles/FormBuilder.dir/FormBuilder.cpp.o: référence au symbole non défini «_ZNK2sf6StringcvSsEv»
/usr/bin/ld: note: «_ZNK2sf6StringcvSsEv» est défini dans le DSO /usr/lib/libsfml-system.so.2 donc essayez de l'ajouter à la ligne de commande du lieur
/usr/lib/libsfml-system.so.2: could not read symbols: Opération invalide
collect2: erreur: ld a retourné 1 code d'état d'exécution
make[2]: *** [src/TGUI/FormBuilder/FormBuilder] Erreur 1
make[1]: *** [src/TGUI/FormBuilder/CMakeFiles/FormBuilder.dir/all] Erreur 2
make: *** [all] Erreur 2


cmake version: 2.8.12.1