try to build the source on my pi, but getting the exception:
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/pi/tigercoin/src -I/home/pi/tigercoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/pi/tigercoin/src/leveldb/include -I/home/pi/tigercoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:263:1: fatal error: opening dependency file obj/alert.d: No such file or directory
compilation terminated.
^Cmake: *** wait: No child processes.  Stop.
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes.  Stop.
pi@raspberrypi ~/tigercoin/src $ ls
addrman.cpp     bitcoinrpc.h     compat.h     init.cpp      leveldb.h             miner.h       protocol.h             script.h        uint256.h
addrman.h       bloom.cpp        core.cpp     init.h        limitedmap.h          mruset.h      qt                     serialize.h     util.cpp
alert.cpp       bloom.h          core.h       json          main.cpp              netbase.cpp   rpcblockchain.cpp      sync.cpp        util.h
alert.h         chainparams.cpp  crypter.cpp  key.cpp       main.h                netbase.h     rpcdump.cpp            sync.h          version.cpp
allocators.h    chainparams.h    crypter.h    key.h         makefile.linux-mingw  net.cpp       rpcmining.cpp          test            version.h
base58.h        checkpoints.cpp  db.cpp       keystore.cpp  makefile.mingw        net.h         rpcnet.cpp             threadsafety.h  wallet.cpp
bignum.h        checkpoints.h    db.h         keystore.h    makefile.osx          noui.cpp      rpcrawtransaction.cpp  txdb.cpp        walletdb.cpp
bitcoind.cpp    checkqueue.h     hash.cpp     leveldb       makefile.unix         obj-test      rpcwallet.cpp          txdb.h          walletdb.h
bitcoinrpc.cpp  clientversion.h  hash.h       leveldb.cpp   miner.cpp             protocol.cpp  script.cpp             ui_interface.h  wallet.h
pi@raspberrypi ~/tigercoin/src $
dont see any obj dir... 
