Advertisement
JamesYeoman

QT Compile Error SFML

Feb 18th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. 10:49:55: Running steps for project SFML-Test...
  2. 10:49:55: Configuration unchanged, skipping qmake step.
  3. 10:49:55: Starting: "P:\QT\Tools\mingw530_32\bin\mingw32-make.exe"
  4. P:\QT\5.10.1\mingw53_32\bin\qmake.exe -o Makefile SFML-Test.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
  5. P:/QT/Tools/mingw530_32/bin/mingw32-make -f Makefile.Debug
  6. mingw32-make[1]: Entering directory 'W:/SFML Projects/SFML-Test'
  7. g++ -Wl,-subsystem,console -mthreads -o debug\SFML-Test.exe debug/main.o -LW:\SFML-Build\All\lib -lsfml-audio-s -lsfml-graphics-s -lsfml-network-s -lsfml-window-s -lsfml-system-s -lsfml-audio-s-d -lsfml-graphics-s-d -lsfml-network-s-d -lsfml-window-s-d -lsfml-system-s-d
  8. debug/main.o: In function `main':
  9. W:\SFML Projects\SFML-Test/main.cpp:5: undefined reference to `_imp___ZN2sf6StringC1EPKcRKSt6locale'
  10. W:\SFML Projects\SFML-Test/main.cpp:5: undefined reference to `_imp___ZN2sf9VideoModeC1Ejjj'
  11. W:\SFML Projects\SFML-Test/main.cpp:5: undefined reference to `_imp___ZN2sf12RenderWindowC1ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE'
  12. W:\SFML Projects\SFML-Test/main.cpp:6: undefined reference to `_imp___ZN2sf11CircleShapeC1Efj'
  13. W:\SFML Projects\SFML-Test/main.cpp:7: undefined reference to `_imp___ZN2sf5Color5GreenE'
  14. W:\SFML Projects\SFML-Test/main.cpp:7: undefined reference to `_imp___ZN2sf5Shape12setFillColorERKNS_5ColorE'
  15. W:\SFML Projects\SFML-Test/main.cpp:9: undefined reference to `_imp___ZNK2sf6Window6isOpenEv'
  16. W:\SFML Projects\SFML-Test/main.cpp:12: undefined reference to `_imp___ZN2sf6Window9pollEventERNS_5EventE'
  17. W:\SFML Projects\SFML-Test/main.cpp:15: undefined reference to `_imp___ZN2sf6Window5closeEv'
  18. W:\SFML Projects\SFML-Test/main.cpp:18: undefined reference to `_imp___ZN2sf5ColorC1Ehhhh'
  19. W:\SFML Projects\SFML-Test/main.cpp:18: undefined reference to `_imp___ZN2sf12RenderTarget5clearERKNS_5ColorE'
  20. W:\SFML Projects\SFML-Test/main.cpp:19: undefined reference to `_imp___ZN2sf12RenderStates7DefaultE'
  21. W:\SFML Projects\SFML-Test/main.cpp:19: undefined reference to `_imp___ZN2sf12RenderTarget4drawERKNS_8DrawableERKNS_12RenderStatesE'
  22. W:\SFML Projects\SFML-Test/main.cpp:20: undefined reference to `_imp___ZN2sf6Window7displayEv'
  23. W:\SFML Projects\SFML-Test/main.cpp:5: undefined reference to `_imp___ZN2sf12RenderWindowD1Ev'
  24. W:\SFML Projects\SFML-Test/main.cpp:5: undefined reference to `_imp___ZN2sf12RenderWindowD1Ev'
  25. debug/main.o: In function `ZN2sf11CircleShapeD1Ev':
  26. W:/SFML-2.4.2/include/SFML/Graphics/CircleShape.hpp:41: undefined reference to `_imp___ZTVN2sf11CircleShapeE'
  27. W:/SFML-2.4.2/include/SFML/Graphics/CircleShape.hpp:41: undefined reference to `_imp___ZTVN2sf11CircleShapeE'
  28. W:/SFML-2.4.2/include/SFML/Graphics/CircleShape.hpp:41: undefined reference to `_imp___ZN2sf5ShapeD2Ev'
  29. collect2.exe: error: ld returned 1 exit status
  30. Makefile.Debug:63: recipe for target 'debug\SFML-Test.exe' failed
  31. mingw32-make[1]: Leaving directory 'W:/SFML Projects/SFML-Test'
  32. Makefile:36: recipe for target 'debug' failed
  33. mingw32-make[1]: *** [debug\SFML-Test.exe] Error 1
  34. mingw32-make: *** [debug] Error 2
  35. 10:49:58: The process "P:\QT\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2.
  36. Error while building/deploying project SFML-Test (kit: Desktop Qt 5.10.1 MinGW 32bit)
  37. When executing step "Make"
  38. 10:49:58: Elapsed time: 00:03.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement