Comment 0 for bug 669204

Revision history for this message
Pavol Klačanský (pavolzetor-deactivatedaccount) wrote : error: too many arguments to function ‘couchdb_document_new’

I have latest maverick packages and .vapi file

I get this problem while compiling

int main (string[] args)
{
 var conn = new CouchDB.Session ();
 conn.create_database ("test");
 var newdoc = new CouchDB.Document (conn);

    return 0;
}

valac rss.vala --pkg couchdb-glib-1.0 --pkg json-glib-1.0