-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Use wx-config for INCLUDEPATHS/WXLIBS #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
Ok, rewrited. |
This patch works great for GUI builds but outputs annoying errors (wx-config not found) when building bitcoind. Can you fix that? |
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. |
Update main.cpp decrease PoW difficulty
pb invoice 20140515
…tusCleanup METADEX: Remove duplicate function for determining if metadex trade open
fix dseg logging
Fix for rare data.size() assertion
Fix witness merkleroot (issue 50)
Updated VoteView, and allow voting with Bitcoins on the testnet.
Merge pull request bitcoin#52 from CryptAxe/master
Merge pull request bitcoin#55 from vericoin/master
Update compatibility list
Fixing windows x64 cross-compilation bitcoin#52 as suggested by DeckerSU
Just separating out the two white papers. Make it clearer.
Makes bitcoin buildable with non-debug/shared/etc wxWidgets without makefile changes.