emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnutls error


From: Eli Zaretskii
Subject: Re: gnutls error
Date: Sat, 15 Jul 2017 14:33:26 +0300

> From: Dani Moncayo <address@hidden>
> Date: Sat, 15 Jul 2017 13:14:35 +0200
> 
> I've tried to build the current version of the master branch on
> Ubuntu-GNOME 17.04; it fails this way:
> 
> [...]
>   CC       floatfns.o
>   CC       fns.o
> In file included from ../../repo/src/fns.c:30:0:
> ../../repo/src/fns.c:4748:34: error: ‘Fsecure_hash_algorithms’
> undeclared here (not in a function)
>  DEFUN ("secure-hash-algorithms", Fsecure_hash_algorithms,
>                                   ^
> ../../repo/src/lisp.h:2925:26: note: in definition of macro ‘DEFUN’
>         { .a ## maxargs = fnname },     \
>                           ^~~~~~
> ../../repo/src/fns.c:4748:34: warning: no previous prototype for
> ‘Fsecure_hash_algorithms’ [-Wmissing-prototypes]
>  DEFUN ("secure-hash-algorithms", Fsecure_hash_algorithms,
>                                   ^
> ../../repo/src/lisp.h:2927:16: note: in definition of macro ‘DEFUN’
>     Lisp_Object fnname
>                 ^~~~~~
> ../../repo/src/fns.c: In function ‘extract_data_from_object’:
> ../../repo/src/fns.c:4928:24: error: ‘Qiv_auto’ undeclared (first use
> in this function)
>    else if (EQ (object, Qiv_auto))
>                         ^~~~~~~~
> ../../repo/src/fns.c:4928:24: note: each undeclared identifier is

These errors make no sense, the stuff they complain about is defined
right there in fns.c.

How did you build Emacs?  With what sequence of commands?  Are you
sure your Git clone is up to date with upsteam?

FWIW, I've built the current master on both Windows and GNU/Linux, and
didn't see any such errors.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]