Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Cassey
on 24/03/2014, 21:55:00 UTC
Ok I have figured all the other errors out and now I am just getting the following, anyone able to help with this, be appreciated

Code:
C:\JennyCoin>mingw32-make -f Makefile.Release
mingw32-make: *** No rule to make target 'c:/JennyCoin/src/leveldb/libleveldb.a', needed by 'release\JennyCoin-qt.exe'.
 Stop.

C:\JennyCoin>

Open a MinGW window and:

cd /JennyCoin/src/leveldb
TARGET_OS=NATIVE_WINDOWS make libleveldb.a libmemenv.a

Then...

cd ../..
qmake JennyCoin-qt.pro
mingw32-make -f Makefile.Release