GNU bug report logs -
#14654
process.c glib issues
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Tue, 18 Jun 2013 17:27:01 UTC
Severity: normal
Found in version 24.3.50
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Package: emacs
Version: 24.3.50
Current trunk on RHEL6 GNU/Linux, --without-gconf --without-gsettings
--with-x-toolkit=athena, glib2-2.22.5-7:
process.c: In function 'wait_reading_process_output':
process.c:4538: warning: implicit declaration of function 'xg_select'
The following in process.c seems inconsistent:
#if defined (USE_GTK) || defined (HAVE_GCONF) || defined (HAVE_GSETTINGS)
#include "xgselect.h"
#endif
[...]
#elif defined (HAVE_GLIB)
nfds = xg_select
#else
I also see:
process.c: In function 'init_process_emacs':
process.c:7074: warning: implicit declaration of function 'g_source_unref'
process.c:7074: warning: implicit declaration of function 'g_child_watch_source_new'
This bug report was last modified 11 years and 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.