Files
2021-01-07 14:22:00 -06:00

33 lines
918 B
Markdown

---
layout: forum
title: 'Re: Command Line and JSON-RPC'
grand_parent: Forum Posts
parent: Bitcoin Forum
nav_order: 78
date: 2010-02-26 16:29:21 UTC
original: 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.
```