[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] xwidget updated (1d8b8a2 -> 5f46725)
From: |
Eli Zaretskii |
Subject: |
Re: [Emacs-diffs] xwidget updated (1d8b8a2 -> 5f46725) |
Date: |
Mon, 29 Dec 2014 18:10:25 +0200 |
> Date: Mon, 29 Dec 2014 14:46:04 +0100
> Cc: Eli Zaretskii <address@hidden>, address@hidden,
> address@hidden
> From: Ulrich Mueller <address@hidden>
>
> Currently compilation in the xwidget branch also fails when configure
> was executed with the --without-xwidgets option:
>
> In toplevel form:
> xwidget-test.el:33:7:Error: Symbol's function definition is void:
> get-buffer-xwidgets
> Makefile:273: recipe for target 'xwidget-test.elc' failed
>
> Maybe byte-compilation of this file (or of all xwidget*.el) should be
> made conditional on the HAVE_XWIDGETS flag?
No, I think the *.el files should be fixed to not cause errors even if
HAVE_XWIDGETS is not defined.