I compiled on an Debian 8 Installation.
@jommy99
Is the Pandabank working on a Linux System?
I think cryptopia will use the command line Version - pandacoind
Yes cryptopia will be using the command line daemon, I noticed their reply to my upgrade request a little late and we are on opposite timezones. I did look into what likely is happening and think we have had to roll back one of our new changes. I let them know we made a correction in miner.cpp and to try again, and if there is any difficulty I can help.
We compiled and found one of the changes we made could cause a compilation error in some cases. We made a small correction in the code and committed it on our github. I compiled fine using ubuntu 17.04 64 bit using gcc 6.3.0 BOOST_LIB_VERSION 1_62 this is what we are using for our latest Virtual PandaBank builds. We also tested the GUI PandaBank Pandacoin-qt.
Prerequisites
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
sudo apt-get install libminiupnpc-dev
Hope this helps some, I can help anyone who is having trouble and will work on better guides to help document the process.