bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #21526] GNUstepBase (Foundations Additions) doesn't compile on Leop


From: Trevor Johns
Subject: [bug #21526] GNUstepBase (Foundations Additions) doesn't compile on Leopard
Date: Mon, 19 Nov 2007 05:13:44 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10

Follow-up Comment #1, bug #21526 (project gnustep):

I was able to get compilation to continue just by commenting out the line
that includes NSUtilities.h. It seems that whatever was needed from
NSUtilities is covered by the other include statements (likely just
NSString).


Index: Source/Additions/GSInsensitiveDictionary.m
===================================================================
--- Source/Additions/GSInsensitiveDictionary.m  (revision 25594)
+++ Source/Additions/GSInsensitiveDictionary.m  (working copy)
@@ -26,7 +26,6 @@
 #include "config.h"
 #include "Foundation/NSDictionary.h"
 #include "Foundation/NSAutoreleasePool.h"
-#include "Foundation/NSUtilities.h"
 #include "Foundation/NSString.h"
 #include "Foundation/NSException.h"
 #include "Foundation/NSPortCoder.h"


However, I'm getting a new error elsewhere after this:


Unicode.m:210: error: ‘NSProprietaryStringEncoding’ undeclared here (not
in a function)


It seems that NSProprietaryStringEncoding has been deprecated beginning with
10.5. It's still available, but MAC_OS_X_VERSION_MIN_REQUIRED has to be set to
something strictly less than MAC_OS_X_VERSION_10_5. (See NSString.h:370 in
MacOSX10.5.sdk)

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]