From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL) Date: Thu, 5 May 2011 11:38:51 -0500 Message-ID: References: <4DC230CF.8070803@gmail.com> <4DC2994D.8020103@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec55552d248f26504a28a034b X-Trace: dough.gmane.org 1304613563 13364 80.91.229.12 (5 May 2011 16:39:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 16:39:23 +0000 (UTC) Cc: Eli Zaretskii , Emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 18:39:19 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 1QI1a9-00044V-IH for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 18:39:17 +0200 Original-Received: from localhost ([::1]:42811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1a9-0004Be-0v for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 12:39:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1a6-0004BY-HC for Emacs-devel@gnu.org; Thu, 05 May 2011 12:39:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI1a5-0007GX-IP for Emacs-devel@gnu.org; Thu, 05 May 2011 12:39:14 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:48984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1a4-0007G2-Bi; Thu, 05 May 2011 12:39:12 -0400 Original-Received: by bwz17 with SMTP id 17so2623580bwz.0 for ; Thu, 05 May 2011 09:39:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=xOAoCal5nydSRsFobArBl0TLMcyyDqOBhXP5Nfw/W2c=; b=D9hJ/Ay9HmTwLQYeh4QYaeqLMLmpgA/HS7Kcc8M3ecanGf7BaAo/FLMzhMjVVuCrMR 93KXeEgiFX8jOVEQGxpEt6S2LR9D1yXU0dv3M++ux6LZ+h1kxVUEUoUiHwFEf6Vt6f5/ xTvbCTOMtmNnMjafVmD9tSmCGwyaDOA9apEO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=RYvYM45bHSadtNtxuLsdhVT6QdT/9WmA/qHwO3ZxjoFp+KAXp7pb2lLOmmSKak6dHj gbZNrnz9DKGqWgOZDD33BLUGxRSjSF2jK7xAaWe5vHxg3quhr9BFO231yKCwYAx2SSKj 63rYpz6PC65xFZv/Si6HcjWzcmID2Tg/+T//I= Original-Received: by 10.205.83.199 with SMTP id ah7mr2611113bkc.146.1304613551141; Thu, 05 May 2011 09:39:11 -0700 (PDT) Original-Received: by 10.204.126.85 with HTTP; Thu, 5 May 2011 09:38:51 -0700 (PDT) In-Reply-To: <4DC2994D.8020103@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 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:139156 Archived-At: --bcaec55552d248f26504a28a034b Content-Type: text/plain; charset=ISO-8859-1 Christoph Scholtes wrote: > Did you try to compile with a flag that includes spaces? Yes I did. Here is how I ran configure. configure.bat --with-gcc --no-opt --without-png --without-jpeg --without-gif --without-tiff --without-xpm --prefix=C:\emacs-24-test --cflags=-I"C:/Program Files/GnuTLS-2.10.1/include" --cflags=-DXMALLOC_CLEAR_FREE_MEMORY And this is how emacs.c was compiled. gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -I"C:/Program Files/GnuTLS-2.10.1/include" -DXMALLOC_CLEAR_FREE_MEMORY -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo/i386/emacs.o emacs.c Note that where you have -IC:/Program I have -I"C:/Program Files/GnuTLS-2.10.1/include." Very interesting. Another thing I find to be interesting is that you mentioned that emacs.c was compiled twice and that the command was correct the first time. I only see emacs.c being compiled once. I will have to look into this further this evening. --bcaec55552d248f26504a28a034b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Christoph Scholtes wrote:

> Did you try to compi= le with a flag that includes spaces?

Yes I did.=A0 Here is how I ran= configure.

configure.bat --with-gcc --no-opt --without-png --withou= t-jpeg
=A0--without-gif --without-tiff --without-xpm
=A0--prefix=3DC:\emacs-24-= test
=A0--cflags=3D-I"C:/Program Files/GnuTLS-2.10.1/include"<= br>=A0--cflags=3D-DXMALLOC_CLEAR_FREE_MEMORY

And this is how emacs.c= was compiled.

gcc -I. -c -gdwarf-2 -g3=A0 -DEMACSDEBUG
=A0 -I"C:/Program File= s/GnuTLS-2.10.1/include"
=A0 -DXMALLOC_CLEAR_FREE_MEMORY -Demacs=3D= 1
=A0 -DHAVE_CONFIG_H -I../lib -I../nt/inc
=A0 -DHAVE_NTGUI=3D1 -DUSE= _CRT_DLL=3D1
=A0 -DPURESIZE=3D5000000 -o oo/i386/emacs.o emacs.c

Note that where = you have -IC:/Program I have
-I"C:/Program Files/GnuTLS-2.10.1/incl= ude."=A0 Very interesting.

Another thing I find to be interesti= ng is that you mentioned that emacs.c was compiled twice and that the comma= nd was correct the first time.=A0 I only see emacs.c being compiled once.
I will have to look into this further this evening.


--bcaec55552d248f26504a28a034b--