GNU bug report logs - #4681
Current CVS emacs fails

Previous Next

Packages: emacs, ns;

Reported by: Gilbert Harman <harman <at> princeton.edu>

Date: Fri, 9 Oct 2009 01:05:04 UTC

Severity: normal

Merged with 4297, 4467, 4625

Done: Adrian Robert <adrian.b.robert <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 4681 in the body.
You can then email your comments to 4681 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4681; Package emacs. (Fri, 09 Oct 2009 01:05:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gilbert Harman <harman <at> princeton.edu>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Fri, 09 Oct 2009 01:05:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Gilbert Harman <harman <at> princeton.edu>
To: emacs-pretest-bug <at> gnu.org
Subject: Current CVS emacs fails
Date: Thu, 8 Oct 2009 20:59:10 -0400
[Message part 1 (text/plain, inline)]
Last CVS (8:55 PM EDT October 8) on iMac running 10.6.1 (Snow Leopard):

After ./configure --with-ns
and then: make install

...
In file included from nsterm.h:20,
                 from nsterm.m:41:
dispextern.h:1250: error: array type has incomplete element type
nsterm.m: In function ‘ns_color_to_lisp’:
nsterm.m:1467: warning: passing argument 1 of ‘getRed:green:blue:alpha:’
from incompatible pointer type
nsterm.m:1467: warning: passing argument 2 of ‘getRed:green:blue:alpha:’
from incompatible pointer type
nsterm.m:1467: warning: passing argument 3 of ‘getRed:green:blue:alpha:’
from incompatible pointer type
nsterm.m:1467: warning: passing argument 4 of ‘getRed:green:blue:alpha:’
from incompatible pointer type
nsterm.m:1471: warning: passing argument 1 of ‘getWhite:alpha:’ from
incompatible pointer type
nsterm.m:1471: warning: passing argument 2 of ‘getWhite:alpha:’ from
incompatible pointer type
nsterm.m:1472: warning: '0' flag ignored with precision and ‘%x’ printf
format
nsterm.m:1472: warning: '0' flag ignored with precision and ‘%x’ printf
format
nsterm.m:1472: warning: '0' flag ignored with precision and ‘%x’ printf
format
nsterm.m:1478: warning: '0' flag ignored with precision and ‘%x’ printf
format
nsterm.m:1478: warning: '0' flag ignored with precision and ‘%x’ printf
format
nsterm.m:1478: warning: '0' flag ignored with precision and ‘%x’ printf
format
nsterm.m: In function ‘ns_query_color’:
nsterm.m:1496: warning: passing argument 1 of ‘getRed:green:blue:alpha:’
from incompatible pointer type
nsterm.m:1496: warning: passing argument 2 of ‘getRed:green:blue:alpha:’
from incompatible pointer type
nsterm.m:1496: warning: passing argument 3 of ‘getRed:green:blue:alpha:’
from incompatible pointer type
nsterm.m:1496: warning: passing argument 4 of ‘getRed:green:blue:alpha:’
from incompatible pointer type
nsterm.m: In function ‘note_mouse_movement’:
nsterm.m:1661: warning: passing argument 4 of ‘remember_mouse_glyph’ from
incompatible pointer type
nsterm.m: In function ‘ns_mouse_position’:
nsterm.m:1730: warning: passing argument 4 of ‘remember_mouse_glyph’ from
incompatible pointer type
nsterm.m: In function ‘ns_get_glyph_string_clip_rect’:
nsterm.m:2447: error: dereferencing pointer to incomplete type
nsterm.m:2447: error: dereferencing pointer to incomplete type
nsterm.m:2450: error: dereferencing pointer to incomplete type
nsterm.m:2450: error: invalid use of undefined type ‘struct _NSRect’
nsterm.m:2450: error: dereferencing pointer to incomplete type
nsterm.m: In function ‘ns_dumpglyphs_stretch’:
nsterm.m:2818: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m: In function ‘ns_draw_glyph_string’:
nsterm.m:2902: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m:2919: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m:2931: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m:2943: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m:2976: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m: In function ‘-[EmacsView keyDown:]’:
nsterm.m:4500: warning: ‘wantsToDelayTextChangeNotifications’ is deprecated
(declared at
/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:112)
nsterm.m: In function ‘-[EmacsView characterIndexForPoint:]’:
nsterm.m:4709: warning: conflicting types for ‘-(unsigned
int)characterIndexForPoint:(NSPoint)thePoint’
/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:45:
warning: previous declaration of
‘-(NSUInteger)characterIndexForPoint:(NSPoint)thePoint’
nsterm.m: In function ‘-[EmacsView initFrameFromEmacs:]’:
nsterm.m:5108: warning: class 'EmacsView' does not implement the
'NSWindowDelegate' protocol
nsterm.m: In function ‘-[EmacsView draggingEntered:]’:
nsterm.m:5399: warning: conflicting types for ‘-(unsigned
int)draggingEntered:(id <NSDraggingInfo>)sender’
/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:56:
warning: previous declaration of ‘-(NSDragOperation)draggingEntered:(id
<NSDraggingInfo>)sender’
nsterm.m: In function ‘+[EmacsScroller scrollerWidth]’:
nsterm.m:5684: warning: conflicting types for ‘+(float)scrollerWidth’
/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:76:
warning: previous declaration of ‘+(CGFloat)scrollerWidth’
nsterm.m: In function ‘-[EmacsScroller setPosition:portion:whole:]’:
nsterm.m:5819: warning: ‘setFloatValue:knobProportion:’ is deprecated
(declared at
/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:107)
nsterm.m:5826: warning: ‘setFloatValue:knobProportion:’ is deprecated
(declared at
/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:107)
nsterm.m: In function ‘-[EmacsScroller mouseDown:]’:
nsterm.m:5928: warning: format ‘%d’ expects type ‘int’, but argument 3 has
type ‘NSScrollerPart’
make[1]: *** [nsterm.o] Error 1
make: *** [src] Error 2
[Message part 2 (text/html, inline)]

bug reassigned from package 'emacs' to 'emacs,ns'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Fri, 09 Oct 2009 01:25:07 GMT) Full text and rfc822 format available.

Merged 4297 4467 4625 4681. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Fri, 09 Oct 2009 01:25:08 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Sat, 14 Nov 2009 15:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.