Nexusoft / Legacy

Nexus - Advancing Distributed Technologies
MIT License
2 stars 0 forks source link

makefile.unix dones not exist #84

Closed fmarines closed 6 years ago

fmarines commented 6 years ago

I'm trying to compile this on centos 7.5 is this feasible? ...the makefile.unix does not exists

bibbityjibbity commented 6 years ago

that document is old. i consolidated the different CLI version makefiles into a single OS-detecting one name makefile.cli. try following the instructions and using that one instead. if you get errors when compiling, please post the output here.

fmarines commented 6 years ago

not sure if i need to install a dependancy but i got this error during compile

make -f makefile.cli Compiling src/core/version.cpp Compiling src/net/netbase.cpp Compiling src/net/addrman.cpp Compiling src/wallet/crypter.cpp Compiling src/wallet/key.cpp Compiling src/wallet/db.cpp In file included from src/wallet/db.cpp:9:0: src/wallet/db.h:18:20: fatal error: db_cxx.h: No such file or directory

include

                ^

compilation terminated. make: *** [build/db.o] Error 1

fmarines commented 6 years ago

searching around seems this to be related with Berkley DB but i have that installed...and more yum list installed |grep libdb libdb.x86_64 5.3.21-24.el7 @base libdb-devel.x86_64 5.3.21-24.el7 @base libdb-utils.x86_64 5.3.21-24.el7 @base libdb4.x86_64 4.8.30-13.el7 @epel libdb4-devel.x86_64 4.8.30-13.el7 @epel

fmarines commented 6 years ago

yum install libdb-cxx* (this libraries were missing)