URL:
<http://savannah.gnu.org/patch/?7822>
Summary: [GNUstep Make] Bad code generator in
Makefiles/Instance/framework.make, causes compiler errors
Project: GNUstep
Submitted by: stam
Submitted on: Fri 27 Jul 2012 12:17:55 AM MSD
Category: None
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Hi, when building an Etoile framework I stumbled upon a compiler error with
the new clang (version 3.2 (trunk 160797)). It doesn't like @interface without
a base class.
The patch fixes the issue.
Errors look like this:
derived_src/NSFramework_LanguageKit.m:2:12: error: class
'NSFramework_LanguageKit' defined without specifying a base class
[-Werror,-Wobjc-root-class]
@interface NSFramework_LanguageKit
^
derived_src/NSFramework_LanguageKit.m:2:35: note: add a super class to fix
this problem
@interface NSFramework_LanguageKit
^
: NSObject
1 error generated.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Fri 27 Jul 2012 12:17:55 AM MSD Name: framework.make.patch Size: 569B
By: stam
Patch for framework.make
<http://savannah.gnu.org/patch/download.php?file_id=26266>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?7822>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep