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: Can't build the CVS version Date: Sat, 25 Jul 2009 16:57:00 +0300 Message-ID: <83ab2s50ib.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1248530238 4596 80.91.229.12 (25 Jul 2009 13:57:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Jul 2009 13:57:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?Vincent_Bela=EFche?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 25 15:57:11 2009 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 1MUhkN-0003Jc-0n for ged-emacs-devel@m.gmane.org; Sat, 25 Jul 2009 15:57:11 +0200 Original-Received: from localhost ([127.0.0.1]:40228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUhkM-0005iX-87 for ged-emacs-devel@m.gmane.org; Sat, 25 Jul 2009 09:57:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MUhkH-0005iQ-Hp for emacs-devel@gnu.org; Sat, 25 Jul 2009 09:57:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MUhkF-0005i1-P0 for emacs-devel@gnu.org; Sat, 25 Jul 2009 09:57:04 -0400 Original-Received: from [199.232.76.173] (port=50635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUhkF-0005hy-I0 for emacs-devel@gnu.org; Sat, 25 Jul 2009 09:57:03 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:10093) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MUhkF-0001zb-2d for emacs-devel@gnu.org; Sat, 25 Jul 2009 09:57:03 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MUhkE-0002ZQ-CN for emacs-devel@gnu.org; Sat, 25 Jul 2009 09:57:02 -0400 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KNC00E00BO1KB00@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Sat, 25 Jul 2009 16:57:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.137.58]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KNC00MKLC2ZVIA0@i_mtaout2.012.net.il>; Sat, 25 Jul 2009 16:57:00 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-Detected-Operating-System: by mx20.gnu.org: Solaris 9.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:113135 Archived-At: > From: =?iso-8859-1?Q?Vincent_Bela=EFche?= > Date: Sat, 25 Jul 2009 14:40:45 +0200 > > I cannot build emacs. I get the following information into the config.log: > build='i686-pc-mingw32' > build_alias='' > build_cpu='i686' > build_os='mingw32' > build_vendor='pc' > c_switch_machine='' > c_switch_system='' > canonical='i686-pc-mingw32' > configuration='i686-pc-mingw32' > > and configuration stops with error message telling that code is not yet ported to i686. My crystal ball says you are running the `configure' script in the top-level directory. That is not how Emacs is configured and built for MS-Windows. You should chdir to the `nt' subdirectory and run the `configure.bat' script there. See nt/INSTALL for detailed instructions.