unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Gilbert Harman <harman@princeton.edu>
To: emacs-pretest-bug@gnu.org
Subject: bug#4681: Current CVS emacs fails
Date: Thu, 8 Oct 2009 20:59:10 -0400	[thread overview]
Message-ID: <5f089c510910081759i1afabbd7ycd3bb32999e84d44@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 5209 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 5420 bytes --]

         reply	other threads:[~2009-10-09  0:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E78C94E2-AB8E-4DD8-B606-8891E39A75F3@gmail.com>
2009-08-31  9:54 ` bug#4297: snow leopard + latest cvs break compile Mario Lassnig
2009-10-17 12:40   ` bug#4297: marked as done (snow leopard + latest cvs break compile) Emacs bug Tracking System
2009-09-17 19:44 ` bug#4467: 23.1.50; nsterm.m FTBFS on OS X 10.6 Ian Eure
2009-10-17 12:40   ` bug#4467: marked as done (23.1.50; nsterm.m FTBFS on OS X 10.6) Emacs bug Tracking System
2009-10-03 15:53 ` bug#4625: Build error on Mac OS X Snow Leopard Jules Colding
2009-10-17 12:40   ` bug#4625: marked as done (Build error on Mac OS X Snow Leopard) Emacs bug Tracking System
2009-10-09  0:59 ` Gilbert Harman [this message]
2009-10-17 12:40   ` bug#4681: marked as done (Current CVS emacs fails) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5f089c510910081759i1afabbd7ycd3bb32999e84d44@mail.gmail.com \
    --to=harman@princeton.edu \
    --cc=4681@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).