From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: emacs-unicode-2 branch "make bootstrap" failure under MacOSX Date: Thu, 13 Sep 2007 21:39:12 +0900 Message-ID: References: NNTP-Posting-Host: lo.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 1189687183 3128 80.91.229.12 (13 Sep 2007 12:39:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 12:39:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 14:39:40 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 1IVnyo-0006MY-DL for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 14:39:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVnyo-0008EQ-23 for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 08:39:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVnyj-0008BP-JE for emacs-devel@gnu.org; Thu, 13 Sep 2007 08:39:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVnyh-00087H-MA for emacs-devel@gnu.org; Thu, 13 Sep 2007 08:39:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVnyh-00086y-Hm for emacs-devel@gnu.org; Thu, 13 Sep 2007 08:39:27 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVnyg-0005lv-Po for emacs-devel@gnu.org; Thu, 13 Sep 2007 08:39:27 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l8DCdHZH009874; Thu, 13 Sep 2007 21:39:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l8DCdHAT015293; Thu, 13 Sep 2007 21:39:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id l8DCdC88008999; Thu, 13 Sep 2007 21:39:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IVnyS-0005Mm-Lm; Thu, 13 Sep 2007 21:39:12 +0900 In-reply-to: (message from CHENG Gao on Thu, 13 Sep 2007 20:00:50 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Detected-Kernel: Solaris 8 (1) 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:78768 Archived-At: It seems that no one is working on fixing it for the Mac port (Carbon) now, sorry. On the other hand, Adrian is working on Cocoa port at . Just recently the new version was released. --- Kenichi Handa handa@m17n.org In article , CHENG Gao writes: > > 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 > More than two months ago I reported this bug and got no reply from > nobody. And two months later, the same report got the same result. Is it > my fate? Should I not report any problem about unicode branch? Or this > bug is too minor to be not worth dealing with? > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel