[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trunk build broken for MinGW
From: |
Eli Zaretskii |
Subject: |
Re: Trunk build broken for MinGW |
Date: |
Fri, 25 Jul 2014 15:01:35 +0300 |
> Date: Fri, 25 Jul 2014 11:32:27 +0200
> From: martin rudalics <address@hidden>
>
> > ../../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.