Advertisement
Guest User

Compile error ADTv2

a guest
Aug 25th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. c:\build\ADTv2-source-master\ADTv2-source-master>mingw32-make -f Makefile.Releas
  2. e
  3. g++ -c -pipe -fno-keep-inline-dllexport -msse2 -O2 -frtti -fexceptions -mthreads
  4. -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-
  5. parameter -Wstack-protector -DUNICODE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SP
  6. IRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTE
  7. M_INCLUDES -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -
  8. DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -
  9. I"..\..\..\Qt\4.8.6\include\QtCore" -I"..\..\..\Qt\4.8.6\include\QtGui" -I"..\..
  10. \..\Qt\4.8.6\include" -I"src" -I"src\json" -I"src\qt" -I"..\..\..\deps\boost_1_5
  11. 3" -I"..\..\..\deps\db-4.8.30.NC\build_unix" -I"..\..\..\deps\openssl\include" -
  12. I"..\..\..\Qt\4.8.6\include\ActiveQt" -I"build" -I"build" -I"..\..\..\Qt\4.8.6\m
  13. kspecs\default" -o build\bitcoin.o src\qt\bitcoin.cpp
  14. In file included from ..\..\..\deps\db-4.8.30.NC\build_unix/db_cxx.h:64:0,
  15. from src/db.h:14,
  16. from src/walletdb.h:8,
  17. from src/wallet.h:19,
  18. from src/init.h:8,
  19. from src\qt\bitcoin.cpp:11:
  20. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:113:9: error: 'pthread_t' does not na
  21. me a type
  22. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:846:2: error: 'db_threadid_t' does no
  23. t name a type
  24. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2022:20: error: 'db_threadid_t' has n
  25. ot been declared
  26. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2023:21: error: 'db_threadid_t' has n
  27. ot been declared
  28. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2024:28: error: 'db_threadid_t' has n
  29. ot been declared
  30. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2159:22: error: 'db_threadid_t' has n
  31. ot been declared
  32. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2184:3: error: 'db_threadid_t' has no
  33. t been declared
  34. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2185:34: error: 'db_threadid_t' has n
  35. ot been declared
  36. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2291:22: error: 'db_threadid_t' has n
  37. ot been declared
  38. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2318:3: error: 'db_threadid_t' has no
  39. t been declared
  40. ..\..\..\deps\db-4.8.30.NC\build_unix/db.h:2319:31: error: 'db_threadid_t' has n
  41. ot been declared
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement