From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daimrod Newsgroups: gmane.emacs.devel Subject: Re: How to begin contributing to XWidgets for GSoC Date: Sun, 02 Mar 2014 16:49:16 +0900 Message-ID: <87k3cd59c3.fsf@tanger.home> References: <5e0f426affa147cba5ae30977f4f3c84@BY2PR03MB378.namprd03.prod.outlook.com> <87k3cd2ioo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393745944 27314 80.91.229.3 (2 Mar 2014 07:39:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2014 07:39:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 02 08:39:13 2014 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 1WK0zP-0002qn-Ex for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2014 08:39:11 +0100 Original-Received: from localhost ([::1]:34691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK0zP-0005gD-6e for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2014 02:39:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK0zJ-0005g5-1k for emacs-devel@gnu.org; Sun, 02 Mar 2014 02:39:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WK0zE-0001pX-CI for emacs-devel@gnu.org; Sun, 02 Mar 2014 02:39:05 -0500 Original-Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:62595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK0zE-0001nD-3L for emacs-devel@gnu.org; Sun, 02 Mar 2014 02:39:00 -0500 Original-Received: by mail-pa0-f43.google.com with SMTP id bj1so2452103pad.2 for ; Sat, 01 Mar 2014 23:38:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=txH40vHBEU5eAIDpvrPOaM/0RkH9t8nH781a53nElWI=; b=WmbBLP4vmUzjtoWm19wkO/C6GN5xVMmYYgic+9/nB8D5q64LRPBiUNcpGmlum54Rc6 2Z9hbUyCl0QJhIsxHfO+/5N1166JL0myAFsjiuU8JecYxITlaAYo61a7YSGMiGmpeEkV gFwB0078ytg/2UG9GF2LtN5xhjvcWdKNGtDaYsrx6my/xiHLpICeAGSFHjkuldQJSvd0 xCUCWoGGvvaD+F8bopToHRne5L2kULuVpW8ZPy8blb2gFFG20S1OpeO/X4yWXU3F/K8d 2op8hBsvBIIC/N7hmBJHeVQxpmtLDtfkF/2dRzLk/e5D9eyhFum7hMjejSfdJmSid7x1 vVZg== X-Received: by 10.68.99.194 with SMTP id es2mr13061504pbb.100.1393745938266; Sat, 01 Mar 2014 23:38:58 -0800 (PST) Original-Received: from localhost (i118-21-141-133.s30.a048.ap.plala.or.jp. [118.21.141.133]) by mx.google.com with ESMTPSA id yo9sm55628623pab.16.2014.03.01.23.38.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 01 Mar 2014 23:38:57 -0800 (PST) In-Reply-To: <87k3cd2ioo.fsf@gnu.org> (Xue Fuqiao's message of "Sun, 02 Mar 2014 14:55:35 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22b 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:170046 Archived-At: Xue Fuqiao writes: > joakim@verona.se writes: >> I'm the maintainer of the branch. >> >> The current readme lives here: >> http://www.verona.se/projects/xwidget-emacs.html >> >> I think the best approach is to just start building and testing on your >> plattform. >> >> I use Fedora 20, but the code has been reported to work on many other >> GNU/Linux projects. >> >> I think this years focus should be on getting merged to the Emacs trunk >> when it opens again. > > I'm also interested in this project. I just checked out the `xwidget' > branch and tried to build it. But: > > xwidget.c:95:26: fatal error: girepository.h: No such file or directory > #include > ^ > compilation terminated. > make[2]: *** [xwidget.o] Error 1 > make[2]: Leaving directory `/home/xfq/emacs-repo/main/xwidget/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/home/xfq/emacs-repo/main/xwidget' > make: *** [bootstrap] Error 2 > > The same error occured after installing the following packages in Ubuntu > repo: > > * gobject-introspection > * libgirepository-1.0-1 > * libgirepository1.0-dev > * gir1.2-freedesktop > > Any ideas? That's weird, the file should be provided by the package libgirepository1.0-dev. Does the file appear in: $ dpkg -L libgirepository1.0-dev | grep girepository.h ? Best, -- Daimrod/Greg