Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. C:\Windows\system32\cmd.exe /C C:/TDM-GCC-64/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile
  2. "----------Building project:[ World - Debug ]----------"
  3. mingw32-make.exe[1]: Entering directory 'C:/Users/aajaredcaruso/Documents/The New World/World'
  4. C:/TDM-GCC-64/bin/g++.exe -o ./Debug/World @"World.txt" -L. -LC:/SFML-2.3.1/lib -lsfml-graphics -lsfml-window -lsfml-audio -lsfml-network -lsfml-system
  5. ./Debug/sflab.cpp.o: In function `sftest()':
  6. C:/Users/aajaredcaruso/Documents/The New World/World/sflab.cpp:9: undefined reference to `sf::Music::openFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  7. collect2.exe: error: ld returned 1 exit status
  8. mingw32-make.exe[1]: *** [Debug/World] Error 1
  9. World.mk:78: recipe for target 'Debug/World' failed
  10. mingw32-make.exe[1]: Leaving directory 'C:/Users/aajaredcaruso/Documents/The New World/World'
  11. mingw32-make.exe: *** [All] Error 2
  12. Makefile:4: recipe for target 'All' failed
  13. ====2 errors, 0 warnings====
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement