From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Failed to compile emacs-unicode-2 branch. Date: Thu, 14 Oct 2004 21:37:40 +0900 (JST) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410141237.VAA13280@etlken.m17n.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1097757564 28431 80.91.229.6 (14 Oct 2004 12:39:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2004 12:39:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 14 14:39:13 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 1CI4sz-0002Mf-00 for ; Thu, 14 Oct 2004 14:39:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CI504-00018p-Oa for ged-emacs-devel@m.gmane.org; Thu, 14 Oct 2004 08:46:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CI4zj-00013d-LX for emacs-devel@gnu.org; Thu, 14 Oct 2004 08:46:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CI4zi-00013E-OG for emacs-devel@gnu.org; Thu, 14 Oct 2004 08:46:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CI4zi-000133-Ki for emacs-devel@gnu.org; Thu, 14 Oct 2004 08:46:10 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CI4rX-000770-Oc for emacs-devel@gnu.org; Thu, 14 Oct 2004 08:37:44 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id i9ECbf9d017052; Thu, 14 Oct 2004 21:37:41 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/8.11.6) with ESMTP id i9ECbeF07995; Thu, 14 Oct 2004 21:37:40 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id VAA13280; Thu, 14 Oct 2004 21:37:40 +0900 (JST) Original-To: beijing_2008_gold@yahoo.com.cn In-reply-to: (message from zrr on Thu, 14 Oct 2004 19:30:11 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) 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:28389 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28389 In article , zrr writes: > 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 This was because of merging changes from trunk. It should be already fixed. Please try "cvs update" again. --- Ken'ichi HANDA handa@m17n.org