Emacs 21 for Mac OS X
Latest News, FAQ, Files, Links, and other Resources.
Latest News

Introduction

Obtaining and Building Emacs

FAQ

Resources


Emacs Home Page

Emacs Project Page on Savannah

Emacs for Mac OS Classic Project Page


My OS X Programming Blog

    This is Emacs 21's Mac OS X maintainer's web page.

Bootstrap Problem Fixed

Thursday, November 28, 2002

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.)  */

November 2002
Sun Mon Tue Wed Thu Fri Sat
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Oct  Dec


Copyright © 2003 Andrew Choi <akochoi-emacs at shaw.ca> Created with
BlogMax
emacs Made on a Mac