From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 18 13:26:12 2013 Received: (at submit) by debbugs.gnu.org; 18 Jun 2013 17:26:12 +0000 Received: from localhost ([127.0.0.1]:53500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UozfX-0001UF-BJ for submit@debbugs.gnu.org; Tue, 18 Jun 2013 13:26:11 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:47773 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UozfU-0001U7-A2 for submit@debbugs.gnu.org; Tue, 18 Jun 2013 13:26:08 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UozfS-0008Gg-GL; Tue, 18 Jun 2013 13:26:06 -0400 From: Glenn Morris To: submit@debbugs.gnu.org Subject: process.c glib issues X-Spook: Abu Ghraib cybercash NATO M-14 genetic Freeh Arnett X-Ran: quURD=_}~f{c6i\r<;'2]BH!l=Yc4Gd@#rJTTE8D-maV!g7fcC_5n1!,7rLnG3^vTO3I?* X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 18 Jun 2013 13:26:06 -0400 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.2 (------) 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' From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 18 14:43:17 2013 Received: (at 14654-done) by debbugs.gnu.org; 18 Jun 2013 18:43:17 +0000 Received: from localhost ([127.0.0.1]:53665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Up0s8-00058a-73 for submit@debbugs.gnu.org; Tue, 18 Jun 2013 14:43:16 -0400 Received: from mailout.melmac.se ([62.20.26.67]:35586) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Up0s4-00058K-CQ for 14654-done@debbugs.gnu.org; Tue, 18 Jun 2013 14:43:14 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 9D85D9B22 for <14654-done@debbugs.gnu.org>; Tue, 18 Jun 2013 20:43:04 +0200 (CEST) Received: (qmail 14405 invoked by uid 89); 18 Jun 2013 18:43:04 -0000 Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.melmac.se with ESMTPA; 18 Jun 2013 18:43:04 -0000 Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 40E6A1A1CD8; Tue, 18 Jun 2013 18:43:04 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: bug#14654: process.c glib issues From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: Date: Tue, 18 Jun 2013 20:43:06 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Glenn Morris X-Mailer: Apple Mail (2.1508) X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14654-done Cc: 14654-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello. 18 jun 2013 kl. 19:26 skrev Glenn Morris : > Package: emacs > Version: 24.3.50 >=20 > Current trunk on RHEL6 GNU/Linux, --without-gconf --without-gsettings > --with-x-toolkit=3Dathena, glib2-2.22.5-7: >=20 > process.c: In function 'wait_reading_process_output': > process.c:4538: warning: implicit declaration of function 'xg_select' >=20 > The following in process.c seems inconsistent: >=20 > #if defined (USE_GTK) || defined (HAVE_GCONF) || defined = (HAVE_GSETTINGS) > #include "xgselect.h" > #endif >=20 > [...] >=20 > #elif defined (HAVE_GLIB) > nfds =3D xg_select > #else >=20 I missed that, now fixed. >=20 > I also see: >=20 > 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' I fixed that also. Jan D. From unknown Mon Jun 23 00:34:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 17 Jul 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator