Advertisement
Guest User

Untitled

a guest
Nov 15th, 2015
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. C:\Transfercoin>qmake USE_UPNP=-
  2. Project MESSAGE: Building without UPNP support
  3. Removed plural forms as the target language has less forms.
  4. If this sounds wrong, possibly the target language is not set or recognized.
  5. Removed plural forms as the target language has less forms.
  6. If this sounds wrong, possibly the target language is not set or recognized.
  7. Removed plural forms as the target language has less forms.
  8. If this sounds wrong, possibly the target language is not set or recognized.
  9. Project MESSAGE: Building without UPNP support
  10. Removed plural forms as the target language has less forms.
  11. If this sounds wrong, possibly the target language is not set or recognized.
  12. Removed plural forms as the target language has less forms.
  13. If this sounds wrong, possibly the target language is not set or recognized.
  14. Removed plural forms as the target language has less forms.
  15. If this sounds wrong, possibly the target language is not set or recognized.
  16. Project MESSAGE: Building without UPNP support
  17. Removed plural forms as the target language has less forms.
  18. If this sounds wrong, possibly the target language is not set or recognized.
  19. Removed plural forms as the target language has less forms.
  20. If this sounds wrong, possibly the target language is not set or recognized.
  21. Removed plural forms as the target language has less forms.
  22. If this sounds wrong, possibly the target language is not set or recognized.
  23.  
  24. C:\Transfercoin>mingw32-make
  25. mingw32-make -f Makefile.Release
  26. mingw32-make[1]: Entering directory 'C:/Transfercoin'
  27. g++ -c -pipe -fno-keep-inline-dllexport -DUSE_SECP256K1 -O2 -frtti -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -Wmaybe-uninitialized -fexceptions -mthreads -DUNICODE -DENABLE_WALLET -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DWIN32 -D_MT -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I"src" -I"src\json" -I"src\qt" -I"src\qt\plugins\mrichtexteditor" -I"src\leveldb\include" -I"src\leveldb\helpers" -I"..\Qt\5.3.2-static-32\include" -I"..\Qt\5.3.2-static-32\include\QtPrintSupport" -I"..\Qt\5.3.2-static-32\include\QtWidgets" -I"..\Qt\5.3.2-static-32\include\QtNetwork" -I"..\Qt\5.3.2-static-32\include\QtGui" -I"..\Qt\5.3.2-static-32\include\QtCore" -I"build" -I"build" -I"..\Qt\5.3.2-static-32\mkspecs\win32-g++" -o build\txdb-leveldb.o src\txdb-leveldb.cpp
  28. src\txdb-leveldb.cpp:8:29: fatal error: boost/version.hpp: No such file or directory
  29. #include <boost/version.hpp>
  30. ^
  31. compilation terminated.
  32. Makefile.Release:7802: recipe for target 'build/txdb-leveldb.o' failed
  33. mingw32-make[1]: *** [build/txdb-leveldb.o] Error 1
  34. mingw32-make[1]: Leaving directory 'C:/Transfercoin'
  35. Makefile:34: recipe for target 'release' failed
  36. mingw32-make: *** [release] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement