when i don't define ENABLE_WALLET, it will link error( unresolved external symbol "class CWallet * pwalletMain" ). the error in files ( rpcdump.cpp and rpcwallet.cpp and signverifymessagedialog.cpp ). I can change signverifymessagedialog.cpp (only one quote), but lots of quote in rpcdump.cpp and rpcwallet.cpp, i don't have ablity to modify.
unresolved external symbol "CWallet * pwalletMain" #4256
pull LongShao007 wants to merge 1 commits into bitcoin:master from LongShao007:patch-2 changing 1 files +2 −1-
LongShao007 commented at 9:47 AM on May 30, 2014: contributor
-
b034995b0a
unresolved external symbol "CWallet * pwalletMain"
when i don't define ENABLE_WALLET, it will link error( unresolved external symbol "class CWallet * pwalletMain" ). the error in files ( rpcdump.cpp and rpcwallet.cpp and signverifymessagedialog.cpp ). I can change signverifymessagedialog.cpp (only one quote), but lots of quote in rpcdump.cpp and rpcwallet.cpp, i don't have ablity to modify.
-
laanwj commented at 10:11 AM on May 30, 2014: member
Not sure what you're doing, but this is not supposed to be a problem.
signverifymessagedialog.cpp is not compiled/linked when ENABLE_WALLET is not defined: https://github.com/bitcoin/bitcoin/blob/master/src/qt/Makefile.am#L302
- laanwj closed this on May 30, 2014
-
BitcoinPullTester commented at 10:12 AM on May 30, 2014: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/b034995b0aa0c0d9c686d877dbec7f9bc68d8f2e for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
- LongShao007 deleted the branch on May 30, 2014
- MarcoFalke locked this on Sep 8, 2021
Contributors