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 _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel