emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs CVS on OSX Tiger (10.4)


From: John Owens
Subject: Re: Emacs CVS on OSX Tiger (10.4)
Date: Fri, 22 Apr 2005 20:36:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Andrew Beekhof <beekhof <at> gmail.com> writes:

> 
> Hi All,
> 
> It appears that 10.4 has changed enough compared to 10.3.x to break 
> Emacs.

I can confirm this is a problem and wanted to detail my similar workaround.

1) Comment out select_and_poll_event and sys_select function def'ns in mac.c.
2) Comment out the mktime -> emacs_mktime definition for Carbon in macgui.h.
3) In macterm.c and process.c, #undef select (after include files)
4) For good measure, in sysselect.h, comment out #define select sys_select

I'm certainly not sure what the proper way to handle the build problems, but 
at least this gives me a usable emacs for the time being.

JDO






reply via email to

[Prev in Thread] Current Thread [Next in Thread]