From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: problem enabling GLYPH_DEBUG Date: Fri, 16 May 2008 10:25:40 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1210926628 17405 80.91.229.12 (16 May 2008 08:30:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2008 08:30:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 16 10:31:04 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JwvL6-0006bv-OB for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 10:30:56 +0200 Original-Received: from localhost ([127.0.0.1]:47829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwvKN-0003Z4-2w for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 04:30:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwvKI-0003WO-3d for emacs-devel@gnu.org; Fri, 16 May 2008 04:30:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwvKG-0003U8-Or for emacs-devel@gnu.org; Fri, 16 May 2008 04:30:05 -0400 Original-Received: from [199.232.76.173] (port=55001 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwvKG-0003TW-Ja for emacs-devel@gnu.org; Fri, 16 May 2008 04:30:04 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:47030 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwvKE-0003X5-Gz for emacs-devel@gnu.org; Fri, 16 May 2008 04:30:03 -0400 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m4G8TvbI007309 for ; Fri, 16 May 2008 10:29:58 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97248 Archived-At: I added this to dispextern.h: #define GLYPH_DEBUG 1 I couldnt find a better way. shouldnt there be a configure flag or something, like for xassert? Then i get this when compiling: xfns.c: In function =E2=80=98unwind_create_frame=E2=80=99: xfns.c:3168: error: =E2=80=98struct x_display_info=E2=80=99 has no member n= amed =E2=80=98image_cache=E2=80=99 --=20 Joakim Verona