From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: Building Emacs with GnuTLS on Windows Date: Thu, 28 Apr 2011 09:09:50 +0200 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: quoted-printable X-Trace: dough.gmane.org 1303975075 13806 80.91.229.12 (28 Apr 2011 07:17:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2011 07:17:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 28 09:17:50 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 1QFLTv-0006zO-LC for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2011 09:17:48 +0200 Original-Received: from localhost ([::1]:53408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFLTu-0004H4-TA for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2011 03:17:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFLTp-0004Gx-KV for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 03:17:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFLTo-0001LZ-KU for help-gnu-emacs@gnu.org; Thu, 28 Apr 2011 03:17:41 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:47212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFLTm-0001LF-Vs; Thu, 28 Apr 2011 03:17:39 -0400 Original-Received: by vxk20 with SMTP id 20so2359951vxk.0 for ; Thu, 28 Apr 2011 00:17:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=EIxMi9XnWkMGAe6InkwAYUB73+utKfnqi8V0dO637Zo=; b=RYLozIOPFdT0rbrkXtn3CGBky6buPY/XhrR0+IXkprDehvUZKTHwhiRKUN9NaAtVML 9ckxMhZZSDzXZYKtVp1D9oAILE5ajFZ5VeFM62xySdO0zE/27FMmz9r1yemor9qGMoih oVTm96HmU15LkB0h9KkxI+swiQId/szgfZAGQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=IvTa6GZQ2sVCr3c5faHUX77IP2Fqvk14T3H1oZgY4pCLhXaIzJaglNPXfqicbOJ1sA hQxoTOiKnD8DjdjafZvcID9X2j5O6NUbFfnu+AIyX09qwq02XgGoOKmXxuXWq0bJ6msY WJltDT7upEvCpHyyNGyHyxEYk1jgjYrm+IO6A= Original-Received: by 10.52.97.41 with SMTP id dx9mr1333064vdb.97.1303975058407; Thu, 28 Apr 2011 00:17:38 -0700 (PDT) Original-Received: by 10.52.159.70 with HTTP; Thu, 28 Apr 2011 00:09:50 -0700 (PDT) In-Reply-To: <8362pz84nu.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 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:80865 Archived-At: 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. =A0Stannar. >> >> The last part means "separator missing. Stopping." > > Please show line 161 of that makefile. =A0Also, does it work if you > configure --without-gnutls? > Line 161: error Unknown architecture type "$(PROCESSOR_ARCHITECTURE)" I'm afraid it doesn't work even if I pass --without-gnutls. >> This is the latest commit in the log: >> >> revno: 104031 >> committer: Eli Zaretskii >> branch nick: trunk >> timestamp: Thu 2011-04-28 00:14:34 +0300 >> message: >> =A0 Support inttypes.h and strtoumax in non-MinGW builds on Windows. > > This commit didn't change any Makefile-related files, at least I don't > think so. > I didn't mean that, I just wanted to make sure everyone knew what version I was using. Thanks, Deniz Dogan