all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [n]make bootstrap failure: CVS Emacs on W2K
@ 2006-05-29  4:51 dhruva
  2006-05-29  5:38 ` Lennart Borgman
  2006-05-29 14:42 ` mslk
  0 siblings, 2 replies; 5+ messages in thread
From: dhruva @ 2006-05-29  4:51 UTC (permalink / raw)


Hello,
 The latest CVS build on W2K using MSVC/MinGW breaks with the following error:

gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c
-mtune=pentium4 -O2  -Di386 -D_CRTAPI1=_cdecl  -O2 -Demacs=1
-DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T
-DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o
oo-spd/i386/w32term.o w32term.c
w32term.c: In function `x_draw_hollow_cursor':
w32term.c:4963: warning: passing arg 4 of `get_phys_cursor_geometry'
from incompatible pointer type
w32term.c:4963: warning: passing arg 5 of `get_phys_cursor_geometry'
from incompatible pointer type
w32term.c: In function `x_draw_stretch_glyph_string':
w32term.c:5570: warning: static declaration of
'x_set_mouse_pixel_position' follows non-static declaration
w32term.c:5547: warning: previous declaration of
'x_set_mouse_pixel_position' was here
w32term.c:5783: error: `f' undeclared (first use in this function)
w32term.c:5783: error: (Each undeclared identifier is reported only once
w32term.c:5783: error: for each function it appears in.)
w32term.c:5784: error: syntax error before "struct"
w32term.c:5892: error: syntax error before "struct"
w32term.c:6301: error: initializer element is not constant
w32term.c:6301: error: (near initialization for
`w32_redisplay_interface.scroll_run_hook')
w32term.c:6306: error: initializer element is not constant
w32term.c:6306: error: (near initialization for
`w32_redisplay_interface.flush_display')
w32term.c:6317: error: initializer element is not constant
w32term.c:6317: error: (near initialization for
`w32_redisplay_interface.draw_glyph_string')
w32term.c:6318: error: initializer element is not constant
w32term.c:6318: error: (near initialization for
`w32_redisplay_interface.define_frame_cursor')
w32term.c:6319: error: initializer element is not constant
w32term.c:6319: error: (near initialization for
`w32_redisplay_interface.clear_frame_area')
w32term.c:6320: error: initializer element is not constant
w32term.c:6320: error: (near initialization for
`w32_redisplay_interface.draw_window_cursor')
w32term.c:6323: error: initializer element is not constant
w32term.c:6323: error: (near initialization for
`w32_redisplay_interface.shift_glyphs_for_insert')
w32term.c:6545: error: syntax error at end of input
make[2]: *** [oo-spd/i386/w32term.o] Error 1
make[2]: Leaving directory `/c/tmp/build/emacs/src'
make[1]: *** [bootstrap-temacs] Error 2
make[1]: Leaving directory `/c/tmp/build/emacs/src'
make: *** [bootstrap-gmake] Error 2


with best regards,
dhruva

-- 
dhruva (dk)
Contents reflect my personal views only!

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

* Re: [n]make bootstrap failure: CVS Emacs on W2K
  2006-05-29  4:51 [n]make bootstrap failure: CVS Emacs on W2K dhruva
@ 2006-05-29  5:38 ` Lennart Borgman
  2006-05-29 22:08   ` Eli Zaretskii
  2006-05-29 14:42 ` mslk
  1 sibling, 1 reply; 5+ messages in thread
From: Lennart Borgman @ 2006-05-29  5:38 UTC (permalink / raw)
  Cc: Emacs Devel

dhruva wrote:
> Hello,
> The latest CVS build on W2K using MSVC/MinGW breaks with the following 
> error:
>
> gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c
> -mtune=pentium4 -O2  -Di386 -D_CRTAPI1=_cdecl  -O2 -Demacs=1
> -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T
> -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o
> oo-spd/i386/w32term.o w32term.c
> w32term.c: In function `x_draw_hollow_cursor':
> w32term.c:4963: warning: passing arg 4 of `get_phys_cursor_geometry'
> from incompatible pointer type
> w32term.c:4963: warning: passing arg 5 of `get_phys_cursor_geometry'
> from incompatible pointer type
> w32term.c: In function `x_draw_stretch_glyph_string':
> w32term.c:5570: warning: static declaration of
> 'x_set_mouse_pixel_position' follows non-static declaration
> w32term.c:5547: warning: previous declaration of
> 'x_set_mouse_pixel_position' was here
> w32term.c:5783: error: `f' undeclared (first use in this function)
> w32term.c:5783: error: (Each undeclared identifier is reported only once
> w32term.c:5783: error: for each function it appears in.)
> w32term.c:5784: error: syntax error before "struct"
> w32term.c:5892: error: syntax error before "struct"
> w32term.c:6301: error: initializer element is not constant
> w32term.c:6301: error: (near initialization for
> `w32_redisplay_interface.scroll_run_hook')
> w32term.c:6306: error: initializer element is not constant
> w32term.c:6306: error: (near initialization for
> `w32_redisplay_interface.flush_display')
> w32term.c:6317: error: initializer element is not constant
> w32term.c:6317: error: (near initialization for
> `w32_redisplay_interface.draw_glyph_string')
> w32term.c:6318: error: initializer element is not constant
> w32term.c:6318: error: (near initialization for
> `w32_redisplay_interface.define_frame_cursor')
> w32term.c:6319: error: initializer element is not constant
> w32term.c:6319: error: (near initialization for
> `w32_redisplay_interface.clear_frame_area')
> w32term.c:6320: error: initializer element is not constant
> w32term.c:6320: error: (near initialization for
> `w32_redisplay_interface.draw_window_cursor')
> w32term.c:6323: error: initializer element is not constant
> w32term.c:6323: error: (near initialization for
> `w32_redisplay_interface.shift_glyphs_for_insert')
> w32term.c:6545: error: syntax error at end of input
> make[2]: *** [oo-spd/i386/w32term.o] Error 1
> make[2]: Leaving directory `/c/tmp/build/emacs/src'
> make[1]: *** [bootstrap-temacs] Error 2
> make[1]: Leaving directory `/c/tmp/build/emacs/src'
> make: *** [bootstrap-gmake] Error 2
>
>
> with best regards,
> dhruva
Got the same with gcc + make.

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

* Re: [n]make bootstrap failure: CVS Emacs on W2K
  2006-05-29  4:51 [n]make bootstrap failure: CVS Emacs on W2K dhruva
  2006-05-29  5:38 ` Lennart Borgman
@ 2006-05-29 14:42 ` mslk
  1 sibling, 0 replies; 5+ messages in thread
From: mslk @ 2006-05-29 14:42 UTC (permalink / raw)



*** w32term.c	29 ÎåÔÂ 2006 19:12:24 +0800	1.243
--- w32term.c	29 ÎåÔÂ 2006 19:12:42 +0800	
***************
*** 2451,2457 ****
  	}
        if (background_width > 0)
  	x_draw_glyph_string_bg_rect (s, x, s->y, background_width, s->height);
! 
    s->background_filled_p = 1;
  }
  
--- 2451,2457 ----
  	}
        if (background_width > 0)
  	x_draw_glyph_string_bg_rect (s, x, s->y, background_width, s->height);
!     }
    s->background_filled_p = 1;
  }

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

* Re: [n]make bootstrap failure: CVS Emacs on W2K
  2006-05-29  5:38 ` Lennart Borgman
@ 2006-05-29 22:08   ` Eli Zaretskii
  2006-05-30  6:00     ` Lennart Borgman
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2006-05-29 22:08 UTC (permalink / raw)
  Cc: emacs-devel

> Date: Mon, 29 May 2006 07:38:30 +0200
> From: Lennart Borgman <lennart.borgman.073@student.lu.se>
> Cc: Emacs Devel <emacs-devel@gnu.org>
> 
> dhruva wrote:
> > Hello,
> > The latest CVS build on W2K using MSVC/MinGW breaks with the following 
> > error:
> >
> > gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c
> > -mtune=pentium4 -O2  -Di386 -D_CRTAPI1=_cdecl  -O2 -Demacs=1
> > -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T
> > -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o
> > oo-spd/i386/w32term.o w32term.c
> > w32term.c: In function `x_draw_hollow_cursor':
> > w32term.c:4963: warning: passing arg 4 of `get_phys_cursor_geometry'
> > from incompatible pointer type
> > w32term.c:4963: warning: passing arg 5 of `get_phys_cursor_geometry'
> > from incompatible pointer type

I fixed this (it was a real problem, since it was passing a pointer to
a long where a pointer to an int was expected.

> > w32term.c: In function `x_draw_stretch_glyph_string':
> > w32term.c:5570: warning: static declaration of
> > 'x_set_mouse_pixel_position' follows non-static declaration
> > w32term.c:5547: warning: previous declaration of
> > 'x_set_mouse_pixel_position' was here
> > w32term.c:5783: error: `f' undeclared (first use in this function)
> > w32term.c:5783: error: (Each undeclared identifier is reported only once
> > w32term.c:5783: error: for each function it appears in.)
> > w32term.c:5784: error: syntax error before "struct"
> > w32term.c:5892: error: syntax error before "struct"
> > w32term.c:6301: error: initializer element is not constant
> > w32term.c:6301: error: (near initialization for
> > `w32_redisplay_interface.scroll_run_hook')
> > w32term.c:6306: error: initializer element is not constant
> > w32term.c:6306: error: (near initialization for
> > `w32_redisplay_interface.flush_display')
> > w32term.c:6317: error: initializer element is not constant
> > w32term.c:6317: error: (near initialization for
> > `w32_redisplay_interface.draw_glyph_string')
> > w32term.c:6318: error: initializer element is not constant
> > w32term.c:6318: error: (near initialization for
> > `w32_redisplay_interface.define_frame_cursor')
> > w32term.c:6319: error: initializer element is not constant
> > w32term.c:6319: error: (near initialization for
> > `w32_redisplay_interface.clear_frame_area')
> > w32term.c:6320: error: initializer element is not constant
> > w32term.c:6320: error: (near initialization for
> > `w32_redisplay_interface.draw_window_cursor')
> > w32term.c:6323: error: initializer element is not constant
> > w32term.c:6323: error: (near initialization for
> > `w32_redisplay_interface.shift_glyphs_for_insert')
> > w32term.c:6545: error: syntax error at end of input
> > make[2]: *** [oo-spd/i386/w32term.o] Error 1
> > make[2]: Leaving directory `/c/tmp/build/emacs/src'
> > make[1]: *** [bootstrap-temacs] Error 2
> > make[1]: Leaving directory `/c/tmp/build/emacs/src'
> > make: *** [bootstrap-gmake] Error 2
> >
> >
> > with best regards,
> > dhruva
> Got the same with gcc + make.

Kim fixed these.  You should be able to bootstrap now.

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

* Re: [n]make bootstrap failure: CVS Emacs on W2K
  2006-05-29 22:08   ` Eli Zaretskii
@ 2006-05-30  6:00     ` Lennart Borgman
  0 siblings, 0 replies; 5+ messages in thread
From: Lennart Borgman @ 2006-05-30  6:00 UTC (permalink / raw)
  Cc: emacs-devel

Eli Zaretskii wrote:
> Kim fixed these.  You should be able to bootstrap now.
>   
Thanks Kim and Eli! It works now.

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

end of thread, other threads:[~2006-05-30  6:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29  4:51 [n]make bootstrap failure: CVS Emacs on W2K dhruva
2006-05-29  5:38 ` Lennart Borgman
2006-05-29 22:08   ` Eli Zaretskii
2006-05-30  6:00     ` Lennart Borgman
2006-05-29 14:42 ` mslk

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.