SN-0381 已核对来源,附原文与上下文。
wx/clipbrd.h 并没有被用到,把它挪进 #if wxUSE_GUI 里面。
wx/clipbrd.h isn't used, move it inside the #if wxUSE_GUI.
SVN 上的 headers.h 已更新。
Updated headers.h on SVN.
抱歉,我链接的是 wxbase,但我电脑上装的是完整的 wxWidgets。
Sorry, I linked to wxbase but I had full wxWidgets on my computer.
db.h:140 的 "class Db no member named 'exisits'" 更奇怪。pdb->get、pdb->put、pdb->del 在那之前都编译过了。你的 Berkeley DB 是 4.7.25 版吗?
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()
Db::exists()
我猜 exists 是最近才加的,在那之前用的是 get。
I suppose they might have added exists recently, using get before that.