Recent content by deltaman

  1. D

    Compiling the wallet give error

    This solved my compiling error: cp makefile.unix makefile.my sed -i -e 's/$(OPENSSL_INCLUDE_PATH))/$(OPENSSL_INCLUDE_PATH) \/usr\/local\/include)/' makefile.my sed -i -e 's/$(OPENSSL_LIB_PATH))/$(OPENSSL_LIB_PATH) \/usr\/local\/lib)/' makefile.my sed -i -e 's/$(LDHARDENING)...
  2. D

    Compiling the wallet give error

    Hi, When compiling the wallet under Debian 7 the make process gives me an error: g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/install/darkcoin/src -I/install/darkcoin/src/obj -DUSE_IPV6=1...
Back
Top