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 07:23:22 -0400 Message-ID: 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: 8bit X-Trace: dough.gmane.org 1303989822 32018 80.91.229.12 (28 Apr 2011 11:23:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2011 11:23:42 +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 13:23:33 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 1QFPJh-0002Mt-O4 for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2011 13:23:29 +0200 Original-Received: from localhost ([::1]:46939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFPJh-0001Qm-5x for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2011 07:23:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFPJb-0001Qg-VI for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 07:23:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFPJb-0004NK-44 for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 07:23:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFPJb-0004NE-2a for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 07:23:23 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QFPJa-0008OL-R1 for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 07:23:22 -0400 In-reply-to: (message from Deniz Dogan on Thu, 28 Apr 2011 09:09:50 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:80866 Archived-At: > From: Deniz Dogan > Date: Thu, 28 Apr 2011 09:09:50 +0200 > Cc: help-gnu-emacs@gnu.org > > 2011/4/28 Eli Zaretskii : > >> From: Deniz Dogan > >> Date: Wed, 27 Apr 2011 23:55:51 +0200 > >> > >> c:\repos\emacs-trunk\nt>make > >> makefile:161: *** separator saknas.  Stannar. > >> > >> The last part means "separator missing. Stopping." > > > > Please show line 161 of that makefile.  Also, does it work if you > > configure --without-gnutls? > > > > Line 161: > error Unknown architecture type "$(PROCESSOR_ARCHITECTURE)" Weird. What does the command below display if you type it from the shell prompt in the same window where you invoked `make': set PROCESSOR_ARCHITECTURE (If your shell is a Unixy shell, use the corresponding Unix shell format; the above is for cmd.exe.) Also, what does "make --version" display? Is it a GNU Make?