Advertisement
Guest User

Untitled

a guest
Dec 1st, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. In file included from main.cpp:16:
  2. prime.h:10:17: warning: gmp.h: No such file or directory
  3. prime.h:11:19: warning: gmpxx.h: No such file or directory
  4. In file included from main.cpp:16:
  5. prime.h:53: error: ‘mpz_class’ does not name a type
  6. prime.h:54: error: ‘mpz_class’ does not name a type
  7. prime.h:55: error: ‘mpz_class’ does not name a type
  8. prime.h:56: error: ‘mpz_class’ does not name a type
  9. prime.h:72: error: ‘mpz_class’ has not been declared
  10. prime.h:77: error: variable or field ‘PrimorialAt’ declared void
  11. prime.h:77: error: ‘mpz_class’ was not declared in this scope
  12. prime.h:77: error: ‘bn’ was not declared in this scope
  13. prime.h:77: error: ‘mpz_class’ was not declared in this scope
  14. prime.h:77: error: ‘mpzPrimorial’ was not declared in this scope
  15. In file included from main.cpp:16:
  16. prime.h:131: error: ‘mpz_class’ has not been declared
  17. prime.h:131: error: ‘mpz_class’ has not been declared
  18. In file included from main.cpp:16:
  19. prime.h:165: error: ‘mpz_class’ does not name a type
  20. prime.h:166: error: ‘mpz_class’ does not name a type
  21. prime.h:208: error: ‘mpz_class’ has not been declared
  22. prime.h:208: error: ‘mpz_class’ has not been declared
  23. prime.h: In constructor ‘CSieveOfEratosthenes::CSieveOfEratosthenes(unsigned int, unsigned int, unsigned int, unsigned int, int&, int&, CBlockIndex*)’:
  24. prime.h:214: error: ‘class CSieveOfEratosthenes’ has no member named ‘mpzHash’
  25. prime.h:215: error: ‘class CSieveOfEratosthenes’ has no member named ‘mpzFixedMultiplier’
  26. prime.h: At global scope:
  27. prime.h:414: error: variable or field ‘mpz_set_uint256’ declared void
  28. prime.h:414: error: ‘mpz_t’ was not declared in this scope
  29. prime.h:414: error: expected primary-expression before ‘&’ token
  30. prime.h:414: error: ‘u’ was not declared in this scope
  31. main.cpp: In function ‘void BitcoinMiner(CWallet*, CBlockProvider*, unsigned int)’:
  32. main.cpp:4646: error: ‘mpz_class’ was not declared in this scope
  33. main.cpp:4646: error: expected ‘;’ before ‘mpzHash’
  34. main.cpp:4660: error: ‘mpzHash’ was not declared in this scope
  35. main.cpp:4660: error: ‘mpz_set_uint256’ was not declared in this scope
  36. main.cpp:4661: error: ‘mpz_divisible_ui_p’ was not declared in this scope
  37. main.cpp:4674: error: expected ‘;’ before ‘mpzPrimorial’
  38. main.cpp:4678: error: ‘mpzPrimorial’ was not declared in this scope
  39. main.cpp:4687: error: expected ‘;’ before ‘mpzMultiplierMin’
  40. main.cpp:4688: error: ‘mpzMultiplierMin’ was not declared in this scope
  41. main.cpp:4694: error: expected ‘;’ before ‘mpzFixedMultiplier’
  42. main.cpp:4696: error: ‘mpzFixedMultiplier’ was not declared in this scope
  43. main.cpp:4698: error: ‘mpzFixedMultiplier’ was not declared in this scope
  44. main.cpp:4703: error: ‘mpzFixedMultiplier’ was not declared in this scope
  45. main.cpp:4703: error: ‘mpzHash’ was not declared in this scope
  46. main.cpp:4857: error: ‘mpzHash’ was not declared in this scope
  47. main.cpp:4857: error: ‘mpz_set_uint256’ was not declared in this scope
  48. main.cpp:4858: error: ‘mpz_divisible_ui_p’ was not declared in this scope
  49. make: *** [obj/main.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement