-
Notifications
You must be signed in to change notification settings - Fork 653
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
openssl/evp.h' file not found #14
Comments
Looks like issue #7. Try |
i solve it by sudo brew link openssl --force , but appears other error, here is the error log, and my os is mac 10.11.4 ./../folly/portability/Malloc.h:27:12: error: unknown type name 'size_t' |
It looks like there's a bug in folly on OSX -- you can fix it by going to third-party/folly/folly/portability/Malloc.h and adding |
@bertmaher thank you,but when i run |
@ijustyce zipalign is part of the build tools from the Android SDK, make sure it's in your PATH. |
The "optimization warning" is no problem (it's more for us developers, I probably should have disabled it). The zipalign thing is an optimization step that's usually done by the default toolchain -- you can fix that by adding zipalign to your path, so for example, I have my android SDK tools installed at
before running redex. |
thanks, it make my app less 0.3M |
IMHO this should not been closed since this is still broken |
i install python3.5.1 ,but build error, here is the error log
In file included from io/async/AsyncPipe.cpp:16:
In file included from ./../folly/io/async/AsyncPipe.h:18:
In file included from ./../folly/io/async/AsyncTransport.h:26:
./../folly/io/async/ssl/OpenSSLPtrTypes.h:20:10: fatal error: 'openssl/evp.h'
file not found
include <openssl/evp.h>
2 warnings and 1 error generated.
make[4]: *** [io/async/AsyncPipe.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
how to fix this, thanks
The text was updated successfully, but these errors were encountered: