From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mario Lassnig Newsgroups: gmane.emacs.devel Subject: OSX breakage Date: Mon, 28 Nov 2011 16:36:25 +0100 Message-ID: <4ED3AA79.8060605@lassnig.net> Reply-To: mario@lassnig.net NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1322494613 14770 80.91.229.12 (28 Nov 2011 15:36:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2011 15:36:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 16:36:46 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RV3GA-0002ga-6e for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2011 16:36:46 +0100 Original-Received: from localhost ([::1]:59735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV3G6-0003ld-UD for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2011 10:36:42 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV3G0-0003lX-6a for emacs-devel@gnu.org; Mon, 28 Nov 2011 10:36:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RV3Fu-0004r3-7y for emacs-devel@gnu.org; Mon, 28 Nov 2011 10:36:36 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:34247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV3Ft-0004qo-Sg for emacs-devel@gnu.org; Mon, 28 Nov 2011 10:36:30 -0500 Original-Received: by wwf25 with SMTP id 25so2068000wwf.30 for ; Mon, 28 Nov 2011 07:36:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=1Nfqqnj5GA4H7Ce7TaOeSPCGA8NImX/TuHZFVwk1o+M=; b=NclDagbR32XlQWZDhfUC3Oq4UjTYIFDyFIV5A0hjuduzVzRdcla1aRHUNKGGLRD8ke thyX6HzOJvigPj7gXsVF36zE58wbKz46MpKo0Fg+met/tYiw6GlfT2TIC226WDHEEbSs SHgmQKbLba4pFTc2Uz+KfRftYbhL+nRz4PWfs= Original-Received: by 10.216.183.81 with SMTP id p59mr2007090wem.111.1322494588593; Mon, 28 Nov 2011 07:36:28 -0800 (PST) Original-Received: from macatlas666.cern.ch (macatlas666.cern.ch. [137.138.205.22]) by mx.google.com with ESMTPS id ej7sm9158178wib.0.2011.11.28.07.36.27 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Nov 2011 07:36:27 -0800 (PST) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0) Gecko/20111105 Thunderbird/8.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146305 Archived-At: Hi, the recent revno 106533 broke compilation on OSX Lion for me, because environ is not defined in unistd.h (possibly this is the case for previous versions of OSX as well). The remedy (to include at the appropriate time and place): #include #define environ (*_NSGetEnviron()) Thanks, Mario