GNU bug report logs - #6751
24.0.50; lisp.h:2998: error: syntax error before ‘time_t’

Previous Next

Package: emacs;

Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>

Date: Thu, 29 Jul 2010 13:33:01 UTC

Severity: normal

Found in version 24.0.50

Done: Dan Nicolaescu <dann <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dan Nicolaescu <dann <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#6751: closed (24.0.50; lisp.h:2998: error: syntax error
 before ‘time_t’)
Date: Thu, 29 Jul 2010 15:52:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Jul 2010 11:52:06 -0400
with message-id <yxqbp9q1e1l.fsf <at> fencepost.gnu.org>
and subject line Re: bug#6751: 24.0.50; lisp.h:2998: error: syntax error before ‘time_t’
has caused the GNU bug report #6751,
regarding 24.0.50; lisp.h:2998: error: syntax error before ‘time_t’
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
6751: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6751
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; lisp.h:2998: error: syntax error before ‘time_t’
Date: Thu, 29 Jul 2010 15:32:56 +0200
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 ‘time_t’

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.

--
Greetings

  Pete

Sometimes I think the surest sign that intelligent life exists  
elsewhere in the universe is that none of it has tried to contact us.
		– Bill Watterson, in his comic strip Calvin and Hobbes



[Message part 3 (message/rfc822, inline)]
From: Dan Nicolaescu <dann <at> gnu.org>
To: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
Cc: 6751-done <at> debbugs.gnu.org
Subject: Re: bug#6751: 24.0.50; lisp.h:2998: error: syntax error before
	‘time_t’
Date: Thu, 29 Jul 2010 11:52:06 -0400
Peter Dyballa <Peter_Dyballa <at> Freenet.DE> 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 ‘time_t’
>
> 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.


This bug report was last modified 14 years and 301 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.