From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nozomu Ando Newsgroups: gmane.emacs.devel Subject: Re: HAVE_SYS_SELECT of sysselect.h Date: Mon, 2 May 2005 11:44:22 +0900 Message-ID: <8ce67e83dfe4cf4a293b69b376e970b7@mac.com> References: <87ll71y9le.fsf@xs4all.nl> <86pswdcsp7.fsf@almi.jk.homeunix.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115063844 7866 80.91.229.2 (2 May 2005 19:57:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 May 2005 19:57:24 +0000 (UTC) Cc: Nozomu Ando , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 02 21:57:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSh2D-0008By-30 for ged-emacs-devel@m.gmane.org; Mon, 02 May 2005 21:56:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSh99-0004Oj-P5 for ged-emacs-devel@m.gmane.org; Mon, 02 May 2005 16:04:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSfP8-0001qV-EK for emacs-devel@gnu.org; Mon, 02 May 2005 14:12:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSfMH-0000fJ-9r for emacs-devel@gnu.org; Mon, 02 May 2005 14:09:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSfJR-0007pr-5c for emacs-devel@gnu.org; Mon, 02 May 2005 14:06:33 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DSfKl-0002Jg-Pz for emacs-devel@gnu.org; Mon, 02 May 2005 14:07:55 -0400 Original-Received: from [17.250.248.89] (helo=smtpout.mac.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1DSQzc-0002is-K4 for emacs-devel@gnu.org; Sun, 01 May 2005 22:49:08 -0400 Original-Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout02/MantshX 4.0) with ESMTP id j422iVkK014410; Sun, 1 May 2005 19:44:31 -0700 (PDT) Original-Received: from [192.168.2.26] (o254124.ppp.dion.ne.jp [211.134.254.124]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id j422iSUG021978 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 1 May 2005 19:44:30 -0700 (PDT) In-Reply-To: Original-To: YAMAMOTO Mitsuharu X-Mailer: Apple Mail (2.622) 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:36597 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36597 On May 2, 2005, at 10:53 AM, YAMAMOTO Mitsuharu wrote: > I can't test it with Mac OS X 10.4 Tiger now, but I think this is the > best way to solve the "Can't compile on Tiger" problem. > > But with the above change, I could not compile xmenu.c (for X11 build) > or mac.c (for Carbon build) at least when compiling with the GCC > option "-g" on Mac OS X 10.3.9. Oops, sorry. How do you think about changing the function's name "init_process" which conflicts system library of Mac OS X 10.3 (darwin 7)? --- Nozomu Ando