From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Building Emacs with GnuTLS on Windows Date: Thu, 28 Apr 2011 23:35:29 +0300 Message-ID: <83vcxy6rn2.fsf@gnu.org> References: <8362pz84nu.fsf@gnu.org> <83y62u6s9i.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1304022959 9380 80.91.229.12 (28 Apr 2011 20:35:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2011 20:35:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 28 22:35:54 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1QFXwI-0000YK-Ax for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2011 22:35:54 +0200 Original-Received: from localhost ([::1]:39481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFXwH-0002kq-AL for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2011 16:35:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFXwC-0002kl-UE for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 16:35:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFXwB-0003WR-Qa for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 16:35:48 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:61400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFXwB-0003WG-K5 for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 16:35:47 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LKD00E00QD5VR00@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 23:35:30 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.82.135]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LKD00ESQQJ5NZ10@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 23:35:30 +0300 (IDT) In-reply-to: <83y62u6s9i.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80870 Archived-At: > Date: Thu, 28 Apr 2011 23:22:01 +0300 > From: Eli Zaretskii >=20 > > From: Deniz Dogan > > Date: Thu, 28 Apr 2011 20:40:03 +0200 > > Cc: help-gnu-emacs@gnu.org > >=20 > > >> Line 161: > > >> error Unknown architecture type "$(PROCESSOR_ARCHITECTURE)" > > > > > > Weird. =A0What does the command below display if you type it fr= om the > > > shell prompt in the same window where you invoked `make': > > > > > > =A0 set PROCESSOR_ARCHITECTURE > > > > >=20 > > Actually, the problem has gone away now after pulling in the most > > recent changes. > >=20 > > Anyways, in case you want to know: > > PROCESSOR_ARCHITECTURE=3DAMD64 >=20 > How could it have gone, if AMD64 is not covered by nt/gmake.defs? = I > don't see any changes committed lately that could have fixed that. This MSDN page: http://msdn.microsoft.com/en-us/library/aa384274(v=3Dvs.85).aspx gives a clue: when a 32-process runs on 64-bit Windows, Windows "fixes" its environment such that PROCESSOR_ARCHITECTURE gets the value "x86" expected by 32-bit Windows processes. So the question now becomes: how come GNU Make, which is supposed to be a 32-bit executable, got a value that is not x86? What did you do differently at those previous attempts to build Emacs?