all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Eric Lilja <mindcooler@gmail.com>, emacs-devel@gnu.org
Subject: Re: Still cannot build native windows version of emacs 23.*
Date: Fri, 08 Feb 2008 22:27:38 +0100	[thread overview]
Message-ID: <47ACC94A.8050704@gmail.com> (raw)
In-Reply-To: <ud4r7sbud.fsf@gnu.org>

Eli Zaretskii wrote:
>> I hope I didn't send out the wrong signal because I was actually looking 
>> forward to the merge and I was expecting there to be problems, but I'm 
>> starting to feel quite alone now that the people who use pure mingw can 
>> build and I cannot. Just let me know if I should run anymore "tests".
> 
> No wrong signals detected on this end ;-)
> 
> Your frustration is understandable.  I'm trying to do my best (which
> isn't much these days, unfortunately) to find a way to understand and
> fix your problem.

I can't build using cmd.exe, "make bootstrap" ends with

  make[2]: Entering directory `C:/eclean/bld/emacs/admin/unidata'
  "../../src/oo-spd/i386/emacs.exe" -Q --multibyte -batch -f 
batch-byte-compile unidata-gen.el
  Cannot open load file: encoded-kb
  make[2]: *** [unidata-gen.elc] Error -1
  make[2]: Leaving directory `C:/eclean/bld/emacs/admin/unidata'
  make[1]: *** [unidatagen-CMD] Error 2
  make[1]: Leaving directory `C:/eclean/bld/emacs/nt'
  make: *** [bootstrap-gmake] Error 2
  bootstrap-080208.tmp

So I tried with msys instead from the nt subdirectory. "make bootstrap" 
goes much further, but it now ends with

  Directory textmodes
  Directory url
  Directory obsolete
  Generating cus-load.el...
  Saving file c:/eclean/bld/emacs/lisp/cus-load.el...
  Loading vc-cvs...
  Wrote c:/eclean/bld/emacs/lisp/cus-load.el
  Generating cus-load.el...done
  rm "./../bin/emacs.exe"
  make[1]: Leaving directory `/c/eclean/bld/emacs/lisp'
  make - --unix  -C ../lib-src DOC
  [Please ignore a syntax error on the next line - it is intentional]
  /bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"'
  /bin/sh.exe: -c: line 2: syntax error: unexpected end of file
  make[1]: Entering directory `/c/eclean/bld/emacs/lib-src'
  mkdir "oo-spd"
  mkdir "oo-spd/i386"
  echo oo-spd/i386 > stamp_BLD
  gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c 
-gstabs+ -g3  -
  mtune=pentium4 -O2  -Di386 -D_CRTAPI1=_cdecl  -Ic:/g/include 
-DWINDOWSNT -DDOS_N
T -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 
-I../nt/inc -I.
  ./src -o oo-spd/i386/make-docfile.o make-docfile.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c 
-gstabs+ -g3  -
  mtune=pentium4 -O2  -Di386 -D_CRTAPI1=_cdecl  -Ic:/g/include 
-DWINDOWSNT -DDOS_N
T -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 
-I../nt/inc -I.
  ./src -o oo-spd/i386/ntlib.o ntlib.c
  gcc -o oo-spd/i386/make-docfile.exe  -gstabs+ -g3 
oo-spd/i386/make-docfile.o o
  o-spd/i386/ntlib.o   -ladvapi32
  make[1]: *** No rule to make target 
`../lisp/international/charprop.el', needed
by `DOC'.  Stop.
  make[1]: Leaving directory `/c/eclean/bld/emacs/lib-src'
  make: *** [bootstrap-gmake] Error 2





  reply	other threads:[~2008-02-08 21:27 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-03 15:52 Still cannot build native windows version of emacs 23.* Eric Lilja
2008-02-03 19:50 ` Eli Zaretskii
2008-02-03 20:01   ` Eric Lilja
2008-02-04  4:06     ` Eli Zaretskii
2008-02-04  9:41       ` Eric Lilja
2008-02-04 11:02         ` Jason Rumney
2008-02-04 11:36           ` Eric Lilja
2008-02-04 11:48             ` Jason Rumney
2008-02-04 11:54               ` Eric Lilja
2008-02-04 12:13                 ` Juanma Barranquero
2008-02-04 20:56                   ` Eli Zaretskii
2008-02-04 20:45           ` Eli Zaretskii
2008-02-04 21:14             ` Eric Lilja
2008-02-04 21:23               ` Eli Zaretskii
2008-02-04 21:28                 ` Eric Lilja
2008-02-05  4:09                   ` Eli Zaretskii
2008-02-05  9:15                     ` Eric Lilja
2008-02-05 20:13                       ` Eli Zaretskii
2008-02-05 23:22                         ` Eric Lilja
2008-02-06  4:15                           ` Eli Zaretskii
2008-02-06  4:38                             ` Eric Lilja
2008-02-06 19:34                               ` Eli Zaretskii
2008-02-06 22:10                                 ` Eric Lilja
2008-02-07  4:13                                   ` Eli Zaretskii
2008-02-07  4:17                                     ` Eric Lilja
2008-02-07 19:03                                       ` Eric Lilja
2008-02-08 15:04                                         ` Eli Zaretskii
2008-02-08 15:12                                           ` Eric Lilja
2008-02-08 15:32                                             ` Eli Zaretskii
2008-02-08 21:27                                               ` Lennart Borgman (gmail) [this message]
2008-02-08 22:51                                                 ` Lennart Borgman (gmail)
2008-02-09  1:51                                                   ` Lennart Borgman (gmail)
2008-02-09  8:54                                                 ` Eli Zaretskii
2008-02-09  9:36                                                 ` Eli Zaretskii
2008-02-09 11:25                                                   ` Lennart Borgman (gmail)
2008-02-09 11:44                                                     ` Lennart Borgman (gmail)
2008-02-09 11:46                                                       ` Eric Lilja
2008-02-09 12:02                                                       ` Jason Rumney
2008-02-09 22:20                                                         ` Lennart Borgman (gmail)
2008-02-09 22:28                                                           ` Jason Rumney
2008-02-09 22:31                                                             ` Lennart Borgman (gmail)
2008-02-09  9:33                                               ` Eli Zaretskii
2008-02-09 10:35                                                 ` Eric Lilja
2008-02-09 10:50                                                   ` Eli Zaretskii
2008-02-09 12:20                                                     ` Eli Zaretskii
2008-02-12 11:14                                                       ` Kenichi Handa
2008-02-04 22:12             ` Andreas Schwab
2008-02-04 22:16               ` Eric Lilja
2008-02-04 20:47         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47ACC94A.8050704@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=mindcooler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.