From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Visual bell patch for emacs on OSX Date: Mon, 23 Dec 2013 13:09:03 +0100 Message-ID: References: <874n688ih2.fsf@gmail.com> <8761qjm5b4.fsf@gmail.com> <59260F69-D0E9-4DCE-BC80-B5FC3A309857@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1387800557 5436 80.91.229.3 (23 Dec 2013 12:09:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 12:09:17 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: =?iso-8859-1?Q?Jo=E3o_T=E1vora?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 23 13:09:22 2013 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 1Vv4K2-00043F-HS for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 13:09:22 +0100 Original-Received: from localhost ([::1]:33170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv4K2-0001VB-2e for ged-emacs-devel@m.gmane.org; Mon, 23 Dec 2013 07:09:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv4Jt-0001Jd-0i for emacs-devel@gnu.org; Mon, 23 Dec 2013 07:09:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vv4Jn-00006r-0M for emacs-devel@gnu.org; Mon, 23 Dec 2013 07:09:12 -0500 Original-Received: from mailfe01.swip.net ([212.247.154.1]:42595 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv4Jm-00006m-QU for emacs-devel@gnu.org; Mon, 23 Dec 2013 07:09:06 -0500 X-T2-Spam-Status: No, hits=0.0 required=5.0 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 466563135; Mon, 23 Dec 2013 13:09:04 +0100 In-Reply-To: <59260F69-D0E9-4DCE-BC80-B5FC3A309857@swipnet.se> X-Mailer: Apple Mail (2.1827) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.1 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:166765 Archived-At: 21 dec 2013 kl. 09:19 skrev Jan Dj=E4rv : > Hello. >=20 > 21 dec 2013 kl. 01:11 skrev Jo=E3o T=E1vora : >=20 >> I heroically tried, but failed miserably right away. Building for >> GNUstep (--with-ns) errors out in this compilation unit: >>=20 >> gcc -std=3Dgnu99 -c -Demacs -I. -I. -I../lib -I./../lib -D_REENTRANT = -fPIC \ >> -fno-strict-aliasing -I/usr/include/GNUstep = -I/usr/local/include/GNUstep \ >> -I/usr/include/alsa -pthread -I/usr/include/librsvg-2.0 = \ >> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include = \ >> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo = \ >> -I/usr/include/libpng12 -I/usr/include/pixman-1 = -I/usr/include/freetype2 \ >> -I/usr/include/libxml2 -I/usr/include/dbus-1.0 = \ >> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -MMD -MF deps/nsterm.d = -MP \ >> -I/usr/include/p11-kit-1 -g3 -O2 -fobjc-exceptions -fgnu-runtime = \ >> -Wno-import -fconstant-string-class=3DNSConstantString = \ >> -DGNUSTEP_BASE_LIBRARY=3D1 -DGNU_GUI_LIBRARY=3D1 -DGNU_RUNTIME=3D1 = -DGSWARN \ >> -DGSDIAGNOSE nsterm.m >>=20 >> Many errors, at least in today's and recent git clonings >>=20 >> nsterm.m:6075:1: error: trying to encode non-integer type as a >> bitfield I checked in a fix in trunk, please try again. Jan D.