unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* xwidget on master under opensuse
@ 2016-11-05 17:27 Stephen Berman
  2016-11-05 17:37 ` joakim
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Berman @ 2016-11-05 17:27 UTC (permalink / raw)
  To: emacs-devel

I just updated and rebuilt from master for the first time since the
commits making xwidget use the webkit2 API, and discovered that I cannot
build Emacs with xwidget because I don't have a recent enough
libwebkit2.  Moreover, it appears that such a version is not available
for my OS, opensuse: 2.12 is required but 2.10 is the most recent
version I've found.  So it appears I have to build and install webkit2
from source to use xwidget on current Emacs from master.  Is this
correct and is it straightforward?  Or does someone know of a recent
enough version for opensuse?  Thanks,

Steve Berman




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

* Re: xwidget on master under opensuse
  2016-11-05 17:27 xwidget on master under opensuse Stephen Berman
@ 2016-11-05 17:37 ` joakim
  2016-11-05 20:02   ` Stephen Berman
  0 siblings, 1 reply; 3+ messages in thread
From: joakim @ 2016-11-05 17:37 UTC (permalink / raw)
  To: Stephen Berman; +Cc: emacs-devel

Stephen Berman <stephen.berman@gmx.net> writes:

> I just updated and rebuilt from master for the first time since the
> commits making xwidget use the webkit2 API, and discovered that I cannot
> build Emacs with xwidget because I don't have a recent enough
> libwebkit2.  Moreover, it appears that such a version is not available
> for my OS, opensuse: 2.12 is required but 2.10 is the most recent
> version I've found.  So it appears I have to build and install webkit2
> from source to use xwidget on current Emacs from master.  Is this
> correct and is it straightforward?  Or does someone know of a recent
> enough version for opensuse?  Thanks,

Would it be possible to for you to try to lower the requirements in the
configury, and report the results here? TIA.

>
> Steve Berman
>
>
-- 
Joakim Verona
joakim@verona.se




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

* Re: xwidget on master under opensuse
  2016-11-05 17:37 ` joakim
@ 2016-11-05 20:02   ` Stephen Berman
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Berman @ 2016-11-05 20:02 UTC (permalink / raw)
  To: joakim; +Cc: emacs-devel

On Sat, 05 Nov 2016 18:37:59 +0100 joakim@verona.se wrote:

> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> I just updated and rebuilt from master for the first time since the
>> commits making xwidget use the webkit2 API, and discovered that I cannot
>> build Emacs with xwidget because I don't have a recent enough
>> libwebkit2.  Moreover, it appears that such a version is not available
>> for my OS, opensuse: 2.12 is required but 2.10 is the most recent
>> version I've found.  So it appears I have to build and install webkit2
>> from source to use xwidget on current Emacs from master.  Is this
>> correct and is it straightforward?  Or does someone know of a recent
>> enough version for opensuse?  Thanks,
>
> Would it be possible to for you to try to lower the requirements in the
> configury, and report the results here? TIA.

I changed the WEBKIT_REQUIRED test in configure from 2.12 to 2.6.6,
which was the version I had from opensuse, and the build failed due to an
undefined reference to `JSValueIsArray'.  Then I installed an unofficial
build of 2.10.4 that is available from one of the opensuse repositories,
changed configure again and rebuilt emacs, this time successfully.  I
started emacs -Q, invoked xwidget-webkit-browse-url and visited a
website, and it appears to work fine.  There are, however, a slew of
messages in the shell where I started emacs:

(emacs:13002): Gdk-WARNING **: gdkwindow-x11.c:5584 drawable is not a native X11 window

** (WebKitWebProcess:13016): WARNING **: Error loading the injected bundle (/usr/lib64/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so): /usr/lib64/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so: undefined symbol: _ZN6WebKit22WebGtkExtensionManager6sharedEv

(emacs:13002): Gtk-CRITICAL **: gtk_widget_draw: assertion '!widget->priv->alloc_needed' failed

(WebKitWebProcess:13016): GLib-GObject-WARNING **: gsignal.c:2461: signal 'starting' is invalid for instance '0x13b08e0' of type 'SoupMessage'

Variants of the latter message (each with a different hex number) was
displayed hundreds of times.

Steve Berman



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

end of thread, other threads:[~2016-11-05 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-05 17:27 xwidget on master under opensuse Stephen Berman
2016-11-05 17:37 ` joakim
2016-11-05 20:02   ` Stephen Berman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).