GNU bug report logs - #3671
23.1.50; gnu_xpm_bits not defined for USE_GTK

Previous Next

Package: emacs;

Reported by: todd <at> xymmetrix.com

Date: Wed, 24 Jun 2009 12:50:04 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3671 in the body.
You can then email your comments to 3671 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3671; Package emacs. (Wed, 24 Jun 2009 12:50:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to todd <at> xymmetrix.com:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 24 Jun 2009 12:50:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Todd Eigenschink" <todd <at> xymmetrix.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.1.50; gnu_xpm_bits not defined for USE_GTK
Date: Wed, 24 Jun 2009 08:42:31 -0400
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]



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3671; Package emacs. (Wed, 24 Jun 2009 14:35:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 24 Jun 2009 14:35:07 GMT) Full text and rfc822 format available.

Message #10 received at 3671 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Todd Eigenschink" <todd <at> xymmetrix.com>
Cc: 3671 <at> debbugs.gnu.org
Subject: Re: 23.1.50; gnu_xpm_bits not defined for USE_GTK
Date: Wed, 24 Jun 2009 10:28:19 -0400
> Compilation failed in src/xterm.c as gnu_xpm_bits wasn't defined for
> USE_GTK.

Fixed, thanks.



bug closed, send any further explanations to todd <at> xymmetrix.com Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 27 Jun 2009 02:50:07 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Sat, 25 Jul 2009 14:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 337 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.