comparison nt/xemacs.mak @ 523:cd662ad69f40

[xemacs-hg @ 2001-05-09 13:43:49 by ben] regex.c: fix error compiling regexps with back-references in them. xemacs.mak: do not warn about gtk when we're not trying to compile with it. font.el, gtk-widget-accessors.el, widgets-gtk.el, x-font-menu.el: fix byte-compilation warnings. etags.c: temporary fix to avoid crashes with new regex code. PROBLEMS: i swear i already committed this.
author ben
date Wed, 09 May 2001 13:43:58 +0000
parents 98145293255c
children ef4d2466a29c
comparison
equal deleted inserted replaced
522:19559cacc941 523:cd662ad69f40
1498 !if $(HAVE_MULE) 1498 !if $(HAVE_MULE)
1499 Compiling in MULE. 1499 Compiling in MULE.
1500 !endif 1500 !endif
1501 !if $(HAVE_GTK) 1501 !if $(HAVE_GTK)
1502 -------------------------------------------------------------------- 1502 --------------------------------------------------------------------
1503 WARNING: Compiling WITHOUT GTK support. 1503 WARNING: You specified HAVE_GTK=1, but we are compiling WITHOUT GTK support.
1504 WARNING: As of xemacs-21.2-b44 1504 WARNING: gtk-xemacs is not currently supported on MSWindows (mingw or msvc).
1505 WARNING: gtk-xemacs is not supported on MSWindows (mingw or msvc). 1505 WARNING: Yes, we know that gtk has been ported to native MSWindows, but
1506 WARNING: Yes, we know that gtk has been ported to native MSWindows 1506 WARNING: XEmacs is not yet ready to use that port.
1507 WARNING: but XEmacs is not yet ready to use that port.
1508 --------------------------------------------------------------------
1509 !else
1510 --------------------------------------------------------------------
1511 WARNING: Compiling without GTK support.
1512 WARNING: As of xemacs-21.2-b44
1513 WARNING: gtk-xemacs is not supported on MSWindows (mingw or msvc).
1514 WARNING: Yes, we know that gtk has been ported to native MSWindows
1515 WARNING: but XEmacs is not yet ready to use that port.
1516 -------------------------------------------------------------------- 1507 --------------------------------------------------------------------
1517 !endif 1508 !endif
1518 !if $(HAVE_XPM) 1509 !if $(HAVE_XPM)
1519 Compiling in support for XPM images. 1510 Compiling in support for XPM images.
1520 !else 1511 !else