bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11742: without-x build fails due to undefined tip_frame


From: Glenn Morris
Subject: bug#11742: without-x build fails due to undefined tip_frame
Date: Tue, 19 Jun 2012 12:34:27 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Package: emacs
Version: 24.1.50

The current trunk fails to build on GNU/Linux since 2012/06/19, if
configured --without-x:

xdisp.c: In function 'x_consider_frame_title':
xdisp.c:11000: error: 'tip_frame' undeclared (first use in this function)
xdisp.c:11000: error: (Each undeclared identifier is reported only once
xdisp.c:11000: error: for each function it appears in.)
xdisp.c:11036: warning: implicit declaration of function 'x_implicitly_set_name'

Presumably due to this:

2012-06-19  Chong Yidong  <cyd AT gnu.org>

  * xdisp.c (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
  since tty frames can be explicitly named.





reply via email to

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