From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: cannot build on w32 Date: Wed, 19 Jan 2011 10:53:28 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1295452435 2923 80.91.229.12 (19 Jan 2011 15:53:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 15:53:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 16:53:51 2011 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 1PfaM2-00059G-N7 for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 16:53:50 +0100 Original-Received: from localhost ([127.0.0.1]:52693 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfaM2-0000xh-8e for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 10:53:50 -0500 Original-Received: from [140.186.70.92] (port=48867 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfaLr-0000vB-HN for emacs-devel@gnu.org; Wed, 19 Jan 2011 10:53:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfaLp-0003ql-QD for emacs-devel@gnu.org; Wed, 19 Jan 2011 10:53:38 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:55811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfaLp-0003qe-ER for emacs-devel@gnu.org; Wed, 19 Jan 2011 10:53:37 -0500 Original-Received: by eyh6 with SMTP id 6so472727eyh.0 for ; Wed, 19 Jan 2011 07:53:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=77P1+OsO2mtO+04xvuw8B9YjuFa+DFe633TuM+HeX/0=; b=kvEif3yxppfBX4v+zftX40PM7Ihr5E/fu3pk6ugi/OAkTMMYSKU/YT0CMNKnHpZg8E HxNueoGS61AukdgQX8lrVZeLLA3doxSNqSHRZkfm9abNyEEyRQwlXAE30eU3vR43jOjk SYNuMNZfGgk3cG4GhyweU8zho8wE4dmTaOWDI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=GnujiyQUhfs58nj1ZBEAx0ZQGIU0FiANPhYGOCzpJ5tR74RAYJtVYoPqiJKUl/PGcH UReWHiPOOG0HKQnIkphPk7ycK3EO3NcHDUSGoHDTd7PR3I4Ul19+H6mcC2vqwKgHC5cj Vu8zVrtLwq+lKgD0S9JN5UD/6DcqpxulUcN2w= Original-Received: by 10.14.11.232 with SMTP id 80mr1010304eex.12.1295452408754; Wed, 19 Jan 2011 07:53:28 -0800 (PST) Original-Received: by 10.14.127.207 with HTTP; Wed, 19 Jan 2011 07:53:28 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 6KX0khAJtBuR2aamuDtzoQJWako X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:134747 Archived-At: On Wed, Jan 19, 2011 at 10:33 AM, Sam Steingold wrote: > however, I now get a more insurmountable problem: > > "make bootstrap" dies with: > > gcc -I. -c =C2=A0-mno-cygwin -mtune=3Dpentium4 -O2 > -IC:/gnu/gnuwin32/include -Demacs=3D1 -DHAVE_CONFIG_H -I../nt/inc > -DHAVE_NTGUI=3D1 -DUSE_CRT_DLL=3D1 -DPURESIZE=3D5000000 -o > oo-spd/i386/print.o print.c > print.c:53:21: ftoastr.h: No such file or directory > make[2]: *** [oo-spd/i386/print.o] Error 1 > > even though the above gcc command succeeds in src and lib/ftoastr.h is pr= esent. I worked around this by adding -I../lib to CFLAGS in src/makefile which is, obviously, not trt. BTW, retrying "make bootstrap" is very frustrating (it's a quadratic proces= s!) --=20 Sam Steingold