Today i'm install Ubuntu server 14.04 and try to make UniversalCurrencyd. But i can't.
andrey@che2pool:~/unit/src$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/andrey/unit/src -I/home/andrey/unit/src/obj -DUSE_UPNP=0 -I/home/andrey/unit/src/leveldb/include -I/home/andrey/unit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In member function ‘bool CTransaction::CheckTransaction() const’:
main.cpp:487:37: warning: pointer to a function used in arithmetic [-Wpointer-arith]
if (nTime > GetAdjustedTime() + FutureDrift)
^
main.cpp:487:37: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
main.cpp: At global scope:
main.cpp:47:22: warning: ‘nInterval’ defined but not used [-Wunused-variable]
static const int64_t nInterval = nTargetTimespan / nTargetSpacing;
^
make: *** [obj/main.o] Oшибкa 1
Thanks.