From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Failure to bootstrap on Windows Date: Thu, 1 Oct 2015 16:07:17 +0200 Message-ID: References: <83io6qap6y.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11343278f7384d05210b9239 X-Trace: ger.gmane.org 1443717587 14951 80.91.229.3 (1 Oct 2015 16:39:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 16:39:47 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 18:39:46 2015 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 1ZhgtU-0005WK-FO for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 18:39:44 +0200 Original-Received: from localhost ([::1]:53172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhgtJ-00076R-Sa for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 12:39:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZheWf-0000Dn-7q for emacs-devel@gnu.org; Thu, 01 Oct 2015 10:08:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZheWe-0007OJ-Av for emacs-devel@gnu.org; Thu, 01 Oct 2015 10:08:01 -0400 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:33257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZheWc-0007Ns-MQ; Thu, 01 Oct 2015 10:07:58 -0400 Original-Received: by lahh2 with SMTP id h2so75515689lah.0; Thu, 01 Oct 2015 07:07:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=bo3EPULARHLMd87OPktFAhH1Vsav0ZexntwvGlgwsaE=; b=NPJu2rN/giCeEXIyEldh2mtjBR4LFfRpxduCTBW4smCKs9pWZdczFMXHwV+OndiyB2 lFVZgqKrM+5YVBajtPcFWXhIO7IWnm2/H+6AdDOLMcwt9foaQgT7hufQ8+HqkiWVPE0X a4GI0pRMLsdZIvLq6r1FJuKntfO4kkCN046QDORpm5747gag/Cs2FjGxzO+SqPcdH9/m d73woGtdk/E+Ko9UFdj7b/3ep9BAOM8PghQxp+qzB4z9s1h7VjthJyXQQwmygcwatxao VEgbIDGdQD/gk8ovAw755TXOSHSqJ2/SrdLC1qIP/BHquweL6uFEfBKB/dwFL0xWVcbT JVCQ== X-Received: by 10.112.64.228 with SMTP id r4mr3090683lbs.80.1443708477583; Thu, 01 Oct 2015 07:07:57 -0700 (PDT) Original-Received: by 10.25.217.135 with HTTP; Thu, 1 Oct 2015 07:07:17 -0700 (PDT) In-Reply-To: <83io6qap6y.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 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:190560 Archived-At: --001a11343278f7384d05210b9239 Content-Type: text/plain; charset=UTF-8 On Thu, Oct 1, 2015 at 11:55 AM, Eli Zaretskii wrote: > How did you configure Emacs? I did ./autogen.sh CPPFLAGS='-Ic:/Devel/emacs/include' CFLAGS='-O0 -g3' LDFLAGS='-Lc:/Devel/emacs/lib' ./configure --prefix=`pwd` --enable-checking=yes,glyphs make > Is your repository clean? Yes. > is this the first build attempt after cloning a fresh repository? Yes, it is. And I just repeated from scratch (starting from a newly cloned repo) and had the same result. --001a11343278f7384d05210b9239 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Thu, Oct 1, 2015 at 11:55 AM, Eli Zaretskii <eliz@gnu.org> wrote:

> How d= id you=C2=A0configure Emacs?

I did

<= /div>
./autogen.sh
CPPFLAGS=3D'-Ic:/Devel/emacs/incl= ude' CFLAGS=3D'-O0 -g3' LDFLAGS=3D'-Lc:/Devel/emacs/lib'= ; ./configure --prefix=3D`pwd` --enable-checking=3Dyes,glyphs
make

> Is your repository clean?

Yes.

> is this=C2=A0the first build attempt = after cloning a fresh repository?

Yes, it is. And = I just repeated from scratch (starting from a newly cloned repo) and had th= e same result.
--001a11343278f7384d05210b9239--