[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #7822] [GNUstep Make] Bad code generator in Makefiles/Instance/fr
From: |
Stanislav Yaglo |
Subject: |
[patch #7822] [GNUstep Make] Bad code generator in Makefiles/Instance/framework.make, causes compiler errors |
Date: |
Thu, 26 Jul 2012 20:17:56 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25 |
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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [patch #7822] [GNUstep Make] Bad code generator in Makefiles/Instance/framework.make, causes compiler errors,
Stanislav Yaglo <=