Bitcointalk · Command Line and JSON-RPC

中本聪,2010 年 2 月 26 日

SN-0381 已核对来源,附原文与上下文。

阅读语言
中文译文

wx/clipbrd.h 并没有被用到,把它挪进 #if wxUSE_GUI 里面。

SVN 上的 headers.h 已更新。

抱歉,我链接的是 wxbase,但我电脑上装的是完整的 wxWidgets。

db.h:140 的 "class Db no member named 'exisits'" 更奇怪。pdb->get、pdb->put、pdb->del 在那之前都编译过了。你的 Berkeley DB 是 4.7.25 版吗?

Db::exists() http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/CXX/frame_main.html http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/CXX/dbexists.html

我猜 exists 是最近才加的,在那之前用的是 get。

ORIGINAL · 英文原文
wx/clipbrd.h isn't used, move it inside the #if wxUSE_GUI.

Updated headers.h on SVN.

Sorry, I linked to wxbase but I had full wxWidgets on my computer.

The db.h:140 class Db no member named "exisits" is stranger.  pdb->get, pdb->put, pdb->del compiled before that.  Do you have version 4.7.25 of Berkeley DB?

Db::exists()
http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/CXX/frame_main.html
http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/CXX/dbexists.html

I suppose they might have added exists recently, using get before that.
来源
Bitcointalk 原始链接 ↗ 记录编号 SN-0381