Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
silidons
on 07/03/2014, 21:01:39 UTC
I will probably just re-build from a newer coin running a newer version.  The guide that I am following is not very good, I had to troubleshoot a HELL OF A LOT.  The guy is so full of shit that it worked fine if you followed his steps.  I had to install a lot more shit than he called for, and a lot of different problems throughout the way that I was able to find by reading through various forums lol.

For example, when compiling the coin from the mingw shell, he says the command is
Code:
make -f Makefile.Release
...you have to use mingw32-make.  make is not recognized at all.  i don't know if that is just a problem on my end, but various forum posts from other sites say otherwise.

Also, from the guide itself, it says I only need to do (from a mingw shell, command prompt, or whatever you call it)
Code:
qmake "USE_UPNP=- mycoin-qt.pro
well that does not do anything, it just brings up the options menu for me. 

Like I said maybe it's all my end...I don't know.