* trunk macos build bustage
@ 2007-09-19 16:48 Doug Turner
2007-09-19 20:51 ` Jason Rumney
0 siblings, 1 reply; 2+ messages in thread
From: Doug Turner @ 2007-09-19 16:48 UTC (permalink / raw)
To: bug-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-19 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-19 16:48 trunk macos build bustage Doug Turner
2007-09-19 20:51 ` Jason Rumney
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).