I have followed https://github.com/bitcoin/bitcoin/blob/master/doc/readme-qt.rst - in order to build QT in windows (with 0.5.0) and I get the following error: http://i.imgur.com/q3GGa.png
-
alexwaters commented at 9:22 PM on October 10, 2011: contributor
-
gavinandresen commented at 4:32 PM on October 11, 2011: contributor
Why are you building x64?
There's no reason to, 32-bit runs fine on 64-bit machines and nothing is gained using 64-bit, except less compatibility, a larger executable, and, most likely, slightly lower performance.
-
alexwaters commented at 4:35 PM on October 11, 2011: contributor
Sorry, I should rephrase that. I am not trying to build a 64-bit client. I am just using windows 7 x64 (which I thought is the reason I am getting the above error.)
-
laanwj commented at 6:51 PM on October 11, 2011: member
When building a 64-bit executable, you should also make sure that all the dependencies are 64 bit. The deps from https://download.visucore.com/bitcoin/qtgui_deps_1.zip are 32-bit so that will fail.
It might be the case that Qt SDK tries to build a 64-bit executable by default on a 64-bit OS? If so maybe there is a flag to force it to build a 32-bit one (-m32 for gcc?) I'm not sure, I can only try on 32 bit right now.
- ghost assigned alexwaters on Oct 20, 2011
-
burger2 commented at 6:18 AM on October 10, 2012: contributor
Have you tried building the latest version (0.7.0 or 0.7.1rc1) lately? Is this bug still here?
-
leofidus commented at 12:55 AM on April 7, 2014: none
Building on Windows 7 x64 works with 0.9.0. This seems to be resolved.
- alexwaters unassigned alexwaters on Apr 7, 2014
- laanwj closed this on Apr 7, 2014
- dexX7 referenced this in commit af96220c85 on Apr 17, 2018
- rajarshimaitra referenced this in commit e8e46646a8 on Aug 5, 2021
- MarcoFalke locked this on Sep 8, 2021