From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Build Problem Date: Tue, 31 Jul 2007 14:25:49 +0200 Message-ID: <46AF2A4D.8080807@swipnet.se> References: <20070731203337.1004@blackhawk> 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: sea.gmane.org 1185884802 28720 80.91.229.12 (31 Jul 2007 12:26:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2007 12:26:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: "d.henman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 14:26:36 2007 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 1IFqo4-0000fb-TZ for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2007 14:26:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFqo3-0000FH-8H for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2007 08:26:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFqnw-0000Dn-V5 for emacs-devel@gnu.org; Tue, 31 Jul 2007 08:26:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFqnv-0000DU-3Q for emacs-devel@gnu.org; Tue, 31 Jul 2007 08:26:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFqnu-0000DR-P1 for emacs-devel@gnu.org; Tue, 31 Jul 2007 08:26:22 -0400 Original-Received: from av6-1-sn3.vrr.skanova.net ([81.228.9.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IFqnt-0007ZP-Mt for emacs-devel@gnu.org; Tue, 31 Jul 2007 08:26:22 -0400 Original-Received: by av6-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 4C52838240; Tue, 31 Jul 2007 14:26:18 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 17AE9381EF; Tue, 31 Jul 2007 14:26:18 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 04FC837E42; Tue, 31 Jul 2007 14:26:17 +0200 (CEST) User-Agent: Thunderbird 2.0.0.5 (X11/20070716) In-Reply-To: <20070731203337.1004@blackhawk> X-detected-kernel: Linux 2.4-2.6 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:75853 Archived-At: d.henman skrev: > Platform: cygwin 1.5.24-2 > gcc: gcc (GCC) 4.1.3 20070723 (prerelease) (and same results with ) > gcc: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) > > > I get the following error message. Check in config.log why this happens: > checking png.h usability... no > checking png.h presence... no > checking for png.h... no > But, I have .... /usr/include/libpng12/png.h I don't think gcc looks there by default. Jan D.