Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PHO Photon (blake 256) Mandatory Update - MAY 1 MERGE MINE W/BLAKE COIN
by
Ignatius
on 03/05/2014, 00:23:53 UTC
Has anyone compiled the latest version on Ubuntu 12.04 LTS?

Code:
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.