Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sidcha opened this issue Dec 25, 2019 · 0 comments

Comments

@sidcha
Copy link

sidcha commented Dec 25, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant