Author

Topic: Error compiling from Githead (Read 964 times)

sr. member
Activity: 294
Merit: 250
June 08, 2012, 05:20:25 AM
#4
Oh...

Thanks.
sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
June 07, 2012, 11:36:04 PM
#3
That's not an error, that's just a few warnings, if you run ls -l in the src dir, you'll see bitcoind is there, you can then just sudo cp bitcoind /usr/bin/bitcoind to "install" it.
legendary
Activity: 1072
Merit: 1189
June 06, 2012, 05:11:13 AM
#2
I see no error.
sr. member
Activity: 294
Merit: 250
June 05, 2012, 07:33:09 PM
#1
Help would be appreciated Smiley
I am running Debian Squeeze x64. Dependencies are installed.

Code:
    In file included from main.h:10,
                     from checkpoints.cpp:10:
    net.h: In member function 'void CNode::EndMessage()':
    net.h:354: warning: invalid access to non-static data member 'CMessageHeader::nMessageSize'  of NULL object
    net.h:354: warning: (perhaps the 'offsetof' macro was used incorrectly)
    net.h:360: warning: invalid access to non-static data member 'CMessageHeader::nChecksum'  of NULL object
    net.h:360: warning: (perhaps the 'offsetof' macro was used incorrectly)
    net.h:361: warning: invalid access to non-static data member 'CMessageHeader::nChecksum'  of NULL object
    net.h:361: warning: (perhaps the 'offsetof' macro was used incorrectly)
Jump to: