From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?) Date: Fri, 31 Aug 2007 09:08:06 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <86k5re4blv.fsf@blue.stonehenge.com> <200708291531.l7TFVnlD010335@oogie-boogie.ics.uci.edu> <86fy224aah.fsf@blue.stonehenge.com> <86bqcq4a4q.fsf@blue.stonehenge.com> <200708291604.l7TG4atk011108@oogie-boogie.ics.uci.edu> <867ine492x.fsf@blue.stonehenge.com> <863ay24826.fsf@blue.stonehenge.com> <200708291641.l7TGfo2t012413@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1188518897 28830 80.91.229.12 (31 Aug 2007 00:08:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Aug 2007 00:08:17 +0000 (UTC) Cc: emacs-devel@gnu.org, "Randal L. Schwartz" To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 31 02:08:15 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 1IQu3Z-0007P7-UD for ged-emacs-devel@m.gmane.org; Fri, 31 Aug 2007 02:08:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQu3Z-000765-CA for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 20:08:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQu3W-000760-Hu for emacs-devel@gnu.org; Thu, 30 Aug 2007 20:08:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQu3V-00075o-3d for emacs-devel@gnu.org; Thu, 30 Aug 2007 20:08:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQu3V-00075l-1d for emacs-devel@gnu.org; Thu, 30 Aug 2007 20:08:09 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQu3U-0001Jm-Dz for emacs-devel@gnu.org; Thu, 30 Aug 2007 20:08:08 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 0F1232C45; Fri, 31 Aug 2007 09:08:06 +0900 (JST) In-Reply-To: <200708291641.l7TGfo2t012413@oogie-boogie.ics.uci.edu> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-Detected-Kernel: NetBSD 3.0 (DF) 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:77446 Archived-At: >>>>> On Wed, 29 Aug 2007 09:41:50 -0700, Dan Nicolaescu said: >> It works in terminal mode, but fails to launch in carbon mode. :( > It used to do at least that much when I did the mac multi-tty port > back in May. A lot of things seem to have changed in CVS for the mac > since then. Now I can hardly believe that. I couldn't find any calls to add_keyboard_wait_descriptor in the past macterm.c in the multi-tty branch despite the comment in process.c below: /* Don't do this, it caused infinite select loops. The display method should call add_keyboard_wait_descriptor on stdin if it needs that. */ #if 0 FD_SET (0, &input_wait_mask); #endif I seriously suspect you ran a wrong (i.e., non multi-tty) executable. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp