From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.devel Subject: Re: merging of the xwidget branch to master Date: Mon, 02 Feb 2015 09:40:27 +0100 Message-ID: <878uggso3o.fsf@bernoul.li> References: <871tmaj6r9.fsf@bernoul.li> <54CE02CF.10207@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422866653 8157 80.91.229.3 (2 Feb 2015 08:44:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2015 08:44:13 +0000 (UTC) Cc: joakim@verona.se, Emacs developers To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 09:44:09 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 1YICc3-0000ba-Qw for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 09:44:07 +0100 Original-Received: from localhost ([::1]:53544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YICc3-00029f-95 for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 03:44:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YICbo-00029Z-B2 for emacs-devel@gnu.org; Mon, 02 Feb 2015 03:43:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YICbl-0005Bg-4H for emacs-devel@gnu.org; Mon, 02 Feb 2015 03:43:52 -0500 Original-Received: from mail.hostpark.net ([212.243.197.30]:46460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YICbk-0005BS-US for emacs-devel@gnu.org; Mon, 02 Feb 2015 03:43:49 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 856C416F3A; Mon, 2 Feb 2015 09:43:46 +0100 (CET) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Original-Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id sPeRsnmn-sHL; Mon, 2 Feb 2015 09:43:46 +0100 (CET) Original-Received: from lem (80-218-80-138.dclient.hispeed.ch [80.218.80.138]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 4CB4516F35; Mon, 2 Feb 2015 09:43:46 +0100 (CET) In-reply-to: <54CE02CF.10207@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.243.197.30 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:182237 Archived-At: Paul Eggert writes: > Jonas Bernoulli wrote: >> 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. > > On Fedora 21, one should install webkitgtk3-devel and > gobject-introspection-devel; I assume Debian is similar. There is no gobject-introspecton-dev or similar but I have now also installed gobject-introspecton, which didn't make a difference. I also already had libglib2.0-dev and libglib2.0-0 installed which come with these files: $ find /usr/lib -name 'libgobject*' /usr/lib/x86_64-linux-gnu/libgobject-2.0.a /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4 Ps: I am going on vacation now, so please excuse that I won't respond to helpful suggestions anytime soon.