Reto writes:
[thanks for the explanation of how aerc uses notmuch]
>
> Go will execute a C compiler / linker as usual.
> In your case, you basically need to setup 2 things:
>
> 1) notmuch.h in some include dir, normally /usr/include/notmuch.h or
> some such,
> which is needed by the
Hi both,
I realize I am a bit late to the party, nevertheless here's some information.
> I'm trying to build an email client (aerc) with support for notmuch
> on macOS. aerc is written in go. I can't find an aerc package for brew
> which includes notmuch headers/library files. Where can I get the
On Tue, Nov 21 2023, Peter Lawrence wrote:
> Thanks for the feedback, Carl!
No problem. I'm glad you were able to push even a little past what I was
able to do.
> I have a feeling now that this isn't just a macOS issue, but possibly a
> broader issue that would effect anyone using a newer version
On Tue Nov 21, 2023 at 2:19 PM EST, Carl Worth wrote:
> On Sun, Nov 19 2023, Peter Lawrence wrote:
> > Hi.
>
> Hi Peter!
>
> > I'm trying to build an email client (aerc) with support for notmuch
> > on macOS. aerc is written in go. I can't find an aerc package for brew
> > which includes notmuc
On Sun, Nov 19 2023, Peter Lawrence wrote:
> Hi.
Hi Peter!
> I'm trying to build an email client (aerc) with support for notmuch
> on macOS. aerc is written in go. I can't find an aerc package for brew
> which includes notmuch headers/library files. Where can I get these
> language bindings
Hi. I'm trying to build an email client (aerc) with support for notmuch
on macOS. aerc is written in go. I can't find an aerc package for brew
which includes notmuch headers/library files. Where can I get these
language bindings and how do I "install" them, or where do I place them
in the aerc so