From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Build failure on Mac OS 10.2.6 Date: Fri, 27 Jun 2003 10:59:57 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056705750 5592 80.91.224.249 (27 Jun 2003 09:22:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2003 09:22:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 27 11:22: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 19VpR0-0001Rj-00 for ; Fri, 27 Jun 2003 11:22:22 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19VpVv-0005l0-00 for ; Fri, 27 Jun 2003 11:27:27 +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 19VpBm-0003dN-5r for emacs-devel@quimby.gnus.org; Fri, 27 Jun 2003 05:06:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VpAI-0003Ig-Ez for emacs-devel@gnu.org; Fri, 27 Jun 2003 05:05:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Vp6J-0000p9-Tw for emacs-devel@gnu.org; Fri, 27 Jun 2003 05:01:00 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Vp5y-0000i5-AS for emacs-devel@gnu.org; Fri, 27 Jun 2003 05:00:38 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44])h5R9n12w023461; Fri, 27 Jun 2003 11:49:01 +0200 Original-To: Stefan Daschek In-Reply-To: X-Mailer: Apple Mail (2.552) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15292 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15292 > Amos Gouaux writes: > >> Thought I'd try a compile from CVS this morning. I run into the >> following problem in src/strftime.c: >> >> gcc -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Demacs >> -DHAVE_CONFIG_H -I. -I/Users/amos/proj/emacs/emacs-20030625/src >> -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Dtemacs -g -O2 >> strftime.c >> strftime.c: In function `emacs_strftimeu': >> strftime.c:1491: too many arguments to function `strftime' >> make[1]: *** [strftime.o] Error 1 >> make: *** [bootstrap] Error 2 > > I can confirm this problem (Mac OS X 10.3). I regenerated configure. Can you rerun configure and try again? Works here for Mac OS X 10.2.6. I don't know what to do for MS Windows though, I don't think that build uses configure. Jan D.