From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: Patch for build failure on OS X (under review) Date: Wed, 07 May 2014 09:14:28 +0200 (CEST) Message-ID: <20140507.091428.1253214450420328352.hanche@math.ntnu.no> References: <53695130.2020703@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1399446908 22436 80.91.229.3 (7 May 2014 07:15:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 May 2014 07:15:08 +0000 (UTC) Cc: alptekin.aker@gmail.com, andrew@schwartzmeyer.com, emacs-devel@gnu.org To: eggert@cs.ucla.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 07 09:15:00 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Whw4A-0003QB-9e for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 09:14:58 +0200 Original-Received: from localhost ([::1]:38948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whw47-0004PT-D3 for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 03:14:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whw3z-0004Om-8j for emacs-devel@gnu.org; Wed, 07 May 2014 03:14:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Whw3t-0006Xd-BU for emacs-devel@gnu.org; Wed, 07 May 2014 03:14:47 -0400 Original-Received: from hylle06.itea.ntnu.no ([129.241.56.235]:50322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whw3t-0006U5-3z for emacs-devel@gnu.org; Wed, 07 May 2014 03:14:41 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle06.itea.ntnu.no (Postfix) with ESMTP id 12BD6664421; Wed, 7 May 2014 09:14:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle06.itea.ntnu.no Original-Received: from localhost (218.226.16.62.customer.cdi.no [62.16.226.218]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle06.itea.ntnu.no (Postfix) with ESMTPSA id 111696643F2; Wed, 7 May 2014 09:14:28 +0200 (CEST) In-Reply-To: <53695130.2020703@cs.ucla.edu> X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.6rc1 on Emacs 24.3.90 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 129.241.56.235 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:171744 Archived-At: [Paul Eggert (2014-05-06 21:16:32 UTC)] > On 05/06/2014 01:10 PM, Alp Aker wrote: > > The code that's causing the error shouldn't be compiled at all on an > > NS build; it's in a large block that's conditioned on HAVE_PNG, which > > the NS build expects to be false, as that port supplies its on versio= n > > of png_load(). >=20 > Ah, sorry, I didn't know HAVE_NS and HAVE_PNG were supposed to be > mutually exclusive. In trunk bzr 117068 I installed a patch that I > hope fixes things, though I don't have easy access to OS X and have > not tested it there. Please give it a try. It fails in configure for me: configure: error: The following required libraries were not found: libjpeg libgif/libungif Maybe some development libraries/packages are missing? This is with just --with-ns, which used to work before. =E2=80=93 Harald