[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #39083] Incorrect header path building base extensions on Apple
From: |
Graham Lee |
Subject: |
[bug #39083] Incorrect header path building base extensions on Apple |
Date: |
Mon, 27 May 2013 16:35:39 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13 |
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/
- [bug #39083] Incorrect header path building base extensions on Apple,
Graham Lee <=