[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trunk macos build bustage
From: |
Doug Turner |
Subject: |
trunk macos build bustage |
Date: |
Wed, 19 Sep 2007 09:48:26 -0700 |
I am not sure if this is the right place to report a bug on the mac
os port. if it isn't please ignore or push me in the right direction.
I am building w/ the following:
./configure --with-carbon --without-x
make bootstrap
A current trunk pull of the source fails to compile due to the wrong
signature in /emacs/src/dispextern.h. This patch is needed:
Index: src/dispextern.h
===================================================================
RCS file: /sources/emacs/emacs/src/dispextern.h,v
retrieving revision 1.229
diff -u -r1.229 dispextern.h
--- src/dispextern.h 29 Aug 2007 05:27:52 -0000 1.229
+++ src/dispextern.h 19 Sep 2007 16:45:24 -0000
@@ -2766,7 +2766,7 @@
void w32_reset_fringes P_ ((void));
#endif
#ifdef MAC_OS
-void mac_init_fringe P_ ((void));
+void mac_init_fringe P_ ((struct redisplay_interface *rif));
#endif
/* Defined in image.c */
Regards,
Doug Turner
- trunk macos build bustage,
Doug Turner <=