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

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

bug#4297: marked as done (snow leopard + latest cvs break compile)


From: Emacs bug Tracking System
Subject: bug#4297: marked as done (snow leopard + latest cvs break compile)
Date: Sat, 17 Oct 2009 12:40:09 +0000

Your message dated Sat, 17 Oct 2009 08:34:54 -0400
with message-id <E78C94E2-AB8E-4DD8-B606-8891E39A75F3@gmail.com>
and subject line Re: snow leopard + latest cvs break compile
has caused the Emacs bug report #4297,
regarding snow leopard + latest cvs break compile
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4297: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4297
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: snow leopard + latest cvs break compile Date: Mon, 31 Aug 2009 11:54:59 +0200
Hi all,

I get the following compile error on snow leopard with ./configure
--with-ns; make

Cheers,
Mario


Mario@hep33:~/Development/emacs$ gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.




Mario@hep33:~/Development/emacs$ make
cd lib-src; make all                            \
          CC='gcc -I/sw/include -L/sw/lib' CFLAGS='-g -O2 -Wno-pointer-sign
' CPPFLAGS='' \
          LDFLAGS='' MAKE='make'
make[1]: Nothing to be done for `all'.
boot=bootstrap-emacs;                         \
        if [ ! -x "src/$boot" ]; then                                     \
            cd src; make all                                    \
              CC='gcc -I/sw/include -L/sw/lib' CFLAGS='-g -O2
-Wno-pointer-sign  ' CPPFLAGS=''         \
              LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="$boot"; \
        fi;
gcc -I/sw/include -L/sw/lib -c  -Demacs -DHAVE_CONFIG_H  -I.
-I/Users/Mario/Development/emacs/src -Dtemacs    -g -O2
-Wno-pointer-sign   nsterm.m
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:1499: warning: passing argument 1 of
‘getRed:green:blue:alpha:’ from incompatible pointer type
nsterm.m:1499: warning: passing argument 2 of
‘getRed:green:blue:alpha:’ from incompatible pointer type
nsterm.m:1499: warning: passing argument 3 of
‘getRed:green:blue:alpha:’ from incompatible pointer type
nsterm.m:1499: warning: passing argument 4 of
‘getRed:green:blue:alpha:’ from incompatible pointer type
nsterm.m:1503: warning: passing argument 1 of ‘getWhite:alpha:’ from
incompatible pointer type
nsterm.m:1503: warning: passing argument 2 of ‘getWhite:alpha:’ from
incompatible pointer type
nsterm.m:1504: warning: '0' flag ignored with precision and ‘%x’ printf format
nsterm.m:1504: warning: '0' flag ignored with precision and ‘%x’ printf format
nsterm.m:1504: warning: '0' flag ignored with precision and ‘%x’ printf format
nsterm.m:1510: warning: '0' flag ignored with precision and ‘%x’ printf format
nsterm.m:1510: warning: '0' flag ignored with precision and ‘%x’ printf format
nsterm.m:1510: warning: '0' flag ignored with precision and ‘%x’ printf format
nsterm.m: In function ‘ns_query_color’:
nsterm.m:1528: warning: passing argument 1 of
‘getRed:green:blue:alpha:’ from incompatible pointer type
nsterm.m:1528: warning: passing argument 2 of
‘getRed:green:blue:alpha:’ from incompatible pointer type
nsterm.m:1528: warning: passing argument 3 of
‘getRed:green:blue:alpha:’ from incompatible pointer type
nsterm.m:1528: warning: passing argument 4 of
‘getRed:green:blue:alpha:’ from incompatible pointer type
nsterm.m: In function ‘note_mouse_movement’:
nsterm.m:1693: warning: passing argument 4 of ‘remember_mouse_glyph’
from incompatible pointer type
nsterm.m: In function ‘ns_mouse_position’:
nsterm.m:1762: warning: passing argument 4 of ‘remember_mouse_glyph’
from incompatible pointer type
nsterm.m: In function ‘ns_get_glyph_string_clip_rect’:
nsterm.m:2479: error: dereferencing pointer to incomplete type
nsterm.m:2479: error: dereferencing pointer to incomplete type
nsterm.m:2482: error: dereferencing pointer to incomplete type
nsterm.m:2482: error: invalid use of undefined type ‘struct _NSRect’
nsterm.m:2482: error: dereferencing pointer to incomplete type
nsterm.m: In function ‘ns_dumpglyphs_stretch’:
nsterm.m:2850: 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:2934: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m:2951: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m:2963: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m:2975: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m:3008: warning: passing argument 2 of
‘ns_get_glyph_string_clip_rect’ from incompatible pointer type
nsterm.m: In function ‘-[EmacsView keyDown:]’:
nsterm.m:4536: warning: ‘wantsToDelayTextChangeNotifications’ is
deprecated (declared at
/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:112)
nsterm.m: In function ‘-[EmacsView characterIndexForPoint:]’:
nsterm.m:4745: 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:5144: warning: class 'EmacsView' does not implement the
'NSWindowDelegate' protocol
nsterm.m: In function ‘-[EmacsView draggingEntered:]’:
nsterm.m:5422: 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:5707: 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:5837: warning: ‘setFloatValue:knobProportion:’ is deprecated
(declared at 
/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:107)
nsterm.m:5844: warning: ‘setFloatValue:knobProportion:’ is deprecated
(declared at 
/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:107)
nsterm.m: In function ‘-[EmacsScroller mouseDown:]’:
nsterm.m:5949: warning: format ‘%d’ expects type ‘int’, but argument 3
has type ‘NSScrollerPart’
make[1]: *** [nsterm.o] Error 1
make: *** [src] Error 2



--- End Message ---
--- Begin Message --- Subject: Re: snow leopard + latest cvs break compile Date: Sat, 17 Oct 2009 08:34:54 -0400
close 4297 4467 4625 4681
stop

Fixed, a default Snow Leopard compile now works.


--- End Message ---

reply via email to

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