unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: Sam Steingold <sds@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: cannot build on w32
Date: Wed, 19 Jan 2011 08:18:17 -0700	[thread overview]
Message-ID: <m3sjwogbwm.fsf@fleche.redhat.com> (raw)
In-Reply-To: <AANLkTi=DPOHSMX3Tek2DVQPoEjCLn1nFLUoicvVgdM1G@mail.gmail.com> (Sam Steingold's message of "Wed, 19 Jan 2011 10:12:21 -0500")

>>>>> "Sam" == Sam Steingold <sds@gnu.org> writes:

Sam> w32.c: In function `check_windows_init_file':
Sam> w32.c:5659: error: conflicting types for 'globals'
Sam> globals.h:1700: error: previous declaration of 'globals' was here
Sam> w32.c:5659: error: parse error before '.' token
Sam> w32.c:5665: error: request for member `f_Vload_path' in something not
Sam> a structure or union

Sorry about that.  Could you try the appended?
If it works for you I will check it in.

Tom

=== modified file 'src/w32.c'
--- src/w32.c	2011-01-18 20:45:37 +0000
+++ src/w32.c	2011-01-19 15:22:40 +0000
@@ -5656,7 +5656,7 @@
 
   if (!noninteractive && !inhibit_window_system)
     {
-      extern Lisp_Object Vwindow_system, Vload_path, Qfile_exists_p;
+      extern Lisp_Object Vwindow_system, Qfile_exists_p;
       Lisp_Object objs[2];
       Lisp_Object full_load_path;
       Lisp_Object init_file;




  reply	other threads:[~2011-01-19 15:18 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-19 15:12 cannot build on w32 Sam Steingold
2011-01-19 15:18 ` Tom Tromey [this message]
2011-01-19 15:33   ` Sam Steingold
2011-01-19 15:53     ` Sam Steingold
2011-01-19 16:03       ` Eli Zaretskii
2011-01-19 16:14         ` Sam Steingold
2011-01-19 16:32           ` Eli Zaretskii
2011-01-19 16:05       ` Sam Steingold
2011-01-19 16:09         ` Eli Zaretskii
2011-01-19 16:16           ` Sam Steingold
2011-01-19 16:39             ` Eli Zaretskii
2011-01-19 17:36               ` Sam Steingold
2011-01-19 19:01                 ` Jan Djärv
2011-01-20 15:17                   ` Sam Steingold
2011-01-20 15:27                     ` Eli Zaretskii
2011-01-20 18:46                       ` Sam Steingold
2011-01-20 14:12                 ` Richard Stallman
2011-01-20 14:50                   ` Sam Steingold
2011-01-20 15:00                     ` Eli Zaretskii
2011-01-21 20:15                     ` Richard Stallman
2011-01-19 16:21           ` Óscar Fuentes
2011-01-19 16:41             ` Eli Zaretskii
2011-01-19 16:52               ` Óscar Fuentes
2011-01-19 15:36   ` Andreas Schwab
2011-01-19 15:40     ` Tom Tromey

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m3sjwogbwm.fsf@fleche.redhat.com \
    --to=tromey@redhat.com \
    --cc=emacs-devel@gnu.org \
    --cc=sds@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 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).