GNU bug report logs - #5814
23.1.93; Compile Emacs on Mac OS 10.4

Previous Next

Package: emacs;

Reported by: Alex Schroeder <kensanata <at> gmail.com>

Date: Wed, 31 Mar 2010 19:47:02 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 5814 in the body.
You can then email your comments to 5814 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5814; Package emacs. (Wed, 31 Mar 2010 19:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Schroeder <kensanata <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 31 Mar 2010 19:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Schroeder <kensanata <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1.93; Compile Emacs on Mac OS 10.4
Date: Wed, 31 Mar 2010 21:44:19 +0200
I just tried to build Emacs on my desktop running Mac OS 10.4.

At first I just ran make again in my source directory, then I tried
./configure --with-ns and make again, but in both cases the build did
not go through and ended with the following:

gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/Users/alex/Source/emacs/quickfixes/src -Dtemacs     -g -O2 -Wdeclaration-after-statement -Wno-pointer-sign   -MMD -MF deps/nsterm.d nsterm.m
nsterm.m: In function 'x_set_window_size':
nsterm.m:1192: warning: ISO C90 forbids mixed declarations and code
nsterm.m: In function 'ns_draw_fringe_bitmap':
nsterm.m:2203: warning: ISO C90 forbids mixed declarations and code
nsterm.m: In function '-[EmacsScroller judge]':
nsterm.m:5761: warning: ISO C90 forbids mixed declarations and code
gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/Users/alex/Source/emacs/quickfixes/src -Dtemacs     -g -O2 -Wdeclaration-after-statement -Wno-pointer-sign   -MMD -MF deps/nsfns.d nsfns.m
nsfns.m: In function 'ns_get_screen':
nsfns.m:227: warning: assignment makes pointer from integer without a cast
nsfns.m: At top level:
nsfns.m:690: error: conflicting types for 'ns_set_doc_edited'
nsterm.h:712: error: previous declaration of 'ns_set_doc_edited' was here
nsfns.m: In function 'Fx_display_color_cells':
nsfns.m:2377: warning: ISO C90 forbids mixed declarations and code
make[1]: *** [nsfns.o] Error 1
make: *** [src] Error 2





Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5814; Package emacs. (Wed, 31 Mar 2010 20:15:03 GMT) Full text and rfc822 format available.

Message #8 received at 5814 <at> debbugs.gnu.org (full text, mbox):

From: Alex Schröder <kensanata <at> gmail.com>
To: 5814 <at> debbugs.gnu.org
Subject: patch?
Date: Wed, 31 Mar 2010 22:11:30 +0200
[Message part 1 (text/plain, inline)]
Without understanding what I'm doing, the following change seems to allow
the build process to continue:

=== modified file 'src/nsfns.m'
*** src/nsfns.m    2010-03-29 23:48:44 +0000
--- src/nsfns.m    2010-03-31 20:09:42 +0000
***************
*** 686,692 ****


  void
! ns_set_doc_edited (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
  {
    NSView *view = FRAME_NS_VIEW (f);
    NSAutoreleasePool *pool;
--- 686,692 ----


  void
! ns_set_doc_edited (struct frame *f, Lisp_Object arg)
  {
    NSView *view = FRAME_NS_VIEW (f);
    NSAutoreleasePool *pool;
[Message part 2 (text/html, inline)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5814; Package emacs. (Wed, 31 Mar 2010 21:49:02 GMT) Full text and rfc822 format available.

Message #11 received at 5814 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Alex Schroeder <kensanata <at> gmail.com>
Cc: 5814 <at> debbugs.gnu.org
Subject: Re: bug#5814: 23.1.93; Compile Emacs on Mac OS 10.4
Date: Wed, 31 Mar 2010 17:48:54 -0400
Under discussion in

http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01440.html




Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. (Wed, 31 Mar 2010 22:32:02 GMT) Full text and rfc822 format available.

Notification sent to Alex Schroeder <kensanata <at> gmail.com>:
bug acknowledged by developer. (Wed, 31 Mar 2010 22:32:02 GMT) Full text and rfc822 format available.

Message #16 received at 5814-done <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Alex Schroeder <kensanata <at> gmail.com>
Cc: 5814-done <at> debbugs.gnu.org, "Randal L. Schwartz" <merlyn <at> stonehenge.com>
Subject: Re: bug#5814: 23.1.93; Compile Emacs on Mac OS 10.4
Date: Wed, 31 Mar 2010 18:30:58 -0400
I've merged the fix from the branch.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 29 Apr 2010 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 115 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.