Nick Roberts <[EMAIL PROTECTED]> writes:

> Lute Kamstra writes:
>  > Juanma Barranquero <[EMAIL PROTECTED]> writes:
>  > 
>  > > This change
>  > >
>  > > 2005-05-24  Nick Roberts  <[EMAIL PROTECTED]>
>  > >
>  > >         * 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.


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to