>>>> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Stephen> Raymond Toy writes:
> The first issue is that --with-tls is the default. Compile fails
> because xemacs is using lots of deprecated (in 10.7?) ssh
> functions. (More on that in a separate email later if I can find the
> appropriate fix.) In the meantime, I just built using
> --without-tls. No problems.
Stephen> No GNUtls? You may not get a lot of help for a while because gnutls
Stephen> will be the default (to maximize Emacs compatibility -- Emacs only
Stephen> supports GNUtls), and Jerry prefers NSS (at least when wearing his
Stephen> Fedora hat). If you're willing to deal with that, we'd really
Stephen> appreciate your help with OpenSSL issues since it is a very popular
From various google searches, OSX deprecated openssl in favor of its
own crypto library. Thus, I'm not going to do anything about it. But
maybe configure should detect that and disable tls (with a warning?)
on OSX > 10.7?
Stephen> implementation. Otherwise things would probably be more
Stephen> straightforward if you install GNUtls via MacPorts of HomeBrew.
I took the lazy way out and installed gnutls from macports. This
works, but I have to tell configure about gnutls using
--with-site-includes=/opt/local/include
--with-site-libs=/opt/local/lib LIBS=-lgnutls
LIBS was needed because early in configure, a test build fails without
linking -lgnutls, and this was my quick hack to make it work.
--
Ray
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta