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: Building Emacs with GnuTLS on Windows Date: Wed, 27 Apr 2011 23:55:51 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1303941544 23797 80.91.229.12 (27 Apr 2011 21:59:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2011 21:59:04 +0000 (UTC) To: emacs-help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 27 23:59:00 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 1QFClA-00058P-92 for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Apr 2011 23:59:00 +0200 Original-Received: from localhost ([::1]:56886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFCl9-0006Lt-I1 for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Apr 2011 17:58:59 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFCl4-0006Lo-BP for help-gnu-emacs@gnu.org; Wed, 27 Apr 2011 17:58:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFCl3-0004lI-Cb for help-gnu-emacs@gnu.org; Wed, 27 Apr 2011 17:58:54 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:49427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFCl3-0004lD-AE for help-gnu-emacs@gnu.org; Wed, 27 Apr 2011 17:58:53 -0400 Original-Received: by yxt33 with SMTP id 33so733674yxt.0 for ; Wed, 27 Apr 2011 14:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=jOfZ2bJNy6uVHSV8+L7KL+9IbyH6hpkgGoh9r5UyD1M=; b=Bw/1OuN9xt4ZyAxPXiR4bkEXKeBQeddNmBMrClv51ynioPuZCCgshZM1KH42fZzf1a Vo++IWIdnwGaS5pXNGWuqR70ZhHT6AUOmyjnb1rYPfJLGMaF99bNaOF1GjKD4YRggwOV 0xKp3d9F1897a9TKMcRZt33XCpZsNESCSRwDs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=r2jT5zlGKipxmmkK9hcnWYONfE1rzdAdlLYmYn2eF4oV3iS3NeHHTF24YU+DuC0QCD D/sIstgIjqsH/vowXfFA+f/8u4/pJvTyk3E8Js+tj+5xoPokyodTx6jZomZuPOJt97+P 5VnGQD11cvjfjze2T5JhA5Vh2xweJLrDC5XDo= Original-Received: by 10.151.92.4 with SMTP id u4mr2352104ybl.322.1303941371135; Wed, 27 Apr 2011 14:56:11 -0700 (PDT) Original-Received: by 10.151.110.21 with HTTP; Wed, 27 Apr 2011 14:55:51 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.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:80861 Archived-At: I'm trying to figure out how to build Emacs on Windows with the latest trunk. c:\repos\emacs-trunk\nt>configure.bat --without-png --without-jpeg --without-gif --without-tiff --without-xpm --prefix=C:\emacs --cflags="-IC:/gnutls/include" --lib=C:/gnutls/lib --lib=C:/gnutls/bin extrauserlibs: extrauserlibs: C:/gnutls/lib Checking for 'cp'... Checking for 'rm'... Checking whether 'gcc' is available... Checking whether gcc requires '-mno-cygwin'... Checking whether W32 API headers are too old... c:\repos\emacs-trunk\nt>gcc -IC:/gnutls/include -c junk.c Using 'gcc' Checking for libgnutls... ...GNUTLS header available, building with GNUTLS support. Generating makefiles 1 file(s) copied. config.settings gmake.defs ..\nt\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\admin\unidata\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\lib-src\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\lib\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\src\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\doc\emacs\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\doc\misc\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\doc\lispref\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\doc\lispintro\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\lisp\makefile.w32-in 1 file(s) copied. config.settings gmake.defs ..\leim\makefile.w32-in 1 file(s) copied. Emacs successfully configured. Run `make' to build, then run `make install' to install. c:\repos\emacs-trunk\nt>make makefile:161: *** separator saknas. Stannar. The last part means "separator missing. Stopping." 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: Support inttypes.h and strtoumax in non-MinGW builds on Windows. nt/inc/inttypes.h: New file. nt/config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX) (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros. I'm reluctant to post this to emacs-devel as I'm not sure it's my fault, but I get the feeling that the recent changes to the quoting and GnuTLS for Windows introduced this problem. -- Deniz Dogan