From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: merging of the xwidget branch to master Date: Sun, 01 Feb 2015 11:24:29 +0100 Message-ID: References: <871tmaj6r9.fsf@bernoul.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422786315 7439 80.91.229.3 (1 Feb 2015 10:25:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2015 10:25:15 +0000 (UTC) Cc: Emacs developers To: Jonas Bernoulli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 01 11:25:14 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YHriL-0005qK-Vj for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2015 11:25:14 +0100 Original-Received: from localhost ([::1]:49953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHriK-0005KW-VA for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2015 05:25:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHriH-0005Is-B6 for emacs-devel@gnu.org; Sun, 01 Feb 2015 05:25:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHriD-0000Az-5S for emacs-devel@gnu.org; Sun, 01 Feb 2015 05:25:09 -0500 Original-Received: from mx6.bahnhof.se ([213.80.101.16]:47385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHriC-00009I-Vn for emacs-devel@gnu.org; Sun, 01 Feb 2015 05:25:05 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx6-reinject (Postfix) with ESMTP id BAD4B417C7; Sun, 1 Feb 2015 11:25:03 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF1) Original-Received: from mf1.bahnhof.se ([127.0.0.1]) by localhost (mf1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i1h3+dmqzd9F; Sun, 1 Feb 2015 11:24:56 +0100 (CET) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf1.bahnhof.se (Postfix) with ESMTP id 5911E330B04; Sun, 1 Feb 2015 11:24:56 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 19CD652B44F; Sun, 1 Feb 2015 10:24:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aHuoZVKNSsXj; Sun, 1 Feb 2015 11:24:35 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 7C0E052B44C; Sun, 1 Feb 2015 11:24:29 +0100 (CET) In-Reply-To: <871tmaj6r9.fsf@bernoul.li> (Jonas Bernoulli's message of "Sun, 01 Feb 2015 10:55:22 +0100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.16 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182169 Archived-At: Jonas Bernoulli writes: > joakim@verona.se writes: > >> ./configure --with-xwidgets --with-x-toolkit=gtk3 > > What additinal packages do I have to install? I am on Debian and the > only package I have installed specifically for this is libwebkitgtk-dev. > After doing that I still get: > > What window system should Emacs use? x11 > What toolkit should Emacs use? GTK3 > ... > Does Emacs support Xwidgets? no > Does xwidgets support webkit(requires gtk3)? no > Does xwidgets support gobject introspection? no > > > Thank, > Jonas I'm not familiar enough with Debian. I have a working Dockerfile recipy for Fedora here: https://github.com/jave/xwidget-aux/blob/master/emacs-xwidget-docker-f20/Dockerfile I could do one for Debian as well, but perhaps the Fedora one is good enough for you to adapt to Debian? -- Joakim Verona