From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: build failure on gnu/linux (very old system though) Date: Thu, 11 Dec 2008 10:14:04 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228970665 5228 80.91.229.12 (11 Dec 2008 04:44:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 04:44:25 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 05:45:28 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LAdQV-0007iY-U4 for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 05:45:28 +0100 Original-Received: from localhost ([127.0.0.1]:37555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAdPK-0004mS-HB for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 23:44:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAdPG-0004ly-3t for emacs-devel@gnu.org; Wed, 10 Dec 2008 23:44:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAdPD-0004kJ-HC for emacs-devel@gnu.org; Wed, 10 Dec 2008 23:44:08 -0500 Original-Received: from [199.232.76.173] (port=33605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAdPD-0004kG-Cr for emacs-devel@gnu.org; Wed, 10 Dec 2008 23:44:07 -0500 Original-Received: from wf-out-1314.google.com ([209.85.200.175]:20470) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAdPD-00050A-05 for emacs-devel@gnu.org; Wed, 10 Dec 2008 23:44:07 -0500 Original-Received: by wf-out-1314.google.com with SMTP id 28so493929wfc.24 for ; Wed, 10 Dec 2008 20:44:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=YuEBUf9iezFKxOabmz795YeVN3wqcMCQLEpARjZmIdo=; b=UHVYZM6VlKliGeT2FdHTqPbNp7cHKIWulR/z0gc6wAkeW5ByG9KaHmfBSkZh1D2nnJ yMJZXuByjSi/ZuD5and+oFf2nvinM4NoUV6Z2vKautR96FRMdzHl3BSZlqRkFFGmS2vR 70wxhwFnyJk9y4xESYKzD89AWSAzby+a5EnNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=TAmbXTO0V6N3fWmevXvn0Ia1qVCdhriqk7gS1zkfReK6uDU3TKtLjGigJ/RCjdN/rC MGTu3aE6jtOhkg+8LEBgz5Qi1xxGhrKkCvSHg8d9nQucftUJj1p9SfuEMp1hja56CyIt alfKwbp0qbfvKb7PsGD44x7EAXL4DXYZO61Q8= Original-Received: by 10.142.191.5 with SMTP id o5mr567819wff.139.1228970644860; Wed, 10 Dec 2008 20:44:04 -0800 (PST) Original-Received: by 10.142.54.16 with HTTP; Wed, 10 Dec 2008 20:44:04 -0800 (PST) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:106788 Archived-At: Hi, I build on a rather old gnu/linux box: Linux siml12.eng.btc.netapp.in 2.4.20-20.8smp #1 SMP Mon Aug 18 14:39:22 EDT 2003 i686 i686 i386 GNU/Linux The sys/wait.h which includes bits/waitflags.h does not have definition for WCONTINUED. To get the build going, I made the following changes. Before someone pounces on me and suggest that I use a newer system, this is at work place and we have a farm that is not updated (not in my control) and I have to live with it. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 7fbedbc..7774dd0 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -54,6 +54,10 @@ along with GNU Emacs. If not, see