You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an error example that happens during the compilation of the deamon. TIP: add the headers package (usually *-dev) via homebrew.
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src/c
make[2]: Nothing to be done for all'. Making all in src/c/luacrypto gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/local/include -I../../include -fno-common -dynamiclib -undefined dynamic_lookup -g -O2 -MT crypto_so-lcrypto.o -MD -MP -MF .deps/crypto_so-lcrypto.Tpo -c -o crypto_so-lcrypto.otest -f 'lcrypto.c' || echo './'`lcrypto.c
clang: warning: argument unused during compilation: '-dynamiclib'
clang: warning: argument unused during compilation: '-undefined dynamic_lookup'
lcrypto.c:8:10: fatal error: 'openssl/err.h' file not found
This is an error example that happens during the compilation of the deamon. TIP: add the headers package (usually *-dev) via homebrew.
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src/c
make[2]: Nothing to be done for
all'. Making all in src/c/luacrypto gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/local/include -I../../include -fno-common -dynamiclib -undefined dynamic_lookup -g -O2 -MT crypto_so-lcrypto.o -MD -MP -MF .deps/crypto_so-lcrypto.Tpo -c -o crypto_so-lcrypto.o
test -f 'lcrypto.c' || echo './'`lcrypto.cclang: warning: argument unused during compilation: '-dynamiclib'
clang: warning: argument unused during compilation: '-undefined dynamic_lookup'
lcrypto.c:8:10: fatal error: 'openssl/err.h' file not found
include <openssl/err.h>
1 error generated.
make[2]: *** [crypto_so-lcrypto.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: