From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "d.henman" Newsgroups: gmane.emacs.devel Subject: Build Problem Date: Tue, 31 Jul 2007 20:33:37 +0900 Message-ID: <20070731203337.1004@blackhawk> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1185881622 18473 80.91.229.12 (31 Jul 2007 11:33:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2007 11:33:42 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 13:33:34 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 1IFpym-0004yI-Vo for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2007 13:33:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFpym-0005Lf-3E for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2007 07:33:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFpyj-0005LE-2t for emacs-devel@gnu.org; Tue, 31 Jul 2007 07:33:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFpyi-0005L2-Gn for emacs-devel@gnu.org; Tue, 31 Jul 2007 07:33:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFpyi-0005Kz-DN for emacs-devel@gnu.org; Tue, 31 Jul 2007 07:33:28 -0400 Original-Received: from mail2.asahi-net.or.jp ([202.224.39.198] helo=mail.asahi-net.or.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IFpyh-0000ib-To for emacs-devel@gnu.org; Tue, 31 Jul 2007 07:33:28 -0400 Original-Received: from blackhawk (i229007.ppp.asahi-net.or.jp [61.125.229.7]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 554043FFA3 for ; Tue, 31 Jul 2007 20:33:25 +0900 (JST) X-Mailer: MH-E 8.0.3; GNU Mailutils 1.1.90; GNU Emacs 22.1.50 X-detected-kernel: Genre and OS details not recognized. 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:75851 Archived-At: 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. ---------------- checking png.h usability... no checking png.h presence... no checking for png.h... no checking libpng/png.h usability... no checking libpng/png.h presence... no checking for libpng/png.h... no checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for EGifPutExtensionLast in -lgif... no checking for EGifPutExtensionLast in -lungif... yes configure: error: The following required libraries was not found: libpng Maybe some development libraries/packages are missing? ---------------- But, I have .... /usr/include/libpng12/png.h And I have the following /bin/libpng-config /bin/libpng12-config /bin/cygpng12.dll /lib/libpng.a -> /etc/alternatives/libpng.a /lib/libpng.dll.a -> /etc/alternatives/libpng.dll.a /lib/libpng12.a /lib/libpng12.dll.a ---- I assume that I have everything needed to build emacs correctly and in fact could about one month ago, June 17th. Any suggestions on how to fix this.... I can only think of making symbolic links without the 12 version for all such named files. Regards, Darel