Hi!
Please, can you post some guide for compiling this? I'm not able to do that under Ubuntu 12.04.
So, here is very simplistic guide. It works on debian. I don't have ubuntu but since its based on debian, it should work as well.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git build-essential g++ libboost-all-dev libdb++-dev libgmp-dev libssl-dev libminiupnpc-dev
git clone
https://github.com/g1g0/datacoin-hpcd datacoin-hp/src
make -f makefile.unix
Please don't skip cloning the git repo even if you've done it before - there are some fixes I pushed last night!!!
Let me know how it worked.
Best,
g