From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Compiling Emacs 23.1.92 on Windows fails Date: Wed, 24 Feb 2010 20:37:30 +0200 Message-ID: <838waimqdx.fsf@gnu.org> References: <4B80664D.5030606@gmail.com> <83d3zzw7cq.fsf@gnu.org> <4B80B4B3.3070609@gmail.com> <83k4u3n6yh.fsf@gnu.org> <873a0qr8bv.fsf@gmail.com> <87y6iipst0.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1267040710 5305 80.91.229.12 (24 Feb 2010 19:45:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Feb 2010 19:45:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sean Sieger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 24 20:45:01 2010 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.69) (envelope-from ) id 1NkNAK-00079s-DZ for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2010 20:45:00 +0100 Original-Received: from localhost ([127.0.0.1]:34496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkNAJ-0008IN-R7 for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2010 14:44:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkM75-0005Df-Ft for emacs-devel@gnu.org; Wed, 24 Feb 2010 13:37:35 -0500 Original-Received: from [140.186.70.92] (port=50661 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkM72-0005By-8f for emacs-devel@gnu.org; Wed, 24 Feb 2010 13:37:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NkM71-00084c-5d for emacs-devel@gnu.org; Wed, 24 Feb 2010 13:37:32 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:32883) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NkM70-00084C-Tp for emacs-devel@gnu.org; Wed, 24 Feb 2010 13:37:31 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KYC00100ZOG7J00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 24 Feb 2010 20:37:29 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.246.192]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KYC00H8HZQFAVK0@a-mtaout20.012.net.il>; Wed, 24 Feb 2010 20:37:29 +0200 (IST) In-reply-to: <87y6iipst0.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:121343 Archived-At: > From: Sean Sieger > Date: Wed, 24 Feb 2010 10:16:59 -0500 > > Sean Sieger writes: > > I don't know if this is related, but here is the contents of config.log > when I did, > > cmd /c configure.bat --without-png --without-jpeg --without-tiff > --without-gif --cflags -IC:\libXpm-3.5.8\src > > Unrelated because I was using MinGW, solely, for configuration and > build. Sorry. > > gcc -c junk.c > junk.c:1:29: error: cygwin/version.h: No such file or directory > The failed program was: > #include "cygwin/version.h" > main(){} > gcc -c junk.c > gcc -c -O2 -mtune=pentium4 junk.c > GCC supports -mtune=pentium4 > gcc -c -gdwarf-2 -g3 junk.c > GCC supports DWARF-2 > Emacs successfully configured. > > 'Cept, still no support for the tool-bar icons. > > I sure would appreciate any feedback about the configure syntax above. Take a look at the value of the variable image-library-alist. Do you have one of the libraries named there which Emacs can use for XPM image type, and does that library live somewhere on your PATH, or in the same directory where you have emacs.exe?