Advertisement
Guest User

Raspberry Pi || HBN wallet

a guest
May 5th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. pi@raspberrypi ~/HoboNickels/src $ make -f makefile.unix
  2. /bin/sh ../share/genbuild.sh obj/build.h
  3. g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/HoboNickels/src -I/home/pi/HoboNickels/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pi/HoboNickels/src/leveldb/include -DUSE_LEVELDB -I/home/pi/HoboNickels/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/scrypt_mine.d -o obj/scrypt_mine.o scrypt_mine.cpp
  4. scrypt_mine.cpp:33:8: error: ‘CBlockIndex’ does not name a type
  5. scrypt_mine.cpp:34:8: error: ‘uint32_t’ does not name a type
  6. scrypt_mine.cpp:51:30: error: variable or field ‘scrypt_core’ declared void
  7. scrypt_mine.cpp:51:30: error: ‘uint32_t’ was not declared in this scope
  8. scrypt_mine.cpp:51:40: error: ‘X’ was not declared in this scope
  9. scrypt_mine.cpp:51:43: error: ‘uint32_t’ was not declared in this scope
  10. scrypt_mine.cpp:51:53: error: ‘V’ was not declared in this scope
  11. scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
  12. scrypt_mine.cpp:56:37: error: ‘malloc’ was not declared in this scope
  13. scrypt_mine.cpp: In function ‘void scrypt_buffer_free(void*)’:
  14. scrypt_mine.cpp:61:20: error: ‘free’ was not declared in this scope
  15. scrypt_mine.cpp: At global scope:
  16. scrypt_mine.cpp:69:39: error: ‘size_t’ has not been declared
  17. scrypt_mine.cpp:69:56: error: ‘uint32_t’ has not been declared
  18. scrypt_mine.cpp: In function ‘void scrypt(const void*, int, int*, void*)’:
  19. scrypt_mine.cpp:71:5: error: ‘uint32_t’ was not declared in this scope
  20. scrypt_mine.cpp:71:15: error: ‘V’ was not declared in this scope
  21. scrypt_mine.cpp:72:14: error: expected ‘;’ before ‘X’
  22. scrypt_mine.cpp:73:20: error: expected primary-expression before ‘)’ token
  23. scrypt_mine.cpp:73:24: error: ‘uintptr_t’ was not declared in this scope
  24. scrypt_mine.cpp:75:26: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive]
  25. scrypt_mine.cpp:75:26: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive]
  26. scrypt_mine.cpp:75:20: error: expected primary-expression before ‘const’
  27. scrypt_mine.cpp:75:20: error: expected ‘)’ before ‘const’
  28. scrypt_mine.cpp:77:17: error: ‘X’ was not declared in this scope
  29. scrypt_mine.cpp:77:21: error: ‘scrypt_core’ was not declared in this scope
  30. scrypt_mine.cpp:79:26: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive]
  31. scrypt_mine.cpp:79:26: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive]
  32. scrypt_mine.cpp:79:20: error: expected primary-expression before ‘const’
  33. scrypt_mine.cpp:79:20: error: expected ‘)’ before ‘const’
  34. scrypt_mine.cpp: At global scope:
  35. scrypt_mine.cpp:82:37: error: ‘size_t’ has not been declared
  36. scrypt_mine.cpp:82:54: error: ‘uint32_t’ has not been declared
  37. scrypt_mine.cpp:123:30: error: ‘block_header’ was not declared in this scope
  38. scrypt_mine.cpp:123:44: error: ‘pdata’ was not declared in this scope
  39. scrypt_mine.cpp:123:51: error: expected primary-expression before ‘void’
  40. scrypt_mine.cpp:124:5: error: ‘uint32_t’ was not declared in this scope
  41. scrypt_mine.cpp:124:25: error: ‘uint32_t’ was not declared in this scope
  42. scrypt_mine.cpp:124:35: error: ‘hash_count’ was not declared in this scope
  43. scrypt_mine.cpp:125:5: error: expected primary-expression before ‘void’
  44. scrypt_mine.cpp:125:19: error: ‘block_header’ was not declared in this scope
  45. scrypt_mine.cpp:125:33: error: ‘res_header’ was not declared in this scope
  46. scrypt_mine.cpp:125:43: error: expression list treated as compound expression in initializer [-fpermissive]
  47. scrypt_mine.cpp:126:1: error: expected ‘,’ or ‘;’ before ‘{’ token
  48. scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
  49. scrypt_mine.cpp:57:1: warning: control reaches end of non-void function [-Wreturn-type]
  50. make: *** [obj/scrypt_mine.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement