emacs-devel
[Top][All Lists]
Advanced

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

Re: Building trunk fails in x_check_image_size


From: Eli Zaretskii
Subject: Re: Building trunk fails in x_check_image_size
Date: Thu, 28 Jul 2011 03:05:14 -0400

> Date: Thu, 28 Jul 2011 08:50:47 +0200
> From: martin rudalics <address@hidden>
> Cc: Paul Eggert <address@hidden>
> 
> After
> 
> configure --no-opt --without-xpm --without-png --without-jpeg --without-tiff 
> --without-gif
> 
> building and bootstrapping trunk on Windows XP with
> i386-mingw-nt5.1.2600 fail with
> 
> gcc -I. -c -gdwarf-2 -g3  -DEMACSDEBUG    -Demacs=1 -DHAVE_CONFIG_H -I../lib 
> -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o 
> oo/i386/image.o image.c
> image.c: In function `x_check_image_size':
> image.c:1928: error: structure has no member named `bitmap_pad'
> image.c:1929: error: structure has no member named `depth'
> image.c:1930: error: structure has no member named `bytes_per_line'
> make[3]: *** [oo/i386/image.o] Error 1
> make[3]: Leaving directory `C:/emacs/quickfixes/src'
> make[2]: *** [bootstrap-temacs-CMD] Error 2
> make[2]: Leaving directory `C:/emacs/quickfixes/src'
> make[1]: *** [bootstrap-temacs] Error 2
> make[1]: Leaving directory `C:/emacs/quickfixes/src'
> make: *** [bootstrap-gmake] Error 2

I think x_check_image_size is X-specific, so just comment out its
call, at least for now.



reply via email to

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