all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs-23 build broken on Windows
@ 2010-07-04  0:32 Andy Moreton
  2010-07-04  1:01 ` Juanma Barranquero
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Moreton @ 2010-07-04  0:32 UTC (permalink / raw)
  To: emacs-devel

Hi,

The current emacs-23 branch oes not build for me on Windows. The
changes in rev 99910 from seem to be the cause.

The following trival patch fixes things.

          AndyM


--- src/frame.h	2010-04-08 00:43:57 +0000
+++ src/frame.h	2010-07-04 00:02:36 +0000
@@ -1043,6 +1043,7 @@ extern Lisp_Object Qcursor_color, Qcurso
 extern Lisp_Object Qfont;
 extern Lisp_Object Qbackground_color, Qforeground_color;
 extern Lisp_Object Qicon, Qicon_name, Qicon_type, Qicon_left, Qicon_top;
+extern Lisp_Object Qtooltip;
 extern Lisp_Object Qinternal_border_width;
 extern Lisp_Object Qmenu_bar_lines, Qtool_bar_lines;
 extern Lisp_Object Qmouse_color;





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

end of thread, other threads:[~2010-07-04  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-04  0:32 emacs-23 build broken on Windows Andy Moreton
2010-07-04  1:01 ` Juanma Barranquero

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.