From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r113396: * configure.ac: If with-file-notification=yes, if gfile not found, Date: Sat, 13 Jul 2013 00:00:31 +0200 Message-ID: <87ppunv3pc.wl%hskuhra@eumx.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1373667832 19451 80.91.229.3 (12 Jul 2013 22:23:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2013 22:23:52 +0000 (UTC) To: Glenn Morris , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 13 00:23:54 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 1Uxlko-0008Nx-Dr for ged-emacs-devel@m.gmane.org; Sat, 13 Jul 2013 00:23:54 +0200 Original-Received: from localhost ([::1]:34497 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxlko-0000p5-10 for ged-emacs-devel@m.gmane.org; Fri, 12 Jul 2013 18:23:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxlkk-0000p0-V3 for emacs-devel@gnu.org; Fri, 12 Jul 2013 18:23:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uxlkj-0008BN-Fr for emacs-devel@gnu.org; Fri, 12 Jul 2013 18:23:50 -0400 Original-Received: from eumx.net ([91.82.101.43]:36246 helo=owm.eumx.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxlOW-0007cQ-JP; Fri, 12 Jul 2013 18:00:52 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:subject:in-reply-to:references:mime-version :content-type; s=default; bh=IqHLkCetnn/I2FIN7/PEmqvA6DE=; b=W8J Q/A2OqlCsLfCTekIGjAZSGHB4d5NlIfjspbxOKFyPfD4nmxr22FZK3Qs3tyK55IU AZaNhIYN21/L6OuynKVKkmGhQuGbV6GwDdjrMoznSlH9dXrnGGEllvB/WFphOBVZ Q2mcLtkU7Ff39vaS7nSJmcaNTyIoCLT7mKIj/MC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=npipOdEnPeMMNuN8eLslmGoSXSYq8 Sl7I6QhOb8jM/hX+hAYTHlEMN7czDLh4PUyP0db3LHxEsPRlmgMbpdHQL7umpSEz pWqDXuu50E3T17EE+3pqimR2m4kPUcg5WesbqkSZGWx3K+eEnHqVTLyuwaEaw6My WU8xbItshedJ/s= In-Reply-To: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 91.82.101.43 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:161844 Archived-At: On Fri, 12 Jul 2013 17:36:47 +0000 Glenn Morris wrote: > === modified file 'ChangeLog' > --- a/ChangeLog 2013-07-12 02:03:47 +0000 > +++ b/ChangeLog 2013-07-12 17:36:42 +0000 > @@ -1,3 +1,8 @@ > +2013-07-12 Glenn Morris > + > + * configure.ac: If with-file-notification=yes, if gfile not found, > + go on to try inotify (not on MS Windows or Nextstep). > + On Arch GNU/Linux I now have to use '--with-file-notification=gfile' or '--with-file-notification=inotify'. Otherwise configure reports -lglibc (inotify) and both HAVE_GFILENOTIFY and HAVE_INOTIFY are defined in src/config.h and I get: emacs.o: In function `main': /home/herbert/source/emacs/trunk/src/emacs.c:1278: undefined reference to `globals_of_gfilenotify' /home/herbert/source/emacs/trunk/src/emacs.c:1443: undefined reference to `syms_of_gfilenotify' -- Herbert