Advertisement
Guest User

Untitled

a guest
May 14th, 2012
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.65 KB | None | 0 0
  1. [src (master)]$ make -f makefile.osx USE_IPV6=1
  2. ../share/genbuild.sh obj/build.h
  3. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/version.o version.cpp
  4. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/checkpoints.o checkpoints.cpp
  5. In file included from main.h:10,
  6.                  from checkpoints.cpp:10:
  7. net.h: In member function ‘void CNode::EndMessage()’:
  8. net.h:354: warning: invalid access to non-static data member ‘CMessageHeader::nMessageSize’ of NULL object
  9. net.h:354: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  10. net.h:360: warning: invalid access to non-static data member ‘CMessageHeader::nChecksum’ of NULL object
  11. net.h:360: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  12. net.h:361: warning: invalid access to non-static data member ‘CMessageHeader::nChecksum’ of NULL object
  13. net.h:361: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  14. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/netbase.o netbase.cpp
  15. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/addrman.o addrman.cpp
  16. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/crypter.o crypter.cpp
  17. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/key.o key.cpp
  18. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/db.o db.cpp
  19. In file included from main.h:10,
  20.                  from db.h:8,
  21.                  from db.cpp:6:
  22. net.h: In member function ‘void CNode::EndMessage()’:
  23. net.h:354: warning: invalid access to non-static data member ‘CMessageHeader::nMessageSize’ of NULL object
  24. net.h:354: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  25. net.h:360: warning: invalid access to non-static data member ‘CMessageHeader::nChecksum’ of NULL object
  26. net.h:360: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  27. net.h:361: warning: invalid access to non-static data member ‘CMessageHeader::nChecksum’ of NULL object
  28. net.h:361: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  29. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/init.o init.cpp
  30. In file included from main.h:10,
  31.                  from db.h:8,
  32.                  from init.cpp:5:
  33. net.h: In member function ‘void CNode::EndMessage()’:
  34. net.h:354: warning: invalid access to non-static data member ‘CMessageHeader::nMessageSize’ of NULL object
  35. net.h:354: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  36. net.h:360: warning: invalid access to non-static data member ‘CMessageHeader::nChecksum’ of NULL object
  37. net.h:360: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  38. net.h:361: warning: invalid access to non-static data member ‘CMessageHeader::nChecksum’ of NULL object
  39. net.h:361: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  40. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/irc.o irc.cpp
  41. In file included from irc.cpp:7:
  42. net.h: In member function ‘void CNode::EndMessage()’:
  43. net.h:354: warning: invalid access to non-static data member ‘CMessageHeader::nMessageSize’ of NULL object
  44. net.h:354: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  45. net.h:360: warning: invalid access to non-static data member ‘CMessageHeader::nChecksum’ of NULL object
  46. net.h:360: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  47. net.h:361: warning: invalid access to non-static data member ‘CMessageHeader::nChecksum’ of NULL object
  48. net.h:361: warning: (perhaps the ‘offsetof’ macro was used incorrectly)
  49. llvm-g++ -c -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 -DUSE_UPNP=1 -DHAVE_BUILD_INFO -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src" -I"/Users/ashleyconnor/Development/bitcoin/bitcoin/src"/obj -I"/usr/local/Cellar/berkeley-db4/4.8.30/include" -I"/usr/local/include/" -MMD -o obj/keystore.o keystore.cpp
  50. In file included from keystore.h:9,
  51.                  from keystore.cpp:6:
  52. sync.h: In member function ‘void CSemaphore::wait()’:
  53. sync.h:140: error: ‘Sleep’ was not declared in this scope
  54. make: *** [obj/keystore.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement