keltia / dmarc-cat

Small utility to decode the report sent by various email providers following the DMARC spec
Other
62 stars 13 forks source link

gpgme.h missing on MacOs #6

Closed warwickchapman closed 3 years ago

warwickchapman commented 4 years ago

When attempting to install on MacOS Catalina after brew install go, the following occurs:

warwick@Warwicks-MacBook-Pro ~ % go get github.com/keltia/dmarc-cat
# github.com/proglottis/gpgme
go/src/github.com/proglottis/gpgme/data.go:4:11: fatal error: 'gpgme.h' file not found
 #include <gpgme.h>
          ^~~~~~~~~
1 error generated.
keltia commented 4 years ago

You need to install the gpgme library from another source (Homebrew, Macports, etc.).

keltia commented 3 years ago

For macOS it should work out of the box, if not please see #3.