From unknown Tue Jun 24 10:33:28 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3671: 23.1.50; gnu_xpm_bits not defined for USE_GTK Reply-To: todd@xymmetrix.com, 3671@debbugs.gnu.org Resent-From: "Todd Eigenschink" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 24 Jun 2009 12:50:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3671 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124584736620046 (code B ref -1); Wed, 24 Jun 2009 12:50:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 24 Jun 2009 12:42:46 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5OCggEF020037 for ; Wed, 24 Jun 2009 05:42:43 -0700 Received: from mx10.gnu.org ([199.232.76.166]:42504) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MJRoH-0008TA-Gx for emacs-pretest-bug@gnu.org; Wed, 24 Jun 2009 08:42:41 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MJRoF-0002l7-Hb for emacs-pretest-bug@gnu.org; Wed, 24 Jun 2009 08:42:41 -0400 Received: from mx20.gnu.org ([199.232.41.8]:9088) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJRoE-0002k0-R1 for emacs-pretest-bug@gnu.org; Wed, 24 Jun 2009 08:42:39 -0400 Received: from sol.tekinteractive.net ([69.67.192.11]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJRoD-0000rZ-0c for emacs-pretest-bug@gnu.org; Wed, 24 Jun 2009 08:42:37 -0400 Received: from rtfm.ofc.tekinteractive.com (rtfm.ofc.tekinteractive.com [69.67.193.41]) by sol.tekinteractive.net (8.13.8/TEK) with ESMTP id n5OCgVKe009469 for ; Wed, 24 Jun 2009 08:42:34 -0400 X-Envelope-From: X-Envelope-To: X-Mailer: emacs 23.1.50.1 (via feedmail 8 I); VM 8.0.12 under 23.1.50.1 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19010.7991.941377.743849@rtfm.ofc.tekinteractive.com> Date: Wed, 24 Jun 2009 08:42:31 -0400 From: "Todd Eigenschink" To: emacs-pretest-bug@gnu.org X-DCC-EATSERVER-Metrics: sol; whitelist X-Virus-Scanned: clamav-milter 0.95.2 at sol X-Virus-Status: Clean X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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] From unknown Tue Jun 24 10:33:28 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3671: 23.1.50; gnu_xpm_bits not defined for USE_GTK Reply-To: Chong Yidong , 3671@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 24 Jun 2009 14:35:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3671 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3671-submit@emacsbugs.donarmstrong.com id=B3671.12458537096759 (code B ref 3671); Wed, 24 Jun 2009 14:35:06 +0000 Received: (at 3671) by emacsbugs.donarmstrong.com; 24 Jun 2009 14:28:29 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.6 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from pantheon-po33.its.yale.edu (pantheon-po33.its.yale.edu [130.132.50.94]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5OESPeo006744 for <3671@emacsbugs.donarmstrong.com>; Wed, 24 Jun 2009 07:28:26 -0700 Received: from furry (dhcp128036014144.central.yale.edu [128.36.14.144]) (authenticated bits=0) by pantheon-po33.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n5OESJlp031512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 24 Jun 2009 10:28:19 -0400 Received: by furry (Postfix, from userid 1000) id 73CBFC09B; Wed, 24 Jun 2009 10:28:19 -0400 (EDT) From: Chong Yidong To: "Todd Eigenschink" Cc: 3671@debbugs.gnu.org Date: Wed, 24 Jun 2009 10:28:19 -0400 Message-ID: <8763elso3g.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) > Compilation failed in src/xterm.c as gnu_xpm_bits wasn't defined for > USE_GTK. Fixed, thanks. From rgm@gnu.org Fri Jun 26 19:45:44 2009 Received: (at control) by emacsbugs.donarmstrong.com; 27 Jun 2009 02:45:44 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,ONEWORD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5R2jfaI027537 for ; Fri, 26 Jun 2009 19:45:42 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MKNvA-0002A6-J1; Fri, 26 Jun 2009 22:45:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19013.34772.496321.149338@fencepost.gnu.org> Date: Fri, 26 Jun 2009 22:45:40 -0400 From: Glenn Morris To: control Subject: control close 3648 close 3671