unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bootstrapping fails on w32 now
@ 2008-07-15 22:28 Lennart Borgman (gmail)
  2008-07-16  3:47 ` David Robinow
  2008-07-16  8:03 ` Jason Rumney
  0 siblings, 2 replies; 6+ messages in thread
From: Lennart Borgman (gmail) @ 2008-07-15 22:28 UTC (permalink / raw)
  To: Emacs Devel

The error message is

gcc -I. -c -gdwarf-2 -g3  -DEMACSDEBUG -Ic:/g/include -fno-crossjumping 
-Demacs=
1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 
-DPURESIZE=5000000
-o oo/i386/emacs.o emacs.c
In file included from dispextern.h:58,
                  from intervals.h:20,
                  from emacs.c:56:
w32gui.h:24:20: w32bdf.h: No such file or directory
In file included from dispextern.h:58,
                  from intervals.h:20,
                  from emacs.c:56:
w32gui.h:59: error: syntax error before "bdffont"
w32gui.h:59: warning: no semicolon at end of struct or union
w32gui.h:65: error: syntax error before '}' token
w32gui.h:65: warning: data definition has no type or storage class
make[2]: *** [oo/i386/emacs.o] 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-080716.tmp




^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: Bootstrapping fails on w32 now
@ 2008-07-16  8:30 dhruva
  0 siblings, 0 replies; 6+ messages in thread
From: dhruva @ 2008-07-16  8:30 UTC (permalink / raw)
  To: emacs-devel

Hi,

> From: Jason Rumney <jasonr@gnu.org>
> Subject: Re: Bootstrapping fails on w32 now
> To: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
> Cc: Emacs Devel <emacs-devel@gnu.org>
> Message-ID: <487DAB3D.9080001@gnu.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Lennart Borgman (gmail) wrote:
>> The error message is
>>
>> gcc -I. -c -gdwarf-2 -g3  -DEMACSDEBUG -Ic:/g/include -fno-crossjumping
>> -Demacs=
>> 1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
>> -DPURESIZE=5000000
>> -o oo/i386/emacs.o emacs.c
>> In file included from dispextern.h:58,
>>                  from intervals.h:20,
>>                  from emacs.c:56:
>> w32gui.h:24:20: w32bdf.h: No such file or directory
>
> w32bdf.h was removed, along with all references to it, on 26 June. It is
> very disturbing that the merge of the nextstep port has clobbered
> changes that old. How many other recent changes has it clobbered?

The following patch works for me (very few references to bdf removed).

diff --git a/src/w32gui.h b/src/w32gui.h
index d9f09e3..8f1a7e7 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -21,8 +21,6 @@ along with GNU Emacs.  If not, see
<http://www.gnu.org/licenses/>.  */
 #define EMACS_W32GUI_H
 #include <windows.h>

-#include "w32bdf.h"
-
 /* Emulate XCharStruct.  */
 typedef struct _XCharStruct
 {
@@ -47,16 +45,13 @@ enum w32_char_font_type
 {
   UNKNOWN_FONT = 0 /* FONT_TYPE_UNKNOWN */,
   ANSI_FONT,
-  UNICODE_FONT,
-  BDF_1D_FONT,
-  BDF_2D_FONT
+  UNICODE_FONT
 };

 typedef struct W32FontStruct {
   enum w32_char_font_type font_type;
   TEXTMETRIC tm;
   HFONT hfont;
-  bdffont *bdf;
   int double_byte_p;
   XCharStruct max_bounds;
   XCharStruct scratch;


-dhruva

-- 
Contents reflect my personal views only!




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

end of thread, other threads:[~2008-07-16  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15 22:28 Bootstrapping fails on w32 now Lennart Borgman (gmail)
2008-07-16  3:47 ` David Robinow
2008-07-16  3:55   ` Miles Bader
2008-07-16  8:03 ` Jason Rumney
2008-07-16  9:29   ` Dan Nicolaescu
  -- strict thread matches above, loose matches on Subject: below --
2008-07-16  8:30 dhruva

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).