all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Error in 109398
@ 2012-08-02 10:50 Dmitry Antipov
  2012-08-02 11:06 ` Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Antipov @ 2012-08-02 10:50 UTC (permalink / raw)
  To: Emacs development discussions

Failed to build 109398 with:

/home/user/work/stuff/emacs/trunk/lib/stat-time.c:3:23: fatal error: stat-time.h: No such file or directory

Configured with:

../configure --prefix=/usr --with-x-toolkit=gtk3 --enable-gcc-warnings --enable-check-lisp-object-type

to build in the sub-directory of the source tree.

Dmitry



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

* Re: Error in 109398
  2012-08-02 10:50 Error in 109398 Dmitry Antipov
@ 2012-08-02 11:06 ` Paul Eggert
  2012-08-02 13:11   ` Dmitry Antipov
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggert @ 2012-08-02 11:06 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: Emacs development discussions

My fault.  Yamamoto-san fixed it in 109399 (thanks!).

I'll trade you.  Here's a different build that fails:

  ./configure --with-x-toolkit=no && make
  ...
  xfns.c: In function 'x_set_menu_bar_lines':
  xfns.c:1256:26: error: 'struct frame' has no member named 'menu_bar_window'

but aren't we supposed to be backing out the FVAR-related changes?



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

* Re: Error in 109398
  2012-08-02 11:06 ` Paul Eggert
@ 2012-08-02 13:11   ` Dmitry Antipov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Antipov @ 2012-08-02 13:11 UTC (permalink / raw)
  To: Paul Eggert; +Cc: Emacs development discussions

On 08/02/2012 03:06 PM, Paul Eggert wrote:
> My fault.  Yamamoto-san fixed it in 109399 (thanks!).
>
> I'll trade you.  Here's a different build that fails:
>
>    ./configure --with-x-toolkit=no && make
>    ...
>    xfns.c: In function 'x_set_menu_bar_lines':
>    xfns.c:1256:26: error: 'struct frame' has no member named 'menu_bar_window'

Hm, I tried --without-x after introducing FVARs, and now it works for me with 109400.

Looks pretty strange because --with-x-toolkit=no should disable HAVE_X_WINDOWS,
so XOBJ in src/Makefile should be empty and xfns.c is never compiled.

> but aren't we supposed to be backing out the FVAR-related changes?

This is still a subject for discussion, but most probably I will not be able
to convince Stefan :-(.

Dmitry




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

end of thread, other threads:[~2012-08-02 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02 10:50 Error in 109398 Dmitry Antipov
2012-08-02 11:06 ` Paul Eggert
2012-08-02 13:11   ` Dmitry Antipov

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.