emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [n]make bootstrap failure: CVS Emacs on W2K


From: Eli Zaretskii
Subject: Re: [n]make bootstrap failure: CVS Emacs on W2K
Date: Tue, 30 May 2006 01:08:14 +0300

> Date: Mon, 29 May 2006 07:38:30 +0200
> From: Lennart Borgman <address@hidden>
> Cc: Emacs Devel <address@hidden>
> 
> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]