Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
GameKyuubi
on 15/07/2019, 07:47:33 UTC
Having a bit of trouble with @gjhiggins' build.  Anyone get it running?  I'm getting pages of errors on the make step from madpool/protocol.pb.h and madpool/protocol.pb.cpp, starting with
Code:
CXX      madpool/libdatacoin_server_a-protocol.pb.o
In file included from madpool/protocol.pb.cpp:5:
madpool/protocol.pb.h:17:2: error: #error This file was generated by an older version of protoc which is
   17 | #error This file was generated by an older version of protoc which is
      |  ^~~~~
madpool/protocol.pb.h:18:2: error: #error incompatible with your Protocol Buffer headers. Please
   18 | #error incompatible with your Protocol Buffer headers.  Please
      |  ^~~~~
madpool/protocol.pb.h:19:2: error: #error regenerate this file with a newer version of protoc.
   19 | #error regenerate this file with a newer version of protoc.
      |  ^~~~~

Build process was:
Code:
$ ./autogen.sh
$ ./configure
$ make

I have libprotoc installed, version 3.7.0.