From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Building on MacOSX Date: Mon, 28 Jul 2003 10:01:18 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1059409050 9055 80.91.224.249 (28 Jul 2003 16:17:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2003 16:17:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jul 28 18:17:29 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hAbv-0001aF-00 for ; Mon, 28 Jul 2003 18:12:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19hAcz-0000cX-00 for ; Mon, 28 Jul 2003 18:13:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hAXW-0007dX-KY for emacs-devel@quimby.gnus.org; Mon, 28 Jul 2003 12:07:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hAXS-0007cx-8D for emacs-devel@gnu.org; Mon, 28 Jul 2003 12:07:54 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hAXQ-0007bx-Kd for emacs-devel@gnu.org; Mon, 28 Jul 2003 12:07:53 -0400 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd2mo3so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hAXQ-0007bg-CI for emacs-devel@gnu.org; Mon, 28 Jul 2003 12:07:52 -0400 Original-Received: from pd5mr1so.prod.shaw.ca (pd5mr1so-qfe3.prod.shaw.ca [10.0.141.232]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HIQ00516SI7Y5@l-daemon> for emacs-devel@gnu.org; Mon, 28 Jul 2003 10:01:19 -0600 (MDT) Original-Received: from pn2ml10so.prod.shaw.ca (pn2ml10so-qfe0.prod.shaw.ca [10.0.121.80]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HIQ00GJ1SI8TV@l-daemon> for emacs-devel@gnu.org; Mon, 28 Jul 2003 10:01:20 -0600 (MDT) Original-Received: from owlbear.local.shawmail (h68-144-207-94.cg.shawcable.net [68.144.207.94]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HIQ00F15SI7E6@l-daemon> for emacs-devel@gnu.org; Mon, 28 Jul 2003 10:01:20 -0600 (MDT) In-reply-to: Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 15 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15721 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15721 Immanuel Litzroth writes: > Has anyone been able to build emacs-cvs on MacOSX lately? > The configure script gives a lot of errors and the build stops > because of a redinition of size_t. Is anybody working on this? > Immanuel This is due to a recent change in configure.in. If you don't know how to fix it, for now please add the `--without-xim' option to `./configure'. I'd like to invite everyone to help to debug and add to the Mac OS X CVS code, rather than just build and use it like a production version. There is a shortage of people doing the former. And this makes it very hard for the maintainers to keep up.