From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Randal L. Schwartz" Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?) Date: Thu, 30 Aug 2007 20:53:09 -0400 Message-ID: <79FE64D6-EFAF-487A-B660-4585C0EC8D4D@stonehenge.com> 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 (iPhone Mail 1C28) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188521610 2506 80.91.229.12 (31 Aug 2007 00:53:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Aug 2007 00:53:30 +0000 (UTC) Cc: Dan Nicolaescu , "emacs-devel@gnu.org" To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 31 02:53:29 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 1IQulH-0005SH-UO for ged-emacs-devel@m.gmane.org; Fri, 31 Aug 2007 02:53:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQulH-0002Zu-HF for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 20:53:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQulD-0002Zd-HM for emacs-devel@gnu.org; Thu, 30 Aug 2007 20:53:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQulC-0002ZP-S0 for emacs-devel@gnu.org; Thu, 30 Aug 2007 20:53:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQulC-0002ZM-JI for emacs-devel@gnu.org; Thu, 30 Aug 2007 20:53:18 -0400 Original-Received: from blue.stonehenge.com ([209.223.236.162]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQulC-00079S-6u for emacs-devel@gnu.org; Thu, 30 Aug 2007 20:53:18 -0400 Original-Received: from [10.86.234.56] (unknown [32.143.162.92]) by blue.stonehenge.com (Postfix) with ESMTP id D76091DE765; Thu, 30 Aug 2007 17:53:15 -0700 (PDT) In-Reply-To: X-Mailer: iPhone Mail (1C28) X-Detected-Kernel: OpenBSD 3.0-3.9 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:77447 Archived-At: I seriously suspect you are wrong in your suspicion.:) I built cvs head, and it broke as I reported. I *rebuilt* my emacs_22_1 tagged version, and it went back to working as expected. So, the problem is clearly cvs head. -- Sent from my iPhone! (And you would do it too if you could!) On Aug 30, 2007, at 8:08 PM, YAMAMOTO Mitsuharu wrote: >>>>>> 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 >