unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: Emacs development discussions <emacs-devel@gnu.org>
Subject: Re: Build failure (master; MS-Windows)
Date: Sun, 23 Nov 2014 22:41:34 +0100	[thread overview]
Message-ID: <CAH8Pv0gSW7fpn5cJRzCAd1-oyVLtEZAyMLFVgzmOCXO0p_93qA@mail.gmail.com> (raw)
In-Reply-To: <CAH8Pv0jaft6igoisF8Jcp3vbXjYbxVfsoA5MGRCsAqhO91A+9Q@mail.gmail.com>

The previous failure is fixed (thanks).

Now, I get this one:

gcc -std=gnu99  -c -mtune=pentium4  -DGLYPH_DEBUG=1 -DUSE_CRT_DLL=1 -I
/c/cygwin64/home/Dani/devel/emacs/repo/nt/inc -Demacs  -I.
-I/c/cygwin64/home/Dani/devel/emacs/repo/src  -I../lib
-I/c/cygwin64/home/Dani/devel/emacs/repo/lib   -mtune=pentium4
-mms-bitfields -Ic:/mingw/include/librsvg-2.0
-Ic:/mingw/include/glib-2.0 -Ic:/mingw/lib/glib-2.0/include
-Ic:/mingw/include/gdk-pixbuf-2.0 -Ic:/mingw/include/cairo
-Ic:/mingw/include/libpng16 -Ic:/mingw/include/pixman-1
-Ic:/mingw/include/libxml2               -MMD -MF deps/gnutls.d -MP
-Ic:/mingw/include -Ic:/mingw/include/p11-kit-1       -g3 -O2
-gdwarf-2  /c/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:130:1: warning:
'gnutls_connection_end_t' is deprecated [-Wdeprecated-declarations]
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c: In function
'gnutls_certificate_details':
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:871:26: warning:
initialization makes pointer from integer without a cast [enabled by
default]
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:954:12: error:
incompatible type for argument 1 of
'fn_gnutls_x509_crt_get_fingerprint'
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:954:12: note:
expected 'gnutls_digest_algorithm_t' but argument is of type
'gnutls_x509_crt_t'
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:954:12: warning:
passing argument 2 of 'fn_gnutls_x509_crt_get_fingerprint' makes
pointer from integer without a cast [enabled by default]
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:954:12: note:
expected 'const struct gnutls_datum_t *' but argument is of type 'int'
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:958:7: error:
incompatible type for argument 1 of
'fn_gnutls_x509_crt_get_fingerprint'
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:958:7: note:
expected 'gnutls_digest_algorithm_t' but argument is of type
'gnutls_x509_crt_t'
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:958:7: warning:
passing argument 2 of 'fn_gnutls_x509_crt_get_fingerprint' makes
pointer from integer without a cast [enabled by default]
c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:958:7: note:
expected 'const struct gnutls_datum_t *' but argument is of type 'int'
Makefile:356: recipe for target `gnutls.o' failed
make[1]: *** [gnutls.o] Error 1
make[1]: Leaving directory
`/home/Dani/devel/emacs/build-master-i686-pc-mingw32/src'
Makefile:384: recipe for target `src' failed
make: *** [src] Error 2



-- 
Dani Moncayo



  reply	other threads:[~2014-11-23 21:41 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-23 18:38 Build failure (master; MS-Windows) Dani Moncayo
2014-11-23 21:41 ` Dani Moncayo [this message]
2014-11-23 22:07   ` Lars Magne Ingebrigtsen
2014-11-23 22:52     ` Dani Moncayo
2014-11-23 22:57       ` Lars Magne Ingebrigtsen
2014-11-23 23:09         ` Dani Moncayo
2014-11-25  9:32           ` proposal: require GnuTLS 3.1.x (previous stable) (was: Build failure (master; MS-Windows)) Ted Zlatanov
2014-11-25 15:57             ` proposal: require GnuTLS 3.1.x (previous stable) Lars Magne Ingebrigtsen
2014-11-25 16:28               ` Ted Zlatanov
2014-11-25 16:38                 ` Buildbot for Emacs? (was: proposal: require GnuTLS 3.1.x (previous stable)) Lars Magne Ingebrigtsen
2014-11-25 16:50                   ` Buildbot for Emacs? Glenn Morris
2014-11-25 16:55                     ` Ted Zlatanov
2014-11-25 22:15                       ` Glenn Morris
2014-11-25 23:12                         ` Ted Zlatanov
2014-11-26  9:52                         ` Tom
2014-11-25 17:05                     ` Lars Magne Ingebrigtsen
2014-11-25 22:14                       ` Glenn Morris
2014-11-25 17:34                 ` proposal: require GnuTLS 3.1.x (previous stable) Stefan Monnier
2014-11-25 18:55               ` Ivan Shmakov
2014-11-26  9:14                 ` Peder O. Klingenberg
2014-11-26 12:57                   ` Ivan Shmakov
2014-11-26 13:47                     ` Peder O. Klingenberg
2014-11-26 13:08                   ` Ted Zlatanov
2014-11-26 14:12                     ` Peder O. Klingenberg
2014-11-26 15:42                     ` Stefan Monnier
2014-11-26 16:52                       ` Ted Zlatanov
2014-11-26 21:18                         ` Ted Zlatanov
2014-11-26 21:37                           ` Lars Magne Ingebrigtsen
2014-11-27  2:13                           ` Stefan Monnier
2014-11-27  2:33                             ` Ted Zlatanov
2014-11-28 18:51                             ` Ted Zlatanov
2014-11-28 19:31                               ` Stefan Monnier
2014-11-29 20:02                               ` Glenn Morris
2014-11-26 13:46                   ` Michael Welsh Duggan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH8Pv0gSW7fpn5cJRzCAd1-oyVLtEZAyMLFVgzmOCXO0p_93qA@mail.gmail.com \
    --to=dmoncayo@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).