Bonjour, j'ai téléchargé SFML 2.3 aujourd'hui, la version stable disponible sur le site.
J'ai compilé toutes les libraires en dynamiques et statiques. Mais maintenant mon projet ne compile plus, mais fonctionnait avec la version précédente.
... -s -lroddgui-s -lsfml-graphics-s -lsfml-window-s -lsfml-system-s -lsfml-network-s -lsfml-audio-s -lfreetype -lglew -ljpeg -lopengl32 -lwinmm -lgdi32 -lopenal32 -lws2_32 -lsndfile -lflac -logg -lvorbis -lvorbisenc -lvorbisfile -lpthread -lboost_system-mgw48-s-1_55 -lboost_filesystem-mgw48-s-1_55 -lboost_thread-mgw48-mt-s-1_55
C:/SFML/lib/libsfml-audio-s.a(InputSoundFile.cpp.obj):InputSoundFile.cpp:(.text+0x10b): référence indéfinie vers « sf::FileInputStream::FileInputStream() »
C:/SFML/lib/libsfml-audio-s.a(InputSoundFile.cpp.obj):InputSoundFile.cpp:(.text+0x11c): référence indéfinie vers « sf::FileInputStream::open(std::string const&) »
C:/SFML/lib/libsfml-audio-s.a(InputSoundFile.cpp.obj):InputSoundFile.cpp:(.text+0x312): référence indéfinie vers « sf::MemoryInputStream::MemoryInputStream() »
C:/SFML/lib/libsfml-audio-s.a(InputSoundFile.cpp.obj):InputSoundFile.cpp:(.text+0x32a): référence indéfinie vers « sf::MemoryInputStream::open(void const*, unsigned int) »
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: C:/SFML/lib/libsfml-audio-s.a(InputSoundFile.cpp.obj): bad reloc address 0x17 in section `.text.unlikely'
collect2.exe: error: ld returned 1 exit status
Il me manque une librairie pour Windows ?
Merciii