Ar an t-ochtú lá de mí Iúil, scríobh Jerry James:
On Sat, Jun 7, 2014 at 2:38 AM, Michael Sperber
<sperber(a)deinprogramm.de> wrote:
>
> Jerry James <james(a)xemacs.org> writes:
>
>>> What's the plan with this - GNU-compatible gnutls.el eventually?
>>
>> Yes, eventually.
>>
>>> My suggestion would be to push what you have, do enable further
development.
>>
>> I will soon. I think I have the Lisp side mostly worked out, except
>> for STARTTLS support. If I can't figure out how to do that soon, I
>> will submit what I have and keep working on STARTTLS afterwards.
>
> Excellent!
A month goes by ....
Try this version. This has STARTTLS support, and more of the Lisp
bits. I'm sure there are still plenty of bugs, so please speak up if
something doesn't work right.
I get this error:
clang -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked
-Wpointer-arith -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes
-Wdeclaration-after-statement -Wunused-parameter -g -O3 -fno-strict-aliasing
-I/opt/local/include -Demacs -I. -I/Sources/xemacs-21.5-jerry-tls/src -DHAVE_CONFIG_H
-I/opt/local/include -I/usr/X11R6/include -I/usr/X11/include lstream.c
In file included from lstream.c:31:
./tls.h:67:3: error: redefinition of typedef 'tls_state_t' is invalid in C
[-Wtypedef-redefinition]
} tls_state_t;
^
In file included from lstream.c:30:
./lstream.h:400:26: note: previous definition is here
typedef struct tls_state tls_state_t;
Easily fixed by removing the typedefs from tls.h and by #including
"lstream.h" in tls.c. Still looking at the rest!
--
‘Liston operated so fast that he once accidentally amputated an assistant’s
fingers along with a patient’s leg, […] The patient and the assistant both
died of sepsis, and a spectator reportedly died of shock, resulting in the
only known procedure with a 300% mortality.’ (Atul Gawande, NEJM, 2012)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta