Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: TehZomB on June 06, 2012, 12:33:09 AM



Title: Error compiling from Githead
Post by: TehZomB on June 06, 2012, 12:33:09 AM
Help would be appreciated :)
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)


Title: Re: Error compiling from Githead
Post by: Pieter Wuille on June 06, 2012, 10:11:13 AM
I see no error.


Title: Re: Error compiling from Githead
Post by: someguy123 on June 08, 2012, 04:36:04 AM
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.


Title: Re: Error compiling from Githead
Post by: TehZomB on June 08, 2012, 10:20:25 AM
Oh...

Thanks.