GNU bug report logs -
#29171
nsterm.m - unnecessary definition
Previous Next
Full log
View this message in rfc822 format
On Mon, Nov 06, 2017 at 04:13:32PM +0100, Riccardo Mottola wrote:
> for GNUstep, the definition:
>
> NSString *NSMenuDidBeginTrackingNotification;
>
> at line 72 of nsterm.m is not needed, actually it results in:
We’re not defining that anywhere in our code, and certainly not on
line 72 of nsterm.m which looks like:
#ifdef NS_IMPL_COCOA
> nsterm.m:72:18: error: conflicting type qualifiers for
> 'NSMenuDidBeginTrackingNotification'
> extern NSString *NSMenuDidBeginTrackingNotification;
> ^
> In file included from /System/Library/Headers/AppKit/AppKit.h:90:0,
> from nsgui.h:34,
> from dispextern.h:76,
> from nsterm.h:21,
> from nsterm.m:48:
> /System/Library/Headers/AppKit/NSMenu.h:823:31: note: previous declaration
> of 'NSMenuDidBeginTrackingNotification' was here APPKIT_EXPORT NSString*
> const NSMenuDidBeginTrackingNotification;
> ^
> Makefile:381: recipe for target 'nsterm.o' failed
It looks to me like two different GNUstep headers are defining it.
I can’t reproduce this error myself. What platform are you building on?
--
Alan Third
This bug report was last modified 7 years and 255 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.