Pages:
Author

Topic: Building headless Bitcoin and Bitcoin-qt on Windows - page 46. (Read 419389 times)

newbie
Activity: 41
Merit: 0
I am so close!

I am getting this error when I do the mingw32-make -f Makefile.Release.



http://i.imgur.com/ALNa67W.jpg?1

I made all the changes to the files.

full member
Activity: 131
Merit: 108
net.cpp points to miniupnpc folder so you need to actually set the parent folder on MINIUPNPC_INCLUDE_PATH
newbie
Activity: 41
Merit: 0

MINIUPNPC_INCLUDE_PATH=C:/deps/
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc

Does the Include Path need to be C;/deps/miniupnpc
Does the LIB_Path need to be C:/deps/miniupnpc/lib


newbie
Activity: 28
Merit: 0
It would be nice if guide could get updated
full member
Activity: 131
Merit: 108
Typos fixed Wink
newbie
Activity: 41
Merit: 0
Thank you for the update.
In step 4, you are saying add the path for QT 5.1.1. But you using 5.2 qtbase and tools. Did you mean to do that? Should the path be 5.2?

full member
Activity: 131
Merit: 108
Are the instructions in the first post of this thread updated periodically?  Do they work for the current version of bitcoin (0.8.6)?  I will be attempting this in the next few days on a clean win7 x64 system.  I'm hoping I wont have to read through all 14 pages of this thread to get this to work.

First post updated:
bitcoin 0.8.6
Qt 5.2.0
boost 1.55

Net.cpp patching in order to compile with gcc 4.8.1 when ipv6 is enabled is not needed anymore.
newbie
Activity: 41
Merit: 0
Hello all,

I have been trying to build bitcoin-qt but am runnning into an issue.

I have downloaded everything and everything has been smooth until the building of QT on windows.
It does not matter if I use static or dynamic lib for Configure. When I do the make, I get the following error.

http://i.imgur.com/uu5kV66.jpg?1

I have tried QT 5.1.1 and QT 5.2

Would anyone be able to help?
newbie
Activity: 28
Merit: 0
Hey Sejnt any idea what this means and what I need to do?

I hope you're not building your own coin with your knowledge? :/
Actually I just changed the definition of loop to while(true) instead of for( ;; ) (isn't it the same thing?).
Thought it may be the reason of crash on closing but nope, after changing same thing.

so don't bother changing the definition of loop? since it doesn't make any difference
newbie
Activity: 42
Merit: 0
Hey Sejnt any idea what this means and what I need to do?

I hope you're not building your own coin with your knowledge? :/
Actually I just changed the definition of loop to while(true) instead of for( ;; ) (isn't it the same thing?).
Thought it may be the reason of crash on closing but nope, after changing same thing.
newbie
Activity: 28
Merit: 0

I am having the same issue now.

Wrong suffix in *-qt.pro
I am using Boost 54:
BOOST_SUFFIX?=-mgw48-mt-s-1_54 in qt.pro
My errors all read the correct path. Have double checked system paths. Any other ideas?

I am trying 5.1 again.

try -mgw48-mt-sd-1_54
full member
Activity: 224
Merit: 100
DigiByte Founder

I am having the same issue now.

Wrong suffix in *-qt.pro
I am using Boost 54:
BOOST_SUFFIX?=-mgw48-mt-s-1_54 in qt.pro
My errors all read the correct path. Have double checked system paths. Any other ideas?

I am trying 5.1 again.
newbie
Activity: 28
Merit: 0
Hey Sejnt any idea what this means and what I need to do?

4.5 Bitcoin 0.8.5 will need some patches in order to compile with Qt5:
Remove #define loop from util.h and replace loop with while (true) in
src/bitcoinrpc.cpp
src/main.cpp
src/net.cpp
src/script.cpp
src/util.cpp
src/wallet.cpp
src/walletdb.cpp
newbie
Activity: 42
Merit: 0

I am having the same issue now.

Wrong suffix in *-qt.pro
full member
Activity: 224
Merit: 100
DigiByte Founder
Well Ron, looks like I was blind and forgot to un-comment the lines in -qt.pro before compile... oppps
Now we are making progress but another issue has come up please take a look


I am having the same issue now.
newbie
Activity: 42
Merit: 0
Are the instructions in the first post of this thread updated periodically?  Do they work for the current version of bitcoin (0.8.6)?  I will be attempting this in the next few days on a clean win7 x64 system.  I'm hoping I wont have to read through all 14 pages of this thread to get this to work.

Everything works well (maybe except quiting in my case).
newbie
Activity: 13
Merit: 0
Are the instructions in the first post of this thread updated periodically?  Do they work for the current version of bitcoin (0.8.6)?  I will be attempting this in the next few days on a clean win7 x64 system.  I'm hoping I wont have to read through all 14 pages of this thread to get this to work.
newbie
Activity: 42
Merit: 0
could you kindly upload the files you edited for the patch because that part is what I am confused with, thank you very much if you could

https://codereview.qt-project.org/cat/63747%2C3%2Csrc/corelib/io/qfilesystemengine_win.cpp%5E0
https://codereview.qt-project.org/cat/64330%2C2%2Csrc/plugins/platforms/windows/qwindowstheme.cpp%5E0

If you wanna chat live, add me on Steam, same nickname.
newbie
Activity: 28
Merit: 0

did you have to apply the patches to QT5 for it to work? I am glad you got it to work Smiley

I applied these two patches from the first post.

could you kindly upload the files you edited for the patch because that part is what I am confused with, thank you very much if you could
newbie
Activity: 42
Merit: 0

did you have to apply the patches to QT5 for it to work? I am glad you got it to work Smiley

I applied these two patches from the first post.
Pages:
Jump to: