all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Building Emacs with GnuTLS on Windows
@ 2011-04-27 21:55 Deniz Dogan
  2011-04-28  2:56 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Deniz Dogan @ 2011-04-27 21:55 UTC (permalink / raw)
  To: emacs-help

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 <eliz@gnu.org>
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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-04-29  9:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 21:55 Building Emacs with GnuTLS on Windows Deniz Dogan
2011-04-28  2:56 ` Eli Zaretskii
2011-04-28  7:09   ` Deniz Dogan
2011-04-28  7:13     ` Deniz Dogan
2011-04-28 11:23     ` Eli Zaretskii
2011-04-28 18:40       ` Deniz Dogan
2011-04-28 20:22         ` Eli Zaretskii
2011-04-28 20:35           ` Eli Zaretskii
2011-04-29  8:10             ` Deniz Dogan
2011-04-29  9:09               ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.