homebrew-mutt icon indicating copy to clipboard operation
homebrew-mutt copied to clipboard

brew install sgeb/mutt/mutt fails with "variable has incomplete type 'X509_STORE_CTX'"

Open sidcha opened this issue 5 years ago • 0 comments

brew install sgeb/mutt/mutt --with-trash-patch --with-sidebar-patch --with-s-lang

Fails with:

==> ./prepare --disable-dependency-tracking --disable-warnings --prefix=/usr/local/Cellar/mutt/1.6.1 --with-ssl=/usr/local/opt/[email protected] --wi
==> make
Last 15 lines from /Users/$USER/Library/Logs/Homebrew/mutt/02.make:
cp muttbug.sh flea
chmod +x flea
cp ./smime_keys.pl smime_keys
chmod +x smime_keys
mutt_ssl.c:599:18: error: variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
  X509_STORE_CTX xsc;
                 ^
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:128:16: note: forward declaration of 'struct x509_store_ctx_st'
typedef struct x509_store_ctx_st X509_STORE_CTX;
               ^
1 error generated.
make[2]: *** [mutt_ssl.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

sidcha avatar Dec 25 '19 07:12 sidcha