You've already forked nakamoto-archive
918 B
918 B
layout, title, grand_parent, parent, nav_order, date, original
| layout | title | grand_parent | parent | nav_order | date | original |
|---|---|---|---|---|---|---|
| forum | Re: Command Line and JSON-RPC | Forum Posts | Bitcoin Forum | 78 | 2010-02-26 16:29:21 UTC | https://bitcointalk.org/index.php?topic=63.msg555#msg555 |
Re: Command Line and JSON-RPC
Re: Command Line and JSON-RPC
February 26, 2010, 04:29:21 PM
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.