Makes bitcoin buildable with non-debug/shared/etc wxWidgets without makefile changes.
Use wx-config for INCLUDEPATHS/WXLIBS #52
pull ojab wants to merge 1 commits into bitcoin:master from ojab:master changing 1 files +13 −18-
ojab commented at 7:35 AM on January 31, 2011: contributor
-
tcatm commented at 8:46 AM on January 31, 2011: none
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/
-
f0b7952caa
1. Change hardcoded g++ to $(CXX)
2. Change CFLAGS to CXXFLAGS 3. Add binaries to clean target 4. Generate wxWidgets includes/ldflags/etc from wx-config
-
ojab commented at 12:34 PM on January 31, 2011: contributor
Ok, rewrited.
-
tcatm commented at 2:11 AM on February 23, 2011: none
This patch works great for GUI builds but outputs annoying errors (wx-config not found) when building bitcoind. Can you fix that?
-
mgiuca commented at 10:33 PM on February 25, 2011: contributor
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 in commit 4105ab415b on Mar 30, 2014
- kac- referenced this in commit d64bee4654 on Jun 10, 2014
- dexX7 referenced this in commit 52f658b914 on May 22, 2015
- destenson referenced this in commit d6e5ae3966 on Jun 26, 2016
- ptschip referenced this in commit 22da56945d on Jul 22, 2016
- classesjack referenced this in commit 3640eaeb9d on Jan 2, 2018
- CryptAxe referenced this in commit f3674bf9c1 on Mar 11, 2018
- CryptAxe referenced this in commit a199c14ec0 on Mar 11, 2018
- effectsToCause referenced this in commit aea97766f5 on Jun 22, 2018
- velesnetwork referenced this in commit 98e10ac485 on Jan 12, 2020
- Losangelosgenetics referenced this in commit 1f7437a373 on Mar 12, 2020
- satindergrewal referenced this in commit 855abdd516 on Jun 22, 2021
- rajarshimaitra referenced this in commit d36bbaa98d on Aug 5, 2021
- DrahtBot locked this on Sep 8, 2021