Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[bug #39083] Incorrect header path building base extensions on Apple

3 views
Skip to first unread message

Graham Lee

unread,
May 27, 2013, 12:35:39 PM5/27/13
to Graham Lee, bug-g...@gnu.org
URL:
<http://savannah.gnu.org/bugs/?39083>

Summary: Incorrect header path building base extensions on
Apple
Project: GNUstep
Submitted by: leeg
Submitted on: Mon 27 May 2013 04:35:38 PM GMT
Category: Base/Foundation
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any

_______________________________________________________

Details:

NSURL+GNUstepBase.m imports CFURL on the Apple platform, but the path is
currently incorrect.

--- a/Source/Additions/NSURL+GNUstepBase.m
+++ b/Source/Additions/NSURL+GNUstepBase.m
@@ -100,7 +100,7 @@

#ifndef GNUSTEP

-#import <CFURL.h>
+#import <CoreFoundation/CFURL.h>

@implementation NSURL (GNUstepBase)






_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?39083>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/


Richard Frith-Macdonald

unread,
May 31, 2013, 5:38:22 AM5/31/13
to Richard Frith-Macdonald, Graham Lee, bug-g...@gnu.org
Update of bug #39083 (project gnustep):

Status: None => Fixed
Open/Closed: Open => Closed

_______________________________________________________

Follow-up Comment #1:

Thanks ... I added that change in trunk
0 new messages