From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hongyi Zhao Newsgroups: gmane.emacs.devel Subject: Errors of the latest cvs Emacs Unicode 2 when copilling it with *make bootstrap*. Date: Sun, 4 Mar 2007 22:00:58 +0800 Message-ID: <20070304140058.GA19007@debian-testing-hy.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1173016378 23148 80.91.229.12 (4 Mar 2007 13:52:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Mar 2007 13:52:58 +0000 (UTC) To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 04 14:52:50 2007 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 1HNr8s-0005go-0m for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 14:52:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNr8r-0006Zl-Fk for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 08:52:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNr8h-0006ZW-2e for emacs-devel@gnu.org; Sun, 04 Mar 2007 08:52:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNr8e-0006XV-6w for emacs-devel@gnu.org; Sun, 04 Mar 2007 08:52:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNr8e-0006XK-2N for emacs-devel@gnu.org; Sun, 04 Mar 2007 08:52:36 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HNr8d-0001OK-LT for emacs-devel@gnu.org; Sun, 04 Mar 2007 08:52:35 -0500 Original-Received: by wr-out-0506.google.com with SMTP id i3so1022804wra for ; Sun, 04 Mar 2007 05:52:34 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:content-transfer-encoding:user-agent; b=WSsryLGG+K//SF2DIZey+BQ/DctgELlZJdDLdTH7eKrFKBzEmpmcYNQjDdfF7Ni8McwhA92NlBDCMBOCfLlOkX5zMXWQ0DbtSTqAAZVSJFZHUCLJwVwfxcZb22QzlF+i4//OQErocjbDGK8Z+Y5vj2FklsD1srXs/dVjY6ddIP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:content-transfer-encoding:user-agent; b=nQbNdhkZ7SY7br88/DsEOJN6TVUYrC2YyvDjqEUSJI2N45Nb27JKggOrwBkJ25LgVH7DENRP+ZAWU30tvkYFgX6QgRkl8FmYy5eYsThkliIPbQ1mD1/BcV/kQjD4t575h6WHcH7N7u9b+qyGx8jYoceKj1WA1Z4WeAceJ+EWCtE= Original-Received: by 10.114.13.1 with SMTP id 1mr955215wam.1173016353434; Sun, 04 Mar 2007 05:52:33 -0800 (PST) Original-Received: from localhost ( [159.226.135.215]) by mx.google.com with ESMTP id z20sm14265625pod.2007.03.04.05.52.31; Sun, 04 Mar 2007 05:52:33 -0800 (PST) Mail-Followup-To: Emacs Devel Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:67292 Archived-At: Hi all, NOw, I update my Emacs unicode 2 from its cvs repository, when I compilled it with *make bootstrap*, I meet the following errors: ===================== [...] xterm.h:46:21: error: gtk/gtk.h: the file or directory doesn't exist. xterm.h:47:22: error: gdk/gdkx.h: the file or directory doesn't exist. In file included from dispnew.c:57: xterm.h:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token In file included from dispnew.c:57: xterm.h:201: error: expected specifier-qualifier-list before ‘GdkCursor’ xterm.h:502: error: expected specifier-qualifier-list before ‘GtkWidget’ dispnew.c: In function ‘required_matrix_height’: dispnew.c:2005: error: ‘struct x_output’ has no member named ‘display_info’ dispnew.c: In function ‘required_matrix_width’: dispnew.c:2031: error: ‘struct x_output’ has no member named ‘display_info’ dispnew.c: In function ‘buffer_posn_from_coords’: dispnew.c:5905: error: ‘struct x_output’ has no member named ‘display_info’ dispnew.c:5905: error: ‘struct x_output’ has no member named ‘display_info’ dispnew.c: In function ‘mode_line_string’: dispnew.c:6003: error: ‘struct x_output’ has no member named ‘display_info’ dispnew.c:6003: error: ‘struct x_output’ has no member named ‘display_info’ dispnew.c: In function ‘marginal_area_string’: dispnew.c:6095: error: ‘struct x_output’ has no member named ‘display_info’ dispnew.c:6095: error: ‘struct x_output’ has no member named ‘display_info’ dispnew.c: In function ‘init_display’: dispnew.c:6895: error: ‘struct x_output’ has no member named ‘foreground_pixel’ dispnew.c:6896: error: ‘struct x_output’ has no member named ‘background_pixel’ [...] ===================== Why does this happen, what should I do to solve this problem? Thanks in advance. --- Hongyi Zhao (赵弘毅) GnuPG DSA: 0xD108493B 老子道德经:第六章 谷神不死,是谓玄牝。 玄牝之门,是谓天地根。 绵绵若存,用之不勤。