all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3671: 23.1.50; gnu_xpm_bits not defined for USE_GTK
@ 2009-06-24 12:42 Todd Eigenschink
  0 siblings, 0 replies; 2+ messages in thread
From: Todd Eigenschink @ 2009-06-24 12:42 UTC (permalink / raw)
  To: emacs-pretest-bug

Compilation failed in src/xterm.c as gnu_xpm_bits wasn't defined for
USE_GTK.

I had to change src/emacs-icon.h:24 from

    #if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)

to

    #if defined (USE_GTK) || (defined (HAVE_XPM) && defined (HAVE_X_WINDOWS))

to get it to compile


In GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.16.2)
 of 2009-06-23 on rtfm
configured using `configure  '--prefix=/usr' '--with-x-toolkit' '--with-xft' '--with-png=no' '--with-jpeg=no' '--with-xpm=no' '--with-tiff=no' '--without-sound''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  display-time-mode: t
  show-paren-mode: t
  tooltip-mode: t
  file-name-shadow-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC [ > 0 ; 1 3 6 ; 0 c ESC x b u g - r e TAB TAB TAB 
ESC DEL TAB ESC DEL DEL TAB TAB ESC DEL ESC DEL r e 
p TAB o TAB r TAB RET

Recent messages:
("emacs")
Loading paren...done
Loading smtpmail...done
Ido mode enabled
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list... [4 times]





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

* bug#3671: 23.1.50; gnu_xpm_bits not defined for USE_GTK
@ 2009-06-24 14:28 Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2009-06-24 14:28 UTC (permalink / raw)
  To: Todd Eigenschink; +Cc: 3671

> Compilation failed in src/xterm.c as gnu_xpm_bits wasn't defined for
> USE_GTK.

Fixed, thanks.





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

end of thread, other threads:[~2009-06-24 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24 12:42 bug#3671: 23.1.50; gnu_xpm_bits not defined for USE_GTK Todd Eigenschink
  -- strict thread matches above, loose matches on Subject: below --
2009-06-24 14:28 Chong Yidong

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.