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
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
qmake doesn't work inside of mingw seems like every step I get further in I run into another problem