Advertisement
Guest User

Untitled

a guest
May 26th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. cd streamingserver\ && ( if not exist Makefile C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\bin\qmake.exe C:\Users\Sindre\Documents\GitHub\QtBitSwapr\streamingserver\streamingserver.pro -spec win32-msvc2013 CONFIG+=debug -o Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile
  2. cd streamingserver-lib\ && ( if not exist Makefile C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\bin\qmake.exe C:\Users\Sindre\Documents\GitHub\QtBitSwapr\streamingserver\streamingserver-lib\streamingserver-lib.pro -spec win32-msvc2013 CONFIG+=debug -o Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile
  3. "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile.Debug
  4. cd streamingserver-test\ && ( if not exist Makefile C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\bin\qmake.exe C:\Users\Sindre\Documents\GitHub\QtBitSwapr\streamingserver\streamingserver-test\streamingserver-test.pro -spec win32-msvc2013 CONFIG+=debug -o Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile
  5. "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile.Debug
  6. cd lib\ && ( if not exist Makefile C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\bin\qmake.exe C:\Users\Sindre\Documents\GitHub\QtBitSwapr\lib\lib.pro -spec win32-msvc2013 CONFIG+=debug -o Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile
  7. "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile.Debug
  8. cd app\ && ( if not exist Makefile C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\bin\qmake.exe C:\Users\Sindre\Documents\GitHub\QtBitSwapr\app\app.pro -spec win32-msvc2013 CONFIG+=debug -o Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile
  9. "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f Makefile.Debug
  10. cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fddebug\BitSwapr.pdb -DUNICODE -DWIN32 -DWIN64 -DWIN32 -DBOOST_ASIO_SEPARATE_COMPILATION -DTORRENT_DISABLE_GEO_IP -DTORRENT_NO_DEPRECATE -DTORRENT_LOGGING -DTORRENT_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I"C:\boost_1_57_0" -I"C:\MODIFIED-libtorrent-rasterbar-1.0.4\include" -I"..\..\..\Documents\GitHub\QtBitSwapr\app" -I"..\..\..\Documents\GitHub\QtBitSwapr" -I"..\..\..\Documents\GitHub\QtBitSwapr\lib" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtNetwork" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @C:\Users\Sindre\AppData\Local\Temp\nmAEC6.tmp
  11. main.cpp
  12. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  13. - add -D_WIN32_WINNT=0x0501 to the compiler command line; or
  14. - add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.
  15. Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
  16. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/udp_socket.hpp(57) : warning C4100: 'size' : unreferenced formal parameter
  17. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/udp_socket.hpp(57) : warning C4100: 'buf' : unreferenced formal parameter
  18. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/udp_socket.hpp(57) : warning C4100: 'hostname' : unreferenced formal parameter
  19. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/udp_socket.hpp(57) : warning C4100: 'ec' : unreferenced formal parameter
  20. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/tracker_manager.hpp(237) : warning C4100: 'size' : unreferenced formal parameter
  21. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/tracker_manager.hpp(237) : warning C4100: 'buf' : unreferenced formal parameter
  22. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/tracker_manager.hpp(237) : warning C4100: 'ep' : unreferenced formal parameter
  23. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/tracker_manager.hpp(236) : warning C4100: 'ec' : unreferenced formal parameter
  24. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/tracker_manager.hpp(239) : warning C4100: 'size' : unreferenced formal parameter
  25. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/tracker_manager.hpp(239) : warning C4100: 'buf' : unreferenced formal parameter
  26. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/tracker_manager.hpp(239) : warning C4100: 'hostname' : unreferenced formal parameter
  27. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/tracker_manager.hpp(238) : warning C4100: 'ec' : unreferenced formal parameter
  28. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/proxy_base.hpp(151) : warning C4100: 'endpoint' : unreferenced formal parameter
  29. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/proxy_base.hpp(157) : warning C4100: 'ec' : unreferenced formal parameter
  30. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/proxy_base.hpp(157) : warning C4100: 'endpoint' : unreferenced formal parameter
  31. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/proxy_base.hpp(171) : warning C4100: 'p' : unreferenced formal parameter
  32. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/proxy_base.hpp(177) : warning C4100: 'ec' : unreferenced formal parameter
  33. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/proxy_base.hpp(177) : warning C4100: 'p' : unreferenced formal parameter
  34. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/utp_socket_manager.hpp(60) : warning C4100: 'size' : unreferenced formal parameter
  35. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/utp_socket_manager.hpp(60) : warning C4100: 'p' : unreferenced formal parameter
  36. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/utp_socket_manager.hpp(60) : warning C4100: 'host' : unreferenced formal parameter
  37. C:\MODIFIED-libtorrent-rasterbar-1.0.4\include\libtorrent/utp_socket_manager.hpp(60) : warning C4100: 'ec' : unreferenced formal parameter
  38. c:\users\sindre\documents\github\qtbitswapr\lib\controller/Controller.hpp(11) : fatal error C1083: Cannot open include file: 'streamingserver/Stream.hpp': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement