OS X El Capitan problem..
Closed this issue · 1 comments
fachos commented
Hi... this what happen when i try "make"
cc -std=c99 -O3 -Wno-deprecated-declarations -o pixiewps pixiewps.c random_r.c -lcrypto
In file included from pixiewps.c:51:
./pixiewps.h:66:10: fatal error: 'openssl/sha.h' file not found
include <openssl/sha.h>
^
1 error generated.
make: *** [all] Error 1
can you help me? already brew install openssl/libressl, still cant figure out why...
i try "mdfind sha.h"
/usr/local/Cellar/libressl/2.3.0_1/include/openssl/sha.h
/usr/local/Cellar/openssl/1.0.2d_1/include/openssl/sha.h
/usr/include/php/ext/hash/php_hash_sha.h
/usr/include/php/ext/hash/php_hash_md.h
thanks....
fachos commented
hi...
i just copy folder
"/usr/local/Cellar/openssl/1.0.2d_1/include/openssl" ==> "/usr/include/openssl"
seem it work..