emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14073: closed (24.3.50; build failed for the confi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14073: closed (24.3.50; build failed for the configuration with --enable-check-lisp-object-type)
Date: Thu, 28 Mar 2013 13:50:02 +0000

Your message dated Thu, 28 Mar 2013 15:46:38 +0200
with message-id <address@hidden>
and subject line Re: bug#14073: 24.3.50; build failed for the configuration 
with        --enable-check-lisp-object-type
has caused the debbugs.gnu.org bug report #14073,
regarding 24.3.50; build failed for the configuration with 
--enable-check-lisp-object-type
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14073: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14073
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; build failed for the configuration with --enable-check-lisp-object-type Date: Thu, 28 Mar 2013 20:26:36 +0900 User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/24.3 Mule/6.0 (HANACHIRUSATO)
$ uname -s -r -v -m -o
CYGWIN_NT-6.1-WOW64 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin

$ bzr pull
$ ./autogen.sh
$ env CFLAGS="-ggdb3 -O2" ./configure --with-w32 --without-x 
--enable-check-lisp-object-type
$ make bootstrap

...
gcc -std=gnu99 -c -I/usr/include/noX -Demacs  -I. 
-I/home/tetsurou/Checkout/bzr.savannah.gnu.org/emacs/local/src  -I../lib 
-I/home/tetsurou/Checkout/bzr.savannah.gnu.org/emacs/local/src/../lib           
-I/usr/include/libxml2           -MMD -MF deps/w32fns.d -MP   
-I/usr/include/p11-kit-1      -ggdb3 -O2 w32fns.c
w32fns.c: In function ‘Fx_show_tip’:
w32fns.c:5795:26: error: request for member ‘i’ in something not a structure or 
union
Makefile:327: recipe for target `w32fns.o' failed
make[2]: *** [w32fns.o] Error 1



Attachment: Fx_show_tip-w32fns.c.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#14073: 24.3.50; build failed for the configuration with --enable-check-lisp-object-type Date: Thu, 28 Mar 2013 15:46:38 +0200
> From: Stefan Monnier <address@hidden>
> Cc: OKAZAKI Tetsurou <address@hidden>,  address@hidden
> Date: Thu, 28 Mar 2013 09:21:47 -0400
> 
> >> w32fns.c:5795:26: error: request for member ‘i’ in something not a 
> >> structure or union
> 
> This message normally means "we got an int where a Lisp_Object was expected".
> 
> > There's no 'i' on line 5795 of w32fns.c on the trunk.  That line says:
> 
> Might be a different version of w32fns.c.  On line 5795 I have
> 
>   FRAME_TOTAL_COLS (f) = XINT (w->total_cols);

Thanks, fixed.



--- End Message ---

reply via email to

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