unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Trunk build broken for MinGW
@ 2014-07-25  8:43 Andy Moreton
  2014-07-25  9:32 ` martin rudalics
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Moreton @ 2014-07-25  8:43 UTC (permalink / raw)
  To: emacs-devel

Hi,

Building trunk r117570 on Win7 with MinGW toolchain, I see this:

gcc -std=gnu99 -c -mtune=pentium4 -I/c/emacs/mingw-devel/include
-I/c/emacs/mingw-devel/src/xpm/3.5.1/libXpm-3.5.1-src/lib
-DUSE_CRT_DLL=1 -I /c/emacs/src/emacs/trunk/obj-mingw32/../nt/inc
-Demacs -I. -I../../src -I../lib -I../../lib -mtune=pentium4
-mms-bitfields -Ic:/emacs/mingw-devel/include/librsvg-2.0
-Ic:/emacs/mingw-devel/include/glib-2.0
-Ic:/emacs/mingw-devel/lib/glib-2.0/include
-Ic:/emacs/mingw-devel/include/gdk-pixbuf-2.0
-Ic:/emacs/mingw-devel/include/cairo
-Ic:/emacs/mingw-devel/include/libpng16
-Ic:/emacs/mingw-devel/include/pixman-1
-Ic:/emacs/mingw-devel/include/libxml2 -MMD -MF deps/w32term.d -MP
-Ic:/emacs/mingw-devel/include -Ic:/emacs/mingw-devel/include/p11-kit-1
-O0 -g3 ../../src/w32term.c
../../src/w32term.c: In function 'w32_show_hourglass':
../../src/w32term.c:6188:8: error: 'menubar_in_use' undeclared (first use in this function)
../../src/w32term.c:6188:8: note: each undeclared identifier is reported only once for each function it appears in
../../src/w32term.c:6188:27: error: 'current_popup_menu' undeclared (first use in this function)

This appears to be caused by changes in trunk r117570.

    AndyM




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Trunk build broken for MinGW
  2014-07-25  8:43 Trunk build broken for MinGW Andy Moreton
@ 2014-07-25  9:32 ` martin rudalics
  2014-07-25 12:01   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: martin rudalics @ 2014-07-25  9:32 UTC (permalink / raw)
  To: Andy Moreton, emacs-devel

> ../../src/w32term.c: In function 'w32_show_hourglass':
> ../../src/w32term.c:6188:8: error: 'menubar_in_use' undeclared (first use in this function)
> ../../src/w32term.c:6188:8: note: each undeclared identifier is reported only once for each function it appears in
> ../../src/w32term.c:6188:27: error: 'current_popup_menu' undeclared (first use in this function)
>
> This appears to be caused by changes in trunk r117570.

I checked in a provisional fix.  Please try it.

martin





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Trunk build broken for MinGW
  2014-07-25  9:32 ` martin rudalics
@ 2014-07-25 12:01   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2014-07-25 12:01 UTC (permalink / raw)
  To: martin rudalics; +Cc: andrewjmoreton, emacs-devel

> Date: Fri, 25 Jul 2014 11:32:27 +0200
> From: martin rudalics <rudalics@gmx.at>
> 
> > ../../src/w32term.c: In function 'w32_show_hourglass':
> > ../../src/w32term.c:6188:8: error: 'menubar_in_use' undeclared (first use in this function)
> > ../../src/w32term.c:6188:8: note: each undeclared identifier is reported only once for each function it appears in
> > ../../src/w32term.c:6188:27: error: 'current_popup_menu' undeclared (first use in this function)
> >
> > This appears to be caused by changes in trunk r117570.
> 
> I checked in a provisional fix.  Please try it.

Thanks.  It was the right fix, but it is better to have extern
declarations in headers.  I did that in r117573.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-25 12:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-25  8:43 Trunk build broken for MinGW Andy Moreton
2014-07-25  9:32 ` martin rudalics
2014-07-25 12:01   ` Eli Zaretskii

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).