From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: How to begin contributing to XWidgets for GSoC Date: Sun, 02 Mar 2014 14:55:35 +0800 Organization: The Church of Emacs Message-ID: <87k3cd2ioo.fsf@gnu.org> References: <5e0f426affa147cba5ae30977f4f3c84@BY2PR03MB378.namprd03.prod.outlook.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393743362 6267 80.91.229.3 (2 Mar 2014 06:56:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2014 06:56:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 02 07:56:11 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 1WK0Jk-0004H6-Qg for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2014 07:56:08 +0100 Original-Received: from localhost ([::1]:34625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK0Jk-0002dv-Ff for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2014 01:56:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK0Jc-0002dm-T4 for emacs-devel@gnu.org; Sun, 02 Mar 2014 01:56:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WK0JX-0001Uf-I3 for emacs-devel@gnu.org; Sun, 02 Mar 2014 01:56:00 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:34543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK0JX-0001UV-B6 for emacs-devel@gnu.org; Sun, 02 Mar 2014 01:55:55 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WK0JT-0004AA-Pu for emacs-devel@gnu.org; Sun, 02 Mar 2014 07:55:51 +0100 Original-Received: from 123.114.134.20 ([123.114.134.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Mar 2014 07:55:51 +0100 Original-Received: from xfq by 123.114.134.20 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Mar 2014 07:55:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 42 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 123.114.134.20 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:VHInNY1mLIU29b2KLm71ivpV0XY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:170045 Archived-At: 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: --8<---------------cut here---------------start------------->8--- 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 --8<---------------cut here---------------end--------------->8--- 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? -- http://www.gnu.org/software/emacs/