Post
Topic
Board Announcements (Altcoins)
Re: 🚀 📈 [ANN] BitTokens - BXT -No Premine/ No ICO - Fair launch - PoW SHA256D 💸💸
by
Bittoken_official
on 04/12/2016, 00:23:15 UTC
When compiling from source on Ubuntu 64bit using:

Code:
make -f makefile.unix

I get the error:

Code:
Building LevelDB ...
make[1]: Entering directory `/BitToken/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'. Stop.
make[1]: Leaving directory `/BitToken/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

I have all the needed dependances & have compiled many wallets on this unit before - any ideas?

We added missing makefile /leveldb directory to BitTokens Github Source:
https://github.com/BitTokens/BitToken/commit/838fd3a29cc13e1b49eb3af49a6e9e9c02a6ef3f

And we are working on a new BitToken's Win Wallet build to clear most of these false positives.