Re: can't compile the latest checkin
Uwe Brauer <[email protected]> Tue, 17 Mar 2015 18:26:07 +0100
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
>> "Stephen" == Stephen J Turnbull <[email protected]> writes: > Uwe Brauer writes: >> tls.h:59:26: error: openssl/ssl.h: No such file or directory I installed libssl-dev which contained ssl.h Then compilation continued but the next error is: tls.c: In function 'init_tls': tls.c:1114: error: 'SSL_OP_NO_COMPRESSION' undeclared (first use in this function) tls.c:1114: error: (Each undeclared identifier is reported only once tls.c:1114: error: for each function it appears in.) tls.c:1117: error: 'SSL_MODE_RELEASE_BUFFERS' undeclared (first use in this function) make[1]: *** [tls.o] Error 1 make[1]: Leaving directory `/home/oub/ALLES/xemacs-mercury/xemacs/src' make: *** [src] Error 2 Will send different bug report. Uwe