Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MOON] Mooncoin: You know where it's headed! NEW SOURCE RELEASED 2/16/2014!
by
deaconboogie
on 17/02/2014, 02:15:08 UTC
Humm..compilation problem on linux with new sources.  Anyone else noticing this?

cd /home/test/Downloads/mooncoin-master/src/leveldb && chmod +x build_detect_platform && CC=gcc CXX=g++ /usr/bin/make OPT="-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory `/home/test/Downloads/mooncoin-master/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'.  Stop.
make[1]: Leaving directory `/home/test/Downloads/mooncoin-master/src/leveldb'
make: *** [/home/test/Downloads/mooncoin-master/src/leveldb/libleveldb.a] Error 2
20:49:51: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project mooncoin-qt (kit: Desktop Qt 5.2.0 GCC 64bit)
When executing step 'Make'

Yup!

We had a typo in the .gitignore like a couple of idiots and the LevelDB makefile did not commit.

If you re-git the source, the makefile and another issue was corrected and it should compile clean!

Sorry for the mistake... fat fingers. Sad