all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* Re: trunk macos build bustage
  2007-09-19 16:48 trunk macos build bustage Doug Turner
@ 2007-09-19 20:51 ` Jason Rumney
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Rumney @ 2007-09-19 20:51 UTC (permalink / raw)
  To: Doug Turner; +Cc: bug-gnu-emacs

Doug Turner wrote:
> A current trunk pull of the source fails to compile due to the wrong
> signature in /emacs/src/dispextern.h.  This patch is needed:
Thanks, I overlooked the compiler warning when I made the original
change on w32.





^ 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.