emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot build on w32


From: Tom Tromey
Subject: Re: cannot build on w32
Date: Wed, 19 Jan 2011 08:18:17 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

>>>>> "Sam" == Sam Steingold <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]