SN-0053 已核对来源,附原文与上下文。
其他参与者原话madhatter2原帖 ↗最新版 Ubuntu Linux 上也报同样的 std::string 错误。
It is also throwing the same std::string issue on the latest version of Ubuntu Linux.
那一定是你在构建或配置 wxWidgets 时有什么地方做得不一样。
Then it must be something you're doing differently with building or configuring wxWidgets.
你给 wxWidgets 的 "configure" 脚本用了哪些选项?我用的选项写在 build-unix.txt 里。
What options did you use on the wxWidgets "configure" script? The options I used are in build-unix.txt.
其他参与者原话madhatter2(续)原帖 ↗问一句:debug.log 怎么启用?我试过停掉 bitcoin、touch ~/.bitcoin/debug.log、再启动 bitcoin,但它从来不往文件里写。我是不是漏了什么?
One question: how do I enable the debug.log? I have tried stopping bitcoin and touching ~/.bitcoin/debug.log and starting bitcoin again. It never seems to write to the file. Am I missing something?
从没听说过这种事。debug.log 里有东西吗?你既然 touch 过文件,听起来里面应该有内容。程序对这个文件有写权限吗?
Never heard of that happening. Is there anything in debug.log? If you touched the file, that sounds like something is there. Does the program have write access to the file?