Skip to content

Conversation

ojab
Copy link
Contributor

@ojab ojab commented Jan 31, 2011

Makes bitcoin buildable with non-debug/shared/etc wxWidgets without makefile changes.

@nl0x
Copy link

nl0x commented Jan 31, 2011

You should use $(...) instead of `` (like it's done in makefile.osx), also see http://www.electric-cloud.com/blog/2009/03/23/makefile-performance-shell/

2. Change CFLAGS to CXXFLAGS
3. Add binaries to clean target
4. Generate wxWidgets includes/ldflags/etc from wx-config
@ojab
Copy link
Contributor Author

ojab commented Jan 31, 2011

Ok, rewrited.

@nl0x
Copy link

nl0x commented Feb 23, 2011

This patch works great for GUI builds but outputs annoying errors (wx-config not found) when building bitcoind. Can you fix that?

@mgiuca
Copy link
Contributor

mgiuca commented Feb 25, 2011

The problem is that the makefile is using ":=" instead of "=" to assign those WXINCLUDEPATHS/WXLIBS variables. This calls wx-config whether it uses it or not. But even fixing that is insufficient.

I have put up a new pull request which fixes this issue.

FuzzyBearBTC referenced this pull request in FuzzyBearBTC/peercoin Mar 30, 2014
Update main.cpp decrease PoW difficulty
kac- pushed a commit to kac-/peercoin-ce that referenced this pull request Jun 10, 2014
dexX7 pushed a commit to dexX7/bitcoin that referenced this pull request May 22, 2015
…tusCleanup

METADEX: Remove duplicate function for determining if metadex trade open
destenson pushed a commit to destenson/bitcoin--bitcoin that referenced this pull request Jun 26, 2016
ptschip pushed a commit to ptschip/bitcoin that referenced this pull request Jul 22, 2016
Fix for rare data.size() assertion
classesjack pushed a commit to classesjack/bitcoin that referenced this pull request Jan 2, 2018
CryptAxe pushed a commit to CryptAxe/bitcoin that referenced this pull request Mar 11, 2018
Updated VoteView, and allow voting with Bitcoins on the testnet.
CryptAxe added a commit to CryptAxe/bitcoin that referenced this pull request Mar 11, 2018
Merge pull request bitcoin#52 from CryptAxe/master
effectsToCause added a commit to vericoin/vericoin that referenced this pull request Jun 22, 2018
Merge pull request bitcoin#55 from vericoin/master
Losangelosgenetics pushed a commit to Losangelosgenetics/bitcoin that referenced this pull request Mar 12, 2020
satindergrewal pushed a commit to chips-blockchain/chipschain that referenced this pull request Jun 22, 2021
Fixing windows x64 cross-compilation bitcoin#52 as suggested by DeckerSU
rajarshimaitra pushed a commit to rajarshimaitra/bitcoin that referenced this pull request Aug 5, 2021
Just separating out the two white papers. Make it clearer.
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants