From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: 21.4 and GCC 3.4.2 Date: Thu, 14 Jul 2005 12:18:53 +0200 Message-ID: References: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1121343514 6250 80.91.229.2 (14 Jul 2005 12:18:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jul 2005 12:18:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 14 12:25:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dt0tl-00069J-Jw for ged-emacs-devel@m.gmane.org; Thu, 14 Jul 2005 12:24:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dt0vT-0005QA-Aq for ged-emacs-devel@m.gmane.org; Thu, 14 Jul 2005 06:26:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dt0tE-0004ss-Qx for emacs-devel@gnu.org; Thu, 14 Jul 2005 06:24:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dt0t7-0004pU-IX for emacs-devel@gnu.org; Thu, 14 Jul 2005 06:24:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dt0t6-0004oq-KD for emacs-devel@gnu.org; Thu, 14 Jul 2005 06:24:16 -0400 Original-Received: from [64.233.182.194] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dt0vw-0006MT-LX for emacs-devel@gnu.org; Thu, 14 Jul 2005 06:27:12 -0400 Original-Received: by nproxy.gmail.com with SMTP id g2so93378nfe for ; Thu, 14 Jul 2005 03:18:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s9ZlTnwZWvVDfePbi64PwrSheDSV1XgmsDEQe9UzW6EKEEUq8pQ8sdFKFy7L9f5DrkMB7rwipV3msQl8DzlivzHqOZMIaSYB2qTY6naYYHewM+Qz5sMBnFAK/c4hlVab16UP5WRJfsR46IovK6tkRISN97M+QTqwy3Ab+B7xSwM= Original-Received: by 10.48.4.10 with SMTP id 10mr64324nfd; Thu, 14 Jul 2005 03:18:53 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Thu, 14 Jul 2005 03:18:53 -0700 (PDT) Original-To: Eli Zaretskii In-Reply-To: Content-Disposition: inline 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:40883 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40883 On 7/12/05, Eli Zaretskii wrote: > Can you please post the exact error message(s)? Jason said it is already fixed, but if you're still interested: callproc.c: At top level: callproc.c:1441: error: conflicting types for 'egetenv' callproc.c:1021: error: previous implicit declaration of 'egetenv' was here --=20 /L/e/k/t/u