Hi, I managed to configure macopix but when I tried to do a make, it failed. Any idea how to decipher these error messages?
In file included from main.c:56:
ssl.h:59:28: error: openssl/crypto.h: No such file or directory
ssl.h:60:26: error: openssl/x509.h: No such file or directory
ssl.h:61:25: error: openssl/pem.h: No such file or directory
ssl.h:62:25: error: openssl/ssl.h: No such file or directory
ssl.h:63:25: error: openssl/err.h: No such file or directory
In file included from main.c:56:
ssl.h:83: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
ssl.h:89: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
ssl.h:96: error: expected ‘)’ before ‘*’ token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/hidan/macopix-1.6.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hidan/macopix-1.6.4'
make: *** [all] Error 2