From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: trunk r116269: Fix cursor appearance in note_mouse_highlight (Bug#16647). Date: Wed, 05 Feb 2014 19:39:45 +0100 Message-ID: <52F28571.30409@gmx.at> References: <85eh3hv3sm.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391625611 24576 80.91.229.3 (5 Feb 2014 18:40:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2014 18:40:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 05 19:40: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 1WB7OT-0001K2-ES for ged-emacs-devel@m.gmane.org; Wed, 05 Feb 2014 19:40:17 +0100 Original-Received: from localhost ([::1]:60995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB7OT-0001EZ-10 for ged-emacs-devel@m.gmane.org; Wed, 05 Feb 2014 13:40:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB7OK-00019q-QH for emacs-devel@gnu.org; Wed, 05 Feb 2014 13:40:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB7OA-0005xp-85 for emacs-devel@gnu.org; Wed, 05 Feb 2014 13:40:08 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:59679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB7O9-0005xZ-UZ for emacs-devel@gnu.org; Wed, 05 Feb 2014 13:39:58 -0500 Original-Received: from [62.47.51.89] ([62.47.51.89]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M1AIu-1VMSfs3NV2-00tCz9 for ; Wed, 05 Feb 2014 19:39:56 +0100 In-Reply-To: <85eh3hv3sm.fsf@fencepost.gnu.org> X-Provags-ID: V03:K0:QSTCXra4UbaNFKaPiuKVZHV809s5jDyaGX4s+3MAjh14E5l9+Km gIt+GH4SqUC9ckPhIMwF5GrM2lcmY4ODPxr3sZA8MPR/Z6+k8GF9F27bwOlx5ya5fdsKykc 8+FE2VcSVxbN1GTwJYCDTEC3vzgbO1FOuX4JlrQTSq0khWdHfhueKsfrjgozELC/RDyfdUO L8VBSwlqD53O5Jx5fKalw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 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:169418 Archived-At: > This change seems to cause some build issue: > > http://hydra.nixos.org/build/8728868 > > xdisp.c: In function 'note_mouse_highlight': > xdisp.c:28574:31: error: dereferencing pointer to incomplete type > cursor = FRAME_X_OUTPUT (f)->nontext_cursor; > ^ > make[2]: *** [xdisp.o] Error 1 I'm not sure whether I fixed it now. What kind of build is that? martin