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: Tue, 04 Mar 2014 16:29:37 +0800 Organization: The Church of Emacs Message-ID: <8738iyicy6.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 1393921803 26418 80.91.229.3 (4 Mar 2014 08:30:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2014 08:30:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 04 09:30:09 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 1WKkjm-0004RA-Lj for ged-emacs-devel@m.gmane.org; Tue, 04 Mar 2014 09:30:06 +0100 Original-Received: from localhost ([::1]:43702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKkjm-0004aH-7A for ged-emacs-devel@m.gmane.org; Tue, 04 Mar 2014 03:30:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKkje-0004X7-6S for emacs-devel@gnu.org; Tue, 04 Mar 2014 03:30:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKkjY-0005hm-CM for emacs-devel@gnu.org; Tue, 04 Mar 2014 03:29:58 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:33080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKkjY-0005hh-5J for emacs-devel@gnu.org; Tue, 04 Mar 2014 03:29:52 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WKkjX-0004G2-74 for emacs-devel@gnu.org; Tue, 04 Mar 2014 09:29:51 +0100 Original-Received: from 61.149.229.176 ([61.149.229.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Mar 2014 09:29:51 +0100 Original-Received: from xfq by 61.149.229.176 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Mar 2014 09:29:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 61.149.229.176 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:teZXRS80mD6t/5HS0tTQIduwwfY= 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:170127 Archived-At: `--enable-asserts' was removed on 2012-06-28. Here's a (very minor) patch for the build process (although I haven't built it successfully yet, due to the previously mentioned error): === modified file 'README.xwidget' --- README.xwidget 2013-06-13 07:42:41 +0000 +++ README.xwidget 2014-03-04 08:26:41 +0000 @@ -31,8 +31,9 @@ #git clone https://github.com/jave/xwidget-emacs.git #the below compiler flags shouldn't be strictly necessary export CFLAGS=" -g" -./configure --with-xwidgets --enable-asserts --with-x-toolkit=gtk3 -make -j4 +./autogen.sh +./configure --with-xwidgets --with-x-toolkit=gtk3 +make bootstrap -j4 gdb -ex run src/emacs ** try it out -- http://www.gnu.org/software/emacs/