Author Topic: Binaries for Protoshares client linux  (Read 6609 times)

0 Members and 1 Guest are viewing this topic.

Offline raphyduck

  • Newbie
  • *
  • Posts: 1
    • View Profile
Binaries for Protoshares client linux
« Reply #1 on: November 14, 2013, 07:33:21 pm »
Hello everyone,

I'm curious if anyone has some binaries for the headless linux client for Protoshares.

I'm running into compilation errors on Centos 6, on a machine with bitcoind installed, so I must be missing something here:

the error:

"g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/raph/ProtoShares/src -I/home/raph/ProtoShares/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/raph/ProtoShares/src/leveldb/include -I/home/raph/ProtoShares/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/db.d -o obj/db.o db.cpp
In file included from db.cpp:6:
db.h:14:20: warning: db_cxx.h: No such file or directory
In file included from db.cpp:6:
db.h:42: error: ‘DbEnv’ does not name a type
db.h:44: error: ‘Db’ was not declared in this scope
db.h:44: error: template argument 2 is invalid
db.h:44: error: template argument 4 is invalid
db.h:77: error: ISO C++ forbids declaration of ‘DbTxn’ with no type
db.h:77: error: expected ‘;’ before ‘*’ token
db.h:85: error: expected ‘;’ before ‘}’ token
db.h:94: error: ISO C++ forbids declaration of ‘Db’ with no type
db.h:94: error: expected ‘;’ before ‘*’ token
db.h:96: error: ISO C++ forbids declaration of ‘DbTxn’ with no type
db.h:96: error: expected ‘;’ before ‘*’ token
"


Thanks
Raphy