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

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

bug#14073: 24.3.50; build failed for the configuration with --enable-che


From: Stefan Monnier
Subject: bug#14073: 24.3.50; build failed for the configuration with --enable-check-lisp-object-type
Date: Thu, 28 Mar 2013 09:21:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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


-- Stefan





reply via email to

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