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

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

bug#15086: 24.3.50; NS variant does not build on PPC Tiger because of mi


From: Peter Dyballa
Subject: bug#15086: 24.3.50; NS variant does not build on PPC Tiger because of missing qualifier before 'vector'
Date: Tue, 13 Aug 2013 18:46:09 +0200


Am 13.08.2013 um 17:47 schrieb Jan Djärv:

I've checked in an attemted fix. I can't check it as 10.4 is really old and I don't have any around.


I have to admit that my report is a bit faulty! Configuration was with GCC 4.0, but compilation was with GCC 4.2 – which I found when I repeated the 'make bootstrap' for a second time. But one bug, maybe two, was left on Tiger:

In file included from nsterm.m:48:
nsterm.h:59: error: parse error before ‘EmacsCGFloat’
nsterm.h:59: warning: type defaults to ‘int’ in declaration of ‘EmacsCGFloat’
nsterm.h:59: warning: data definition has no type or storage class
nsterm.h:364: error: parse error before ‘CGFloat’

and

nsterm.m: In function ‘ns_color_to_lisp’:
nsterm.m:1596: error: parse error before ‘red’
nsterm.m:1611: error: ‘red’ undeclared (first use in this function)
nsterm.m:1611: error: (Each undeclared identifier is reported only once
nsterm.m:1611: error: for each function it appears in.)
nsterm.m:1611: error: ‘green’ undeclared (first use in this function)
nsterm.m:1611: error: ‘blue’ undeclared (first use in this function)
nsterm.m:1611: error: ‘alpha’ undeclared (first use in this function)
nsterm.m:1615: error: ‘gray’ undeclared (first use in this function)
nsterm.m: In function ‘ns_query_color’:
nsterm.m:1638: error: parse error before ‘r’
nsterm.m:1640: error: ‘r’ undeclared (first use in this function)
nsterm.m:1640: error: ‘g’ undeclared (first use in this function)
nsterm.m:1640: error: ‘b’ undeclared (first use in this function)
nsterm.m:1640: error: ‘a’ undeclared (first use in this function)
nsterm.m: At top level:
nsterm.m:2561: error: parse error before ‘EmacsCGFloat’
nsterm.m: In function ‘ns_draw_underwave’:
nsterm.m:2570: error: ‘s’ undeclared (first use in this function)
nsterm.m:2571: error: ‘x’ undeclared (first use in this function)
nsterm.m:2571: error: ‘width’ undeclared (first use in this function)
nsterm.m:2579: error: parse error before numeric constant
nsterm.m: In function ‘-[EmacsView conversationIdentifier]’:
nsterm.m:5333: warning: conflicting types for ‘-(NSInteger) conversationIdentifier’ /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h: 23: warning: previous declaration of ‘-(long int)conversationIdentifier’
nsterm.m: In function ‘-[EmacsView initFrameFromEmacs:]’:
nsterm.m:5921: error: parse error before numeric constant
nsterm.m: In function ‘-[EmacsView windowDidExitFullScreen:]’:
nsterm.m:6117: warning: ‘EmacsView’ may not respond to ‘- updateCollectionBehaviour’
nsterm.m:6117: warning: (Messages without a matching method signature
nsterm.m:6117: warning: will be assumed to return ‘id’ and accept
nsterm.m:6117: warning: ‘...’ as arguments.)
nsterm.m: In function ‘-[EmacsView toggleFullScreen:]’:
nsterm.m:6178: warning: ‘NSWindow’ may not respond to ‘- toggleFullScreen:’
nsterm.m:6225: error: parse error before numeric constant
nsterm.m:6263: error: parse error before numeric constant
nsterm.m: In function ‘-[EmacsScroller initFrame:window:]’:
nsterm.m:6834: warning: local declaration of ‘win’ hides instance variable nsterm.m:6834: warning: assignment makes pointer from integer without a cast nsterm.m:6840: warning: local declaration of ‘win’ hides instance variable nsterm.m:6840: warning: passing argument 1 of ‘XWINDOW’ makes integer from pointer without a cast nsterm.m:6840: warning: local declaration of ‘win’ hides instance variable nsterm.m:6840: warning: passing argument 1 of ‘XWINDOW’ makes integer from pointer without a cast
nsterm.m:6834: confused by earlier errors, bailing out
{standard input}:8140:FATAL:.abort  detected.  Assembly stopping.


Anyway, bzr is already trying to fetch the update.

--
Greetings

  Pete

’Twas a woman who drove me to drink, and I never had the courtesy to thank her for it.
                                — W.C. Fields






reply via email to

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