Re: make fails

2019-09-10 Thread Derek Martin
On Mon, Sep 09, 2019 at 06:12:49PM -0700, Kevin J. McCarthy wrote: > On Wed, Sep 04, 2019 at 10:26:31AM -0500, Derek Martin wrote: > > I'll try to look at this no later than this weekend... > > Derek, I've merged Gero's patch into the stable branch in git. It should > compile with inotify support

Re: make fails

2019-09-09 Thread Kevin J. McCarthy
On Wed, Sep 04, 2019 at 10:26:31AM -0500, Derek Martin wrote: I'll try to look at this no later than this weekend... Derek, I've merged Gero's patch into the stable branch in git. It should compile with inotify support for you now. If you have the chance, please try compiling the stable git

Re: make fails

2019-09-04 Thread Derek Martin
I'll try to look at this no later than this weekend... Thanks! On Sun, Sep 01, 2019 at 06:19:17PM +0200, Gero Treuner wrote: > Hi Derek, > > On Wed, Aug 28, 2019 at 02:16:10PM -0700, Kevin J. McCarthy wrote: > > On Mon, Aug 26, 2019 at 02:12:56PM -0500, Derek Martin wrote: > > > /home/ddm/tmp/mu

Re: make fails

2019-09-01 Thread Kevin J. McCarthy
On Sun, Sep 01, 2019 at 06:19:17PM +0200, Gero Treuner wrote: Probably only inotify_init1() is missing, which can easily be replaced. If it's this - verifyable by config.status - then the attached patch helps not only to compile, but makes inotify running for Mutt on your system. I tested it by

Re: make fails

2019-09-01 Thread Gero Treuner
Hi Derek, On Wed, Aug 28, 2019 at 02:16:10PM -0700, Kevin J. McCarthy wrote: > On Mon, Aug 26, 2019 at 02:12:56PM -0500, Derek Martin wrote: > > /home/ddm/tmp/mutt-1.12.1/buffy.c:276: undefined reference to > > `mutt_monitor_remove' > > /home/ddm/tmp/mutt-1.12.1/buffy.c:310: undefined reference t

Re: make fails

2019-08-29 Thread Derek Martin
On Wed, Aug 28, 2019 at 02:19:39PM -0700, Kevin J. McCarthy wrote: > On Mon, Aug 26, 2019 at 02:29:22PM -0500, Derek Martin wrote: > > However, just now, trying to pgp-sign this message, I got: > > > > gpg: can't query passphrase in batch mode > > gpg: skipped "0xDFBEAD02": bad passphrase > > gpg:

Re: make fails

2019-08-28 Thread Kevin J. McCarthy
On Mon, Aug 26, 2019 at 02:29:22PM -0500, Derek Martin wrote: However, just now, trying to pgp-sign this message, I got: gpg: can't query passphrase in batch mode gpg: skipped "0xDFBEAD02": bad passphrase gpg: signing failed: bad passphrase Try adding 'unset pgp_use_gpg_agent' to your muttrc.

Re: make fails

2019-08-28 Thread Kevin J. McCarthy
On Mon, Aug 26, 2019 at 02:12:56PM -0500, Derek Martin wrote: /home/ddm/tmp/mutt-1.12.1/buffy.c:276: undefined reference to `mutt_monitor_remove' /home/ddm/tmp/mutt-1.12.1/buffy.c:310: undefined reference to `mutt_monitor_remove' /home/ddm/tmp/mutt-1.12.1/buffy.c:326: undefined reference to `mu

Re: make fails

2019-08-27 Thread Derek Martin
On Mon, Aug 26, 2019 at 10:10:55PM +0200, Gero Treuner wrote: > On Mon, Aug 26, 2019 at 02:29:22PM -0500, Derek Martin wrote: > > On Mon, Aug 26, 2019 at 02:12:56PM -0500, Derek Martin wrote: > > > I may also just configure with --disable-filemonitor and try again, > > > but I suspect I want whatev

Re: make fails

2019-08-27 Thread Kevin J. McCarthy
On Mon, Aug 26, 2019, at 3:13 PM, Derek Martin wrote: > Folks, > > I downloaded mutt-1.12.1 today, and tried to compile it. I ran > configure thusly: Derek I will be back from my trip tomorrow and take a look at this. Probably the calls are not ifdef'ed out. -Kevin

Re: make fails

2019-08-26 Thread Gero Treuner
Hi Derek, On Mon, Aug 26, 2019 at 02:29:22PM -0500, Derek Martin wrote: > On Mon, Aug 26, 2019 at 02:12:56PM -0500, Derek Martin wrote: > > I may also just configure with --disable-filemonitor and try again, > > but I suspect I want whatever awesomeness that brings (I vaguely > > remember a discus

Re: make fails

2019-08-26 Thread Derek Martin
On Mon, Aug 26, 2019 at 02:12:56PM -0500, Derek Martin wrote: > I may also just configure with --disable-filemonitor and try again, > but I suspect I want whatever awesomeness that brings (I vaguely > remember a discussion about this but sadly not the details). FWIW this worked. However, just now

make fails

2019-08-26 Thread Derek Martin
Folks, I downloaded mutt-1.12.1 today, and tried to compile it. I ran configure thusly: ./configure --enable-sidebar --enable-compressed --enable-hcache Then make failed to link, thusly: gcc -std=gnu99 -Wall -pedantic -Wno-long-long -g -O2 -L/lib -o mutt addrbook.o alias.o attach.o base64.