Re: Struggling to compile notmuch on Mac OS Big Sur /ARM - gmime library detection

Subject: Re: Struggling to compile notmuch on Mac OS Big Sur /ARM - gmime library detection

Date: Sat, 12 Dec 2020 08:36:00 -0400

To: Jonathan Wilner, notmuch@notmuchmail.org

Cc:

From: David Bremner


Jonathan Wilner <jonathan@teamwilner.com> writes:

> I'm particularly stuck on calling in gmime, no matter what I do with
> pkg-config. I've got gmime 3.2.7 installed from Homebrew.
>
> However - this is the error I can't get past:
>
> "*** Error: The dependencies of notmuch could not be satisfied. You will
> need to install the following packages before being able to compile
> notmuch:
>
> GMime library >= 3.0.3
>
> (including development files such as headers)

The underlying test is

    pkg-config --exists "gmime-3.0 >= 3.0.3"

That should print nothing and (most importantly) have exit code 0
(echo $?)

I don't really know much about macOS or homebrew, but this should not be
a notmuch specific issue.

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: