From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.devel Subject: emacs-unicode-2 branch "make bootstrap" failure under MacOSX Date: Wed, 12 Sep 2007 00:01:56 +0800 Organization: cyberhut.org Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1189526886 29600 80.91.229.12 (11 Sep 2007 16:08:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Sep 2007 16:08:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 18:08:04 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 1IV8HP-0008VW-Cr for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 18:07:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IV8HP-0006tn-92 for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 12:07:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IV8CX-00019s-Fc for emacs-devel@gnu.org; Tue, 11 Sep 2007 12:02:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IV8CV-00016q-J2 for emacs-devel@gnu.org; Tue, 11 Sep 2007 12:02:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IV8CV-00016Z-Cl for emacs-devel@gnu.org; Tue, 11 Sep 2007 12:02:55 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IV8CU-00031R-Mv for emacs-devel@gnu.org; Tue, 11 Sep 2007 12:02:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IV8CG-0007uz-NG for emacs-devel@gnu.org; Tue, 11 Sep 2007 18:02:40 +0200 Original-Received: from 222.95.227.37 ([222.95.227.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2007 18:02:40 +0200 Original-Received: from chenggao by 222.95.227.37 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2007 18:02:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 222.95.227.37 User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (darwin) Cancel-Lock: sha1:Q+FQ8sJLAdhuwP7elZ4AeBlRC7Y= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:78581 Archived-At: I reported this failure about two months ago and got no reply. So I have been waiting for this problem to be solved automagically. Since the problem remains, I think I need report it once again. I usually build from emacs-unicode-2 branch cvs source once a week. My last successful build is on May 29. Since then "make bootstrap" fails and reports error message as: ,---- | gcc -c -fpascal-strings -DMAC_OSX -Demacs -DHAVE_CONFIG_H -I. -I/Users/shgog/repo-cvs/emacs/src -fpascal-strings -DMAC_OSX -Dtemacs -g -O2 -Wno-pointer-sign macterm.c | macterm.c: In function 'mac_set_unicode_keystroke_event': | macterm.c:10385: error: 'CHARSET_8_BIT_CONTROL' undeclared (first use in this function) | macterm.c:10385: error: (Each undeclared identifier is reported only once | macterm.c:10385: error: for each function it appears in.) | macterm.c:10387: error: 'charset_latin_iso8859_1' undeclared (first use in this function) | macterm.c:10394: error: 'charset_mule_unicode_0100_24ff' undeclared (first use in this function) | macterm.c:10397: error: 'charset_mule_unicode_2500_33ff' undeclared (first use in this function) | macterm.c:10400: error: 'charset_mule_unicode_e000_ffff' undeclared (first use in this function) | make[2]: *** [macterm.o] Error 1 | make[1]: *** [bootstrap-build] Error 2 | make: *** [bootstrap] Error 2 `---- And this should have nothing to do with merge of multi-tty branch for I encountered this since beginning of June. Please look into this. TIA, CHENG Gao