Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2A287431FB6 for ; Thu, 31 May 2012 23:44:41 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m3Er2JgfRr3C for ; Thu, 31 May 2012 23:44:40 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 39854431FAF for ; Thu, 31 May 2012 23:44:40 -0700 (PDT) Received: by guru.guru-group.fi (Postfix, from userid 501) id 684B010064E; Fri, 1 Jun 2012 09:44:37 +0300 (EEST) From: Tomi Ollila To: Jostein Gogstad , notmuch@notmuchmail.org Subject: Re: Can't compile notmuch-delivery In-Reply-To: <20120531214259.GA18272@desktop> References: <20120531214259.GA18272@desktop> User-Agent: Notmuch/0.13+29~g3c353b7 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-redhat-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2012 06:44:41 -0000 On Fri, Jun 01 2012, Jostein Gogstad wrote: > Hi, > > I'm trying to compile notmuch-deliver, but after I get this error: > > CC main.o > main.c: In function =E2=80=98main=E2=80=99: > main.c:432: error: too few arguments to function =E2=80=98notmuch_datab= ase_open=E2=80=99 > 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. > > --=20 > Jostein Tomi (*) grep '^[a-z].*otmuch_database_open' * */* git blame lib/database.cc git log 5fddc07d