The problem is in the photon source, (and I have pushed it so many times to github and don't know why it won't arrive) the level db make file is missing , download this (the make file ) to the leveldb directory inside src
https://github.com/BlueDragon747/Blakecoin/blob/master/src/leveldb/Makefilefrom that directory
sudo make libleveldb.a libmemenv.a
if someone can put a gitpull with that file in it i will merge it, i honestly don't understand why it never shows up on github ....
Has anyone compiled the latest version on Ubuntu 12.04 LTS?
user@host:~/photon-master/src$ make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/home/user/photon-master/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'. Stop.
make[1]: Leaving directory `/home/user/photon-master/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
I tried to bypass this by copying the Makefile from Blakecoin:
blakecoin-master/src/leveldb/Makefile
to
photon-master/src/leveldb/Makefile
But I just get other errors.