From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: zrr Newsgroups: gmane.emacs.devel Subject: Failed to compile emacs-unicode-2 branch. Date: Thu, 14 Oct 2004 19:30:11 +0800 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097756218 24302 80.91.229.6 (14 Oct 2004 12:16:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2004 12:16:58 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 14 14:16:47 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CI4XH-0000R5-00 for ; Thu, 14 Oct 2004 14:16:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CI4eN-00050K-07 for ged-emacs-devel@m.gmane.org; Thu, 14 Oct 2004 08:24:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CI4eF-0004zg-KK for emacs-devel@gnu.org; Thu, 14 Oct 2004 08:23:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CI4eE-0004yj-ON for emacs-devel@gnu.org; Thu, 14 Oct 2004 08:23:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CI4eE-0004yg-Lm for emacs-devel@gnu.org; Thu, 14 Oct 2004 08:23:58 -0400 Original-Received: from [216.136.130.116] (helo=smtp208.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1CI4X5-0002tN-2P for emacs-devel@gnu.org; Thu, 14 Oct 2004 08:16:35 -0400 Original-Received: from unknown (HELO shemale) (beijing?2008?gold@222.163.21.174 with login) by smtp208.mail.sc5.yahoo.com with SMTP; 14 Oct 2004 11:30:26 -0000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.0 (gnu/linux) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28387 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28387 Hello, I have just checked out the emacs-unicode-2 branch but I failed to compile it. The feedback error message is as follows: gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/xoo/software/emacs/cvs/emacs-unicode/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 callproc.c callproc.c: In function `Fcall_process': callproc.c:809: structure has no member named `type' callproc.c:809: `coding_type_no_conversion' undeclared (first use in this function) callproc.c:809: (Each undeclared identifier is reported only once callproc.c:809: for each function it appears in.) make[1]: *** [callproc.o] error 1 make[1]: Leaving directory `/home/xoo/software/emacs/cvs/emacs-unicode/emacs/src' make: *** [src] error 2 Please fix it, thanks! Tang