Comment 1 for bug 669204

Revision history for this message
Krzysztof Klimonda (kklimonda) wrote : Re: [Bug 669204] [NEW] error: too many arguments to function‘couchdb_document_new’

On Sun, 2010-10-31 at 19:28 +0000, Pavol Klačanský wrote:
> Public bug reported:
>
> 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;
> }

Hey,
  We don't provide vala binding at this time (one reason for that is
that couchdb-glib doesn't have a complete gobject introspection done so
such bindings wouldn't work.
  The bindings (which you probably got from
https://code.launchpad.net/~adiroiban/couchdb-glib/vala-bindings) are
outdated.
  We (or rather me) are planning to get a working Vala support (and
gobject introspection) during this cycle but it won't get backported to
maverick as it's a part of a bigger work on the couchdb-glib itself.
  The bug should be closed because we don't have vala bindings at this
time but I'll just rename it and change the description to add a nice
todo item and keep track of it.

 priority wishlist
 status inprogress
 assignee kklimonda

--
Krzysztof Klimonda <email address hidden>