emacs-devel
[Top][All Lists]
Advanced

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

Re: Fx_popup_dialog change breaks Windows build


From: Lute Kamstra
Subject: Re: Fx_popup_dialog change breaks Windows build
Date: Tue, 24 May 2005 19:17:42 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Nick Roberts <address@hidden> writes:

> Lute Kamstra writes:
>  > Juanma Barranquero <address@hidden> writes:
>  > 
>  > > This change
>  > >
>  > > 2005-05-24  Nick Roberts  <address@hidden>
>  > >
>  > >         * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
>  > >         select frame title ("Question"/"Information").
>  > >         (xdialog_show): Use it.
>  > >
>  > >         * lisp.h: Fx_popup_dialog can have three arguments.
>  > >
>  > > breaks Windows (and, I suppose, Mac) builds.
>  > 
>  > GNU/Linux too.
>
> How?

Bootstrapping failed during the compilation of fns.c:

...
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/soft/careful/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -g -O2 fns.c
fns.c: In function `Fy_or_n_p':
fns.c:3279: error: too few arguments to function `Fx_popup_dialog'
fns.c: In function `Fyes_or_no_p':
fns.c:3411: error: too few arguments to function `Fx_popup_dialog'
make[1]: *** [fns.o] Error 1
make[1]: Leaving directory `/soft/careful/emacs/src'
make: *** [bootstrap-build] Error 2

Since your recent change to fns.c, bootstrapping works again.

Lute.




reply via email to

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