emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] trunk r113396: * configure.ac: If with-file-notificati


From: Herbert J. Skuhra
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
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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  <address@hidden>
> +
> +     * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]