I'm seeing some issues building mutt-kz.
Here's a log excerpt:
gcc -DPKGDATADIR="/usr/local/share/mutt" -DSYSCONFDIR="/usr/local/etc" -DBINDIR="/usr/local/bin" -DMUTTLOCALEDIR="/usr/local/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -Iintl -I./intl -Wall -pedantic -Wno-long-long -g -O2 -MT safe_asprintf.o -MD -MP -MF .deps/safe_asprintf.Tpo -c -o safe_asprintf.o safe_asprintf.c mv -f .deps/safe_asprintf.Tpo .deps/safe_asprintf.Po gcc -DPKGDATADIR="/usr/local/share/mutt" -DSYSCONFDIR="/usr/local/etc" -DBINDIR="/usr/local/bin" -DMUTTLOCALEDIR="/usr/local/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -Iintl -I./intl -Wall -pedantic -Wno-long-long -g -O2 -MT mutt_notmuch.o -MD -MP -MF .deps/mutt_notmuch.Tpo -c -o mutt_notmuch.o mutt_notmuch.c mutt_notmuch.c: In function 'do_database_open': mutt_notmuch.c:356:6: error: too few arguments to function 'notmuch_database_open' /usr/local/include/notmuch.h:200:1: note: declared here make[2]: *** [mutt_notmuch.o] Error 1 make[2]: Leaving directory `/home/amdavidson/src/mutt-kz' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/amdavidson/src/mutt-kz' make: *** [all] Error 2
Any tips?
Thanks,
-- Andrew Davidson
On Jun 10, 2012, at 13:09, "Andrew Davidson" andrew@amdavidson.com wrote:
I'm seeing some issues building mutt-kz.
Which version of notmuch are you building against? I had to grab a current version (0.11 is the minimum I think, I built against 0.12) to get it to build.
Regards, -- AJ Lewis
---------------------------------------------------------------------- The information contained in this transmission may be confidential. Any disclosure, copying, or further distribution of confidential information is not permitted unless such privilege is explicitly granted in writing by Quantum. Quantum reserves the right to have electronic communications, including email and attachments, sent across its networks filtered through anti virus and spam software programs and retain such messages in order to comply with applicable data security and retention requirements. Quantum is not responsible for the proper and complete transmission of the substance of this communication or for any delay in its receipt.
On Sun, Jun 10, 2012 at 07:51:13PM +0000, AJ Lewis wrote:
On Jun 10, 2012, at 13:09, "Andrew Davidson" andrew@amdavidson.com wrote:
I'm seeing some issues building mutt-kz.
Which version of notmuch are you building against? I had to grab a current version (0.11 is the minimum I think, I built against 0.12) to get it to build.
Regards,
AJ Lewis
$ notmuch --version notmuch 0.13
It should be the latest, I just compiled and downloaded a couple days ago.
-- Andrew
On 06/10/2012 10:14 PM, Andrew Davidson wrote:
On Sun, Jun 10, 2012 at 07:51:13PM +0000, AJ Lewis wrote:
On Jun 10, 2012, at 13:09, "Andrew Davidson" andrew@amdavidson.com wrote:
I'm seeing some issues building mutt-kz.
Which version of notmuch are you building against? I had to grab a current version (0.11 is the minimum I think, I built against 0.12) to get it to build.
Regards,
AJ Lewis
$ notmuch --version notmuch 0.13
It should be the latest, I just compiled and downloaded a couple days ago.
-- Andrew
They broke notmuch API in 0.13. Mutt-kz has to be patched to support the new version. Until then, you will have to build against 0.12 or fix it:)
Regards, Jan Synacek Software Engineer, Red Hat
mutt-kz@lists.fedoraproject.org