[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to begin contributing to XWidgets for GSoC
From: |
Xue Fuqiao |
Subject: |
Re: How to begin contributing to XWidgets for GSoC |
Date: |
Tue, 04 Mar 2014 16:29:37 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
`--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/
- Re: How to begin contributing to XWidgets for GSoC, (continued)
- Re: How to begin contributing to XWidgets for GSoC, Xue Fuqiao, 2014/03/02
- Re: How to begin contributing to XWidgets for GSoC, Daimrod, 2014/03/02
- Re: How to begin contributing to XWidgets for GSoC, joakim, 2014/03/02
- Re: How to begin contributing to XWidgets for GSoC, joakim, 2014/03/04
- Re: How to begin contributing to XWidgets for GSoC, Xue Fuqiao, 2014/03/05
- Re: How to begin contributing to XWidgets for GSoC, joakim, 2014/03/05
- Re: How to begin contributing to XWidgets for GSoC, Xue Fuqiao, 2014/03/05
- Re: How to begin contributing to XWidgets for GSoC, Thien-Thi Nguyen, 2014/03/06
- Re: How to begin contributing to XWidgets for GSoC, Xue Fuqiao, 2014/03/06
- Re: How to begin contributing to XWidgets for GSoC, Xue Fuqiao, 2014/03/02
- Re: How to begin contributing to XWidgets for GSoC,
Xue Fuqiao <=
- Re: How to begin contributing to XWidgets for GSoC, Daimrod, 2014/03/03