unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bootstrap problems on w32
@ 2011-01-19 10:27 B. Anyos
  2011-01-29 12:57 ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: B. Anyos @ 2011-01-19 10:27 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: TEXT/plain, Size: 953 bytes --]

Hi,

Recently I had several problems compiling Emacs on Windows.
There are:
  1. w32fns.c
      line 92: #if 0 #endif
      Compiler doesn't like this construct, lines must be separated
  2. w32.c
      extern reference to 'Vload_path' in function check_windows_init_file() fails.
      Compiler complains about some missing stuff; actually can not digest the
      macro, struct combo behind the line. Simply removing this extern solves
      the problem (I guess globals.h is included somewhere....)

  3. Linking fails
      oo-spd/i386/temacs1.a(print.o):print.c:(.text+0x24b5): undefined reference to `dtoastr'

     There is no rule anywhere to compile the recently added /lib folder.
     There is not a even a makefile.w32-in in this directory, however print.c refers to it.
     Certainly the inclusion of the header ftoastr.h is problematic too.

All in all bootstrap on w32 seems to be blocked now for several reasons.

Bela
 

[-- Attachment #2: Type: TEXT/html, Size: 1383 bytes --]

<div>
	Hi,<br />
	<br />
	Recently I had several problems compiling Emacs on Windows.<br />
	There are:<br />
	&nbsp; 1. w32fns.c<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; line 92: #if 0 #endif<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compiler doesn&#39;t like this construct, lines must be separated<br />
	&nbsp; 2. w32.c<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; extern reference to &#39;Vload_path&#39; in function check_windows_init_file() fails.<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compiler complains about some missing stuff; actually can not digest the<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; macro, struct combo behind the line. Simply removing this extern solves<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the problem (I guess globals.h is included somewhere....)<br />
	<br />
	&nbsp; 3. Linking fails<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oo-spd/i386/temacs1.a(print.o):print.c:(.text+0x24b5): undefined reference to `dtoastr&#39;<br />
	<br />
	&nbsp;&nbsp;&nbsp;&nbsp; There is no rule anywhere to compile the recently added /lib folder.<br />
	&nbsp;&nbsp;&nbsp;&nbsp; There is not a even a makefile.w32-in in this directory, however print.c refers to it.<br />
	&nbsp;&nbsp;&nbsp;&nbsp; Certainly the inclusion of the header ftoastr.h is problematic too.<br />
	<br />
	All in all bootstrap on w32 seems to be blocked now for several reasons.<br />
	<br />
	Bela<br />
	&nbsp;</div>

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

end of thread, other threads:[~2011-01-31 21:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-19 10:27 Bootstrap problems on w32 B. Anyos
2011-01-29 12:57 ` Eli Zaretskii
2011-01-31 15:02   ` Sam Steingold
2011-01-31 15:15     ` Eli Zaretskii
2011-01-31 17:47       ` Sam Steingold
2011-01-31 19:47         ` Eli Zaretskii
2011-01-31 20:08           ` Sam Steingold
2011-01-31 20:15             ` Eli Zaretskii
2011-01-31 20:19               ` Sam Steingold
2011-01-31 20:47                 ` Eli Zaretskii
2011-01-31 21:30             ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).