all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5814: 23.1.93; Compile Emacs on Mac OS 10.4
@ 2010-03-31 19:44 Alex Schroeder
  2010-03-31 20:11 ` bug#5814: patch? Alex Schröder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Schroeder @ 2010-03-31 19:44 UTC (permalink / raw)
  To: 5814

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







^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-31 22:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 19:44 bug#5814: 23.1.93; Compile Emacs on Mac OS 10.4 Alex Schroeder
2010-03-31 20:11 ` bug#5814: patch? Alex Schröder
2010-03-31 21:48 ` bug#5814: 23.1.93; Compile Emacs on Mac OS 10.4 Glenn Morris
2010-03-31 22:30 ` Chong Yidong

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.