all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. Anyos" <banyos@freemail.hu>
To: emacs-devel@gnu.org
Subject: Bootstrap problems on w32
Date: Wed, 19 Jan 2011 11:27:37 +0100 (CET)	[thread overview]
Message-ID: <freemail.20110119112737.98913.1@xmldata05.freemail.hu> (raw)

[-- 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&#39;t like this construct, lines must be separated
  2. w32.c
      extern reference to &#39;Vload_path&#39; 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&#39;

     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>

             reply	other threads:[~2011-01-19 10:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-19 10:27 B. Anyos [this message]
2011-01-29 12:57 ` Bootstrap problems on w32 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

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=freemail.20110119112737.98913.1@xmldata05.freemail.hu \
    --to=banyos@freemail.hu \
    --cc=emacs-devel@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.