Re: Can't compile notmuch-delivery

Subject: Re: Can't compile notmuch-delivery

Date: Fri, 01 Jun 2012 09:44:36 +0300

To: Jostein Gogstad, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


On Fri, Jun 01 2012, Jostein Gogstad <jostein.gogstad@gmail.com> wrote:

> Hi,
>
> I'm trying to compile notmuch-deliver, but after I get this error:
>
>   CC     main.o
>   main.c: In function ‘main’:
>   main.c:432: error: too few arguments to function ‘notmuch_database_open’
>   make[2]: *** [main.o] Error 1
>
> Any ideas? Tried with the version that ships with 0.13, and the version
> in HEAD (they seem similar though).

Yes, commit 5fddc07d (*) changes notmuch_database_open() interface. Austin
or Ali may fix that some day...

.. or Someone Else(TM)... patches welcome :D

> I used no arguments to invoke autogen, configure or make.
>
> -- 
> Jostein

Tomi

(*) grep '^[a-z].*otmuch_database_open' * */*
    git blame lib/database.cc
    git log 5fddc07d

Thread: