From 2d93e32998408466095a1bdedc61a7c767ea408c Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Thu, 7 Jan 2021 14:24:18 -0600 Subject: [PATCH] Create 80.md --- docs/forum/bitcoin-forum/80.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/forum/bitcoin-forum/80.md diff --git a/docs/forum/bitcoin-forum/80.md b/docs/forum/bitcoin-forum/80.md new file mode 100644 index 0000000..c149ba2 --- /dev/null +++ b/docs/forum/bitcoin-forum/80.md @@ -0,0 +1,26 @@ +--- +layout: forum +title: 'Re: Command Line and JSON-RPC' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 80 +date: 2010-02-26 23:48:44 UTC +original: https://bitcointalk.org/index.php?topic=63.msg562#msg562 +--- + +# Re: Command Line and JSON-RPC + +--- + +``` +Re: Command Line and JSON-RPC +February 26, 2010, 11:48:44 PM + +Are you using wxWidgets 2.9.0? I don't recommend using anything other than 2.9.0. + +It looks like they've got a reference in the wx headers (arrstr.h) to something outside of wxBase. + +Removing -D__WXDEBUG__ from bitcoin's makefile would probably solve it. + +If that doesn't work and you just want to get it working, you could edit wxWidgets include/wx/arrstr.h, line 167 and comment out the wxASSERT_MSG. +```