From unknown Fri Aug 15 03:57:11 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#6751 <6751@debbugs.gnu.org> To: bug#6751 <6751@debbugs.gnu.org> Subject: Status: 24.0.50; lisp.h:2998: error: syntax error before =?UTF-8?Q?=E2=80=98time=5Ft=E2=80=99?= Reply-To: bug#6751 <6751@debbugs.gnu.org> Date: Fri, 15 Aug 2025 10:57:11 +0000 retitle 6751 24.0.50; lisp.h:2998: error: syntax error before =E2=80=98time= _t=E2=80=99 reassign 6751 emacs submitter 6751 Peter Dyballa severity 6751 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 29 09:32:53 2010 Received: (at submit) by debbugs.gnu.org; 29 Jul 2010 13:32:53 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeTED-0003VH-1G for submit@debbugs.gnu.org; Thu, 29 Jul 2010 09:32:53 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeTEB-0003VC-CZ for submit@debbugs.gnu.org; Thu, 29 Jul 2010 09:32:52 -0400 Received: from lists.gnu.org ([199.232.76.165]:40123) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OeTEO-0001Gb-8y for submit@debbugs.gnu.org; Thu, 29 Jul 2010 09:33:04 -0400 Received: from [140.186.70.92] (port=60298 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeTEM-0008NE-M2 for bug-gnu-emacs@gnu.org; Thu, 29 Jul 2010 09:33:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_BRBL_LASTEXT, T_RP_MATCHES_RCVD, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeTEL-0001Mw-F3 for bug-gnu-emacs@gnu.org; Thu, 29 Jul 2010 09:33:02 -0400 Received: from mout8.freenet.de ([195.4.92.98]:55512) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeTEL-0001Ma-AD for bug-gnu-emacs@gnu.org; Thu, 29 Jul 2010 09:33:01 -0400 Received: from [195.4.92.14] (helo=4.mx.freenet.de) by mout8.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.72 #3) id 1OeTEI-0002XA-76 for bug-gnu-emacs@gnu.org; Thu, 29 Jul 2010 15:32:58 +0200 Received: from p5b23e942.dip.t-dialin.net ([91.35.233.66]:56660 helo=[192.168.1.2]) by 4.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.72 #3) id 1OeTEI-0006au-3W for bug-gnu-emacs@gnu.org; Thu, 29 Jul 2010 15:32:58 +0200 Message-Id: <778613D7-30A9-4AED-A81D-5B4FFC69FEA5@Freenet.DE> From: Peter Dyballa To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: =?WINDOWS-1252?Q?24.0.50;_lisp.h:2998:_error:_syntax_error_befor?= =?WINDOWS-1252?Q?e_=91time=5Ft=92?= Date: Thu, 29 Jul 2010 15:32:56 +0200 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) Hello! This is the compiler's first of many outputs (scroll.c, xdisp.c, =20 menu.c, ... fringe.c, terminfo.c): In file included from frame.c:25: lisp.h:2998: error: syntax error before =91time_t=92 The problem seems to be that lisp.h does not include time.h which has: #ifndef _TIME_T #define _TIME_T typedef __darwin_time_t time_t; #endif __darwin_time_t is defined in /usr/include/ppc/_types.h as: typedef long __darwin_time_t; In frame.c much later /usr/include/sys/time.h is included via =20 systime.h and the typedef above renewed. Mac OS X 10.5.8, PPC. -- Greetings Pete Sometimes I think the surest sign that intelligent life exists =20 elsewhere in the universe is that none of it has tried to contact us. =96 Bill Watterson, in his comic strip Calvin and Hobbes From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 29 11:51:55 2010 Received: (at 6751-done) by debbugs.gnu.org; 29 Jul 2010 15:51:55 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeVOl-0004Ue-9w for submit@debbugs.gnu.org; Thu, 29 Jul 2010 11:51:55 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeVOj-0004UV-TR for 6751-done@debbugs.gnu.org; Thu, 29 Jul 2010 11:51:54 -0400 Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OeVOw-0001RO-Tw; Thu, 29 Jul 2010 11:52:07 -0400 To: Peter Dyballa Subject: Re: bug#6751: 24.0.50; lisp.h:2998: error: syntax error before =?utf-8?B?4oCYdGltZV904oCZ?= References: <778613D7-30A9-4AED-A81D-5B4FFC69FEA5@Freenet.DE> From: Dan Nicolaescu X-Debbugs-No-Ack: yes Date: Thu, 29 Jul 2010 11:52:06 -0400 In-Reply-To: <778613D7-30A9-4AED-A81D-5B4FFC69FEA5@Freenet.DE> (Peter Dyballa's message of "Thu\, 29 Jul 2010 15\:32\:56 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 6751-done Cc: 6751-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) Peter Dyballa writes: > Hello! > > This is the compiler's first of many outputs (scroll.c, xdisp.c, > menu.c, ... fringe.c, terminfo.c): > > In file included from frame.c:25: > lisp.h:2998: error: syntax error before =E2=80=98time_t=E2=80=99 > > The problem seems to be that lisp.h does not include time.h which has: > > #ifndef _TIME_T > #define _TIME_T > typedef __darwin_time_t time_t; > #endif > > __darwin_time_t is defined in /usr/include/ppc/_types.h as: > > typedef long __darwin_time_t; > > In frame.c much later /usr/include/sys/time.h is included via > systime.h and the typedef above renewed. > > Mac OS X 10.5.8, PPC. Thanks, this should be fixed now. From unknown Fri Aug 15 03:57:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 27 Aug 2010 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator