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: emacs-devel@gnu.org, Jason Rumney <jasonr@gnu.org>
Subject: Re: make bootstrap fails on w32/MinGW
Date: Sun, 03 Feb 2008 12:04:55 +0100	[thread overview]
Message-ID: <47A59FD7.5010004@gmail.com> (raw)
In-Reply-To: <uwspnuyof.fsf@gnu.org>

What is the status on w32 now? I just tried again with

   cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co 
emacs

and then

   make bootstrap


I get

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 -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H 
-I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 
-o oo-spd/i386/w32bdf.o w32bdf.c

rm oo-spd/i386/temacw32.a

rm: cannot remove `oo-spd/i386/temacw32.a': No such file or directory

make[2]: [oo-spd/i386/temacw32.a] Error 1 (ignored)

ar -rsc oo-spd/i386/temacw32.a oo-spd/i386/w32term.o 
oo-spd/i386/w32xfns.o oo-spd/i386/w32fns.o oo-spd/i386/xfaces.o 
oo-spd/i386/w32select.o oo-spd/i386/w32menu.o oo-spd/i386/w32reg.o 
oo-spd/i386/w32bdf.o

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 -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H 
-I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 
-o oo-spd/i386/lastfile.o lastfile.c

rm oo-spd/i386/lastfile.a

rm: cannot remove `oo-spd/i386/lastfile.a': No such file or directory

make[2]: [oo-spd/i386/lastfile.a] Error 1 (ignored)

ar -rsc oo-spd/i386/lastfile.a oo-spd/i386/lastfile.o

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 -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H 
-I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 
-o oo-spd/i386/firstfile.o firstfile.c

windres -O coff --include-dir ../nt -o oo-spd/i386/emacs.res ../nt/emacs.rc

gcc -o oo-spd/i386/temacs.bin  -gstabs+ -g3   -Wl,-stack,0x00800000 
-Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -Wl,-subsystem,console 
-Wl,-entry,__start -Wl,-Map,oo-spd/i386/temacs.map 
oo-spd/i386/firstfile.o oo-spd/i386/emacs.res oo-spd/i386/temacs0.a 
oo-spd/i386/temacs1.a oo-spd/i386/temacw32.a oo-spd/i386/lastfile.a 
-lwinmm -ladvapi32 -lgdi32 -lcomdlg32 -luser32 -lmpr -lshell32 
-lwinspool -lole32 -lcomctl32

oo-spd/i386/temacs0.a(emacs.o)(.text+0x1605): In function `main':

C:/eclean/bld/emacs/src/emacs.c:1616: undefined reference to `syms_of_font'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x89e): In function 
`load_font_get_repertory':

C:/eclean/bld/emacs/src/fontset.c:514: undefined reference to `Ffont_get'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x1cbf): In function 
`Fset_fontset_font':

C:/eclean/bld/emacs/src/fontset.c:1569: undefined reference to `QCregistry'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x1cdc):C:/eclean/bld/emacs/src/fontset.c:1579: 
undefined reference to `Ffont_spec'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x228f):C:/eclean/bld/emacs/src/fontset.c:1442: 
undefined reference to `Ffont_spec'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x22af):C:/eclean/bld/emacs/src/fontset.c:1447: 
undefined reference to `font_parse_xlfd'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x2325):C:/eclean/bld/emacs/src/fontset.c:1452: 
undefined reference to `font_unparse_xlfd'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x23fe):C:/eclean/bld/emacs/src/fontset.c:1442: 
undefined reference to `Ffont_spec'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x2412):C:/eclean/bld/emacs/src/fontset.c:1447: 
undefined reference to `font_parse_xlfd'

oo-spd/i386/temacs1.a(fontset.o)(.text+0x247a):C:/eclean/bld/emacs/src/fontset.c:1452: 
undefined reference to `font_unparse_xlfd'

collect2: ld returned 1 exit status

make[2]: *** [oo-spd/i386/temacs.exe] Error 1

make[2]: Leaving directory `C:/eclean/bld/emacs/src'

make[1]: *** [bootstrap-temacs] Error 2

make[1]: Leaving directory `C:/eclean/bld/emacs/src'

make: *** [bootstrap-gmake] Error 2

bootstrap-080203.tmp





  parent reply	other threads:[~2008-02-03 11:04 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-02  1:08 make bootstrap fails on w32/MinGW Óscar Fuentes
2008-02-02  2:46 ` Jason Rumney
2008-02-02  4:24   ` Óscar Fuentes
2008-02-02 11:14   ` Eli Zaretskii
2008-02-02 16:10   ` Eli Zaretskii
2008-02-02 21:19     ` Jason Rumney
2008-02-02 22:16       ` Eli Zaretskii
2008-02-03 11:04     ` Lennart Borgman (gmail) [this message]
2008-02-03 19:42       ` Eli Zaretskii
2008-02-03 20:01         ` Eli Zaretskii
2008-02-03 23:11         ` Jason Rumney
2008-02-04 17:58           ` Lennart Borgman (gmail)
2008-02-04 18:05             ` Juanma Barranquero
2008-02-04 18:21               ` Lennart Borgman (gmail)
2008-02-04 19:28               ` Andreas Schwab
2008-02-04 20:15                 ` Juanma Barranquero
2008-02-04 20:58                   ` Stefan Monnier
2008-02-04 21:17                     ` Juanma Barranquero
2008-02-04 21:20                     ` Eli Zaretskii
2008-02-04 23:30                 ` Jason Rumney
2008-02-05  1:31                   ` Crash in titdic-convert with DOS line ends Jason Rumney
2008-02-05  4:19                     ` Kenichi Handa
2008-02-06 19:16               ` make bootstrap fails on w32/MinGW Lennart Borgman (gmail)
2008-02-06 19:44                 ` Eli Zaretskii
2008-02-06 19:55                   ` Lennart Borgman (gmail)
2008-02-06 21:41                     ` Eli Zaretskii
2008-02-06 21:59                       ` Lennart Borgman (gmail)

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=47A59FD7.5010004@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    /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.