all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Todd Eigenschink" <todd@xymmetrix.com>
To: emacs-pretest-bug@gnu.org
Subject: bug#3671: 23.1.50; gnu_xpm_bits not defined for USE_GTK
Date: Wed, 24 Jun 2009 08:42:31 -0400	[thread overview]
Message-ID: <19010.7991.941377.743849@rtfm.ofc.tekinteractive.com> (raw)

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]





             reply	other threads:[~2009-06-24 12:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-24 12:42 Todd Eigenschink [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-06-24 14:28 bug#3671: 23.1.50; gnu_xpm_bits not defined for USE_GTK Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19010.7991.941377.743849@rtfm.ofc.tekinteractive.com \
    --to=todd@xymmetrix.com \
    --cc=3671@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.