Hi,
Anyone running mutt-kz on OSX? I’m trying to install it and hitting problems. The configure command fails:
# ./configure —enable-notmuch
… … configure: error: Unable to find Notmuch library
I have notmuch installed (via mac ports) and can see the various files:
/opt/local/bin/notmuch /opt/local/include/notmuch.h /opt/local/lib/libnotmuch.dylib /opt/local/lib/libnotmuch.4.dylib /opt/local/lib/libnotmuch.4.1.0.dylib
but config doesn’t see them
Any help would be much appreciated
regards
Iain
If you use homebrew, this works like a charm:
https://github.com/fbernitt/homebrew-patches https://github.com/fbernitt/homebrew-patches
Vikas
On 16-Jul-2015, at 3:31 pm, Iain Wood <public@soulflyer.co.uk mailto:public@soulflyer.co.uk> wrote:
Hi,
Anyone running mutt-kz on OSX? I’m trying to install it and hitting problems. The configure command fails:
# ./configure —enable-notmuch
… … configure: error: Unable to find Notmuch library
I have notmuch installed (via mac ports) and can see the various files:
/opt/local/bin/notmuch /opt/local/include/notmuch.h /opt/local/lib/libnotmuch.dylib /opt/local/lib/libnotmuch.4.dylib /opt/local/lib/libnotmuch.4.1.0.dylib
but config doesn’t see them
Any help would be much appreciated
regards
Iain _______________________________________________ mutt-kz mailing list mutt-kz@lists.fedoraproject.org mailto:mutt-kz@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mutt-kz https://admin.fedoraproject.org/mailman/listinfo/mutt-kz
On Thu, 16 Jul 2015, Iain Wood wrote:
Hi,
Anyone running mutt-kz on OSX? I’m trying to install it and hitting problems. The configure command fails:
# ./configure —enable-notmuch
… … configure: error: Unable to find Notmuch library
I have notmuch installed (via mac ports) and can see the various files:
/opt/local/bin/notmuch /opt/local/include/notmuch.h /opt/local/lib/libnotmuch.dylib /opt/local/lib/libnotmuch.4.dylib /opt/local/lib/libnotmuch.4.1.0.dylib
but config doesn’t see them
Any help would be much appreciated
Before configure:
export CFLAGS=-I/opt//local/include; export LDFLAGS=-L/opt/local/lib
Thanks for the help. Settinf CFLAGS and LDFLAGS fixed the configure problem, but then the build failed with multiple undeclared identifier errors in curs_main.c Tried the howebrew method next and got that to work eventually. homebrew doesn’t play nicely with macports :-)
So I’m up and running now. I can give more details of the build fail if they are of use to someone else, but I’m happy.
regards
Iain
On 16 Jul 2015, at 17:01, Iain Wood public@soulflyer.co.uk wrote:
Hi,
Anyone running mutt-kz on OSX? I’m trying to install it and hitting problems. The configure command fails:
mutt-kz@lists.fedoraproject.org