|
Latest News
Emacs Project Page on Savannah Emacs for Mac OS Classic Project Page
|
This is Emacs 21's Mac OS X maintainer's web page.
The bootstrapping problem has been fixed. Now there is a new one. The following patch to src/s/darwin.h should fix it.
Index: darwin.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/darwin.h,v
retrieving revision 1.9
diff -u -r1.9 darwin.h
--- darwin.h 27 Aug 2002 18:49:52 -0000 1.9
+++ darwin.h 28 Nov 2002 19:18:16 -0000
@@ -209,8 +209,9 @@
/* Used in dispnew.c. Copied from freebsd.h. */
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
-/* Darwin provides POSIX-style getpgrp. */
-#define GETPGRP_NO_ARG
+/* Darwin provides POSIX-style getpgrp, but autoconf does not
+ correctly determine this. */
+#define GETPGRP_VOID
/* System uses OXTABS instead of the expected TAB3. (Copied from
bsd386.h.) */
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright © 2003 Andrew Choi <akochoi-emacs at shaw.ca> |
Created with BlogMax |
|
|