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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to