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:22:01 +0300 Message-ID: <83y62u6s9i.fsf@gnu.org> References: <8362pz84nu.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 1304022176 4929 80.91.229.12 (28 Apr 2011 20:22:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2011 20:22:56 +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:22:52 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 1QFXjf-0001CE-Px for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2011 22:22:51 +0200 Original-Received: from localhost ([::1]:47633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFXje-0000QN-Tf for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2011 16:22:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFXja-0000QG-0a for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 16:22:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFXjY-0001rF-MI for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 16:22:45 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:46336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFXjY-0001qm-FL for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 16:22:44 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LKD00L00PVW6L00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 23:22:04 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.82.135]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LKD00LPSPWO4X20@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 23:22:02 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:80869 Archived-At: > 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 from= 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 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. Can you add an $(info) line or something similar to nt/makefile to se= e what value of PROCESSOR_ARCHITECTURE does Make see?