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 17:06:01 +0800 Organization: The Church of Emacs Message-ID: <871tyl2cna.fsf@gnu.org> References: <5e0f426affa147cba5ae30977f4f3c84@BY2PR03MB378.namprd03.prod.outlook.com> <87k3cd2ioo.fsf@gnu.org> <87k3cd59c3.fsf@tanger.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393751410 10363 80.91.229.3 (2 Mar 2014 09:10:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2014 09:10:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 02 10:10:19 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 1WK2Pb-0002g8-Hw for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2014 10:10:19 +0100 Original-Received: from localhost ([::1]:34835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK2Pb-00062g-2Y for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2014 04:10:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK2PS-00061l-Bm for emacs-devel@gnu.org; Sun, 02 Mar 2014 04:10:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WK2PM-00035F-6Q for emacs-devel@gnu.org; Sun, 02 Mar 2014 04:10:10 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:52649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WK2PM-00034U-00 for emacs-devel@gnu.org; Sun, 02 Mar 2014 04:10:04 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WK2PL-0002ZT-Al for emacs-devel@gnu.org; Sun, 02 Mar 2014 10:10:03 +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 10:10:03 +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 10:10:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 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:EXE0FSyh3dCYoTbMtARs0vL8C8Y= 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:170048 Archived-At: Daimrod writes: >> 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 Yes: $ dpkg -L libgirepository1.0-dev | grep girepository.h /usr/include/gobject-introspection-1.0/girepository.h -- http://www.gnu.org/software/emacs/