gnustep-dev
[Top][All Lists]
Advanced

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

Re: base on OS X EL Capitan


From: Fred Kiefer
Subject: Re: base on OS X EL Capitan
Date: Fri, 19 Aug 2016 16:06:46 +0200

Thank you for sharing the log file. Looks like we still have a few issues on 
base that Apple's compiler is clearly showing. At least the string comparison 
in GSMine needs fixing.

Richard, will you have time to look into this before you go away? Otherwise I 
will have a look after the weekend.

Fred

On the road

Am 19.08.2016 um 04:50 schrieb David Wetzel <address@hidden>:

> Hi!
> 
> This seems to help somehow -- but I am not sure if it breaks other platforms.
> 
> address@hidden diff
> Index: config/objc-common.g
> ===================================================================
> --- config/objc-common.g    (revision 40060)
> +++ config/objc-common.g    (working copy)
> @@ -38,6 +38,7 @@
> @end
> #endif
> 
> +#if !defined(__APPLE__)
> /* Provide dummy implementations for NSObject and NSConstantString
>  * for libobjc2 which needs them.
>  */
> @@ -63,3 +64,4 @@
> @end
> @implementation NSConstantString
> @end
> +#endif /* __APPLE__ */
> 
> 
> Building goes this far:
> 
> address@hidden/configure --disable-tls
> checking build system type... x86_64-apple-darwin15.6.0
> checking host system type... x86_64-apple-darwin15.6.0
> checking target system type... x86_64-apple-darwin15.6.0
> checking for GNUstep configuration file to use at runtime... 
> /Library/GNUstep/GNUstep.conf
> checking whether the GNUstep.conf file path can be set in the environment... 
> yes
> checking if we should import an existing configuration file now... yes
> checking for default GNUstep configuration file to use... 
> /Library/GNUstep/GNUstep.conf
> trying to import "/Library/GNUstep/GNUstep.conf"
> configure: If this fails, please run configure again with the 
> --disable-importing-config-file option or specifying an alternative file 
> using the --with-default-config= option
> checking for GNUstep-base installation domain... LOCAL
> checking if we are hardcoding any relative paths in gnustep-base... no
> configure: We store the following filesystem layout into gnustep-base, to be 
> used when no config file is found
> checking for Makefiles directory... /Library/GNUstep/Makefiles
> checking for user defaults directory... Library/Defaults
> checking for user config file... Library/.GNUstep.conf
> checking for System Applications directory... /Applications
> checking for System Admin Applications directory... /Applications/Utilities
> checking for System Web Applications directory... /Library/WebApplications
> checking for System Tools directory... /usr/local/bin
> checking for System Admin Tools directory... /usr/local/sbin
> checking for System Library directory... /Library
> checking for System Libraries directory... /usr/local/lib
> checking for System Headers directory... /usr/local/include
> checking for System Documentation directory... /Library/Documentation
> checking for System Info Documentation directory... 
> /Library/Documentation/info
> checking for System Man Documentation directory... /Library/Documentation/man
> checking for Network Applications directory... /Applications
> checking for Network Admin Applications directory... /Applications/Utilities
> checking for Network Web Applications directory... /Library/WebApplications
> checking for Network Tools directory... /usr/local/bin
> checking for Network Admin Tools directory... /usr/local/sbin
> checking for Network Library directory... /Library
> checking for Network Libraries directory... /usr/local/lib
> checking for Network Headers directory... /usr/local/include
> checking for Network Documentation directory... /Library/Documentation
> checking for Network Info Documentation directory... 
> /Library/Documentation/info
> checking for Network Man Documentation directory... /Library/Documentation/man
> checking for Local Applications directory... /Applications
> checking for Local Admin Applications directory... /Applications/Utilities
> checking for Local Web Applications directory... /Library/WebApplications
> checking for Local Tools directory... /usr/local/bin
> checking for Local Admin Tools directory... /usr/local/sbin
> checking for Local Library directory... /Library
> checking for Local Libraries directory... /usr/local/lib
> checking for Local Headers directory... /usr/local/include
> checking for Local Documentation directory... /Library/Documentation
> checking for Local Info Documentation directory... /Library/Documentation/info
> checking for Local Man Documentation directory... /Library/Documentation/man
> checking for User Applications directory... Applications
> checking for User Admin Applications directory... Applications/Utilities
> checking for User Web Applications directory... Library/WebApplications
> checking for User Tools directory... bin
> checking for User Admin Tools directory... sbin
> checking for User Library directory... Library
> checking for User Libraries directory... Library/Libraries
> checking for User Headers directory... Library/Headers
> checking for User Documentation directory... Library/Documentation
> checking for User Info Documentation directory... Library/Documentation/info
> checking for User Man Documentation directory... Library/Documentation/man
> checking for System User directory... /Users
> checking for Network User directory... /Network/Users
> checking for Local User directory... /Users
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables... 
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for off_t... yes
> checking whether the compiler supports atomic operations... yes
> checking for whoami... /usr/bin/whoami
> checking for pkg-config... yes
> checking the Objective-C runtime... NeXT
> checking for custom shared objc library... NONE
> checking objc/runtime.h usability... yes
> checking objc/runtime.h presence... yes
> checking for objc/runtime.h... yes
> checking objc/objc.h usability... yes
> checking objc/objc.h presence... yes
> checking for objc/objc.h... yes
> configure: for gdomap network details
> checking for variable length socket addresses... found
> checking for compiler visibility attribute support... found
> checking whether SO_REUSEADDR is broken... no
> checking for objc threading flags...   
> checking whether byte ordering is bigendian... no
> checking size of void*... 8
> checking size of short... 2
> checking size of int... 4
> checking size of long... 8
> checking size of long long... 8
> checking size of float... 4
> checking size of double... 8
> checking for working INTPTR_MAX, INTPTR_MIN, UINTPTR_MAX... yes
> checking loading of constructor functions... yes
> checking windows.h usability... no
> checking windows.h presence... no
> checking for windows.h... no
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for dynamic linker type... simple
> checking for dladdr in -ldl... yes
> checking for dladdr... yes
> checking for gethostbyname... yes
> checking for getaddrinfo... yes
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking pthread_np.h usability... no
> checking pthread_np.h presence... no
> checking for pthread_np.h... no
> checking size of pthread_mutex_t... 64
> checking for pthread_mutex_t.__data.__owner... no
> checking size of pthread_cond_t... 48
> checking alignment of pthread_mutex_t... 8
> checking alignment of pthread_cond_t... 8
> checking for pthread_join in -lpthread... yes
> checking for pthread_getthreadid_np... no
> checking for pthread_main_np... yes
> checking for sched_yield in -lrt... no
> checking for nanosleep... yes
> checking for usleep... yes
> checking for Sleep... no
> checking for objc_root_class attribute support... found
> checking for pthread_setname_np()... darwin
> checking for gettid()... no
> checking whether objc really works... yes
> checking if +load method is executed before main... no
> checking for objc_sync_enter... yes
> checking for objc_setProperty... yes
> checking for _Block_copy... yes
> checking for non-fragile-abi support... yes
> checking for objc_setUncaughtExceptionHandler() in runtime... yes
> checking for objc_set_unexpected() in runtime... no
> checking for _objc_unexpected_exception in runtime... no
> checking whether to enable native Objective-C exceptions... yes
> checking for objc_sync_enter... (cached) yes
> checking for thread-safe +initialize in runtime... configure: WARNING: Your 
> ObjectiveC runtime does not support thread-safe class initialisation.  Please 
> use a different runtime if you intend to use threads.
> no
> checking for size_t... yes
> checking for inline... inline
> checking for ANSI C header files... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking alloca.h usability... yes
> checking alloca.h presence... yes
> checking for alloca.h... yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking for sys/stat.h... (cached) yes
> checking sys/vfs.h usability... no
> checking sys/vfs.h presence... no
> checking for sys/vfs.h... no
> checking sys/statfs.h usability... no
> checking sys/statfs.h presence... no
> checking for sys/statfs.h... no
> checking sys/statvfs.h usability... yes
> checking sys/statvfs.h presence... yes
> checking for sys/statvfs.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking sys/cdefs.h usability... yes
> checking sys/cdefs.h presence... yes
> checking for sys/cdefs.h... yes
> checking sys/syslimits.h usability... yes
> checking sys/syslimits.h presence... yes
> checking for sys/syslimits.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking for sys/syslimits.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for sys/mount.h... yes
> checking for sys/types.h... (cached) yes
> checking for windows.h... (cached) no
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking langinfo.h usability... yes
> checking langinfo.h presence... yes
> checking for langinfo.h... yes
> checking for main in -lm... yes
> checking for statvfs... yes
> checking for link... yes
> checking for symlink... yes
> checking for readlink... yes
> checking for geteuid... yes
> checking for getlogin... yes
> checking for getpwnam... yes
> checking for getpwnam_r... yes
> checking for getpwuid... yes
> checking for getpwuid_r... yes
> checking for getgrgid... yes
> checking for getgrgid_r... yes
> checking for getgrnam... yes
> checking for getgrnam_r... yes
> checking for rint... yes
> checking for getopt... yes
> checking for pw_gecos field in struct passwd... yes
> checking for currency_symbol field in struct lconv... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking tzfile.h usability... yes
> checking tzfile.h presence... yes
> checking for tzfile.h... yes
> checking sys/rusage.h usability... no
> checking sys/rusage.h presence... no
> checking for sys/rusage.h... no
> checking ucbinclude/sys/resource.h usability... no
> checking ucbinclude/sys/resource.h presence... no
> checking for ucbinclude/sys/resource.h... no
> checking for time... yes
> checking for ctime... yes
> checking for tzset... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking for socklen_t... no
> checking bfd.h usability... no
> checking bfd.h presence... no
> checking for bfd.h... no
> checking for libintl_fprintf in -lintl... no
> checking for dyn_string_append in -liberty... no
> checking for bfd_openr in -lbfd... no
> checking execinfo.h usability... yes
> checking execinfo.h presence... yes
> checking for execinfo.h... yes
> checking for backtrace... yes
> checking for __builtin_extract_return_address... no
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking sys/slog.h usability... no
> checking sys/slog.h presence... no
> checking for sys/slog.h... no
> checking sys/slogcodes.h usability... no
> checking sys/slogcodes.h presence... no
> checking for sys/slogcodes.h... no
> checking for syslog... yes
> checking poll.h usability... yes
> checking poll.h presence... yes
> checking for poll.h... yes
> checking for poll... yes
> checking for poll emulation... no
> checking if poll supports devices... no
> checking for vsprintf... yes
> checking for vasprintf... yes
> checking for snprintf... yes
> checking for vsnprintf... yes
> checking for getcwd... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking getopt.h usability... yes
> checking getopt.h presence... yes
> checking for getopt.h... yes
> checking for posix_memalign... yes
> checking for valloc... yes
> checking for times... yes
> checking for mkstemp... yes
> checking for shmctl... yes
> checking for mmap... yes
> checking for mprotect... yes
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking for killpg... yes
> checking for setpgrp... yes
> checking for setpgid... yes
> checking for setsid... yes
> checking for grantpt... yes
> checking whether setpgrp takes no argument... (cached) yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking for inttypes.h... (cached) yes
> checking libc.h usability... yes
> checking libc.h presence... yes
> checking for libc.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking malloc.h usability... no
> checking malloc.h presence... no
> checking for malloc.h... no
> checking for memory.h... (cached) yes
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking for stdint.h... (cached) yes
> checking for string.h... (cached) yes
> checking sys/fcntl.h usability... yes
> checking sys/fcntl.h presence... yes
> checking for sys/fcntl.h... yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking sys/filio.h usability... yes
> checking sys/filio.h presence... yes
> checking for sys/filio.h... yes
> checking sys/inttypes.h usability... no
> checking sys/inttypes.h presence... no
> checking for sys/inttypes.h... no
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/signal.h usability... yes
> checking sys/signal.h presence... yes
> checking for sys/signal.h... yes
> checking sys/stropts.h usability... no
> checking sys/stropts.h presence... no
> checking for sys/stropts.h... no
> checking sys/wait.h usability... yes
> checking sys/wait.h presence... yes
> checking for sys/wait.h... yes
> checking for unistd.h... (cached) yes
> checking utime.h usability... yes
> checking utime.h presence... yes
> checking for utime.h... yes
> checking for stdlib.h... (cached) yes
> checking for library containing inet_ntop... none required
> checking for gethostbyaddr_r... no
> checking for inet_aton... yes
> checking for inet_pton... yes
> checking for inet_ntop... yes
> checking for sigaction... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for gzseek in -lz... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking for setrlimit... yes
> checking for strerror... yes
> checking whether strerror_r is declared... yes
> checking for strerror_r... yes
> checking whether strerror_r returns char *... no
> checking for sigsetjmp... yes
> checking for uintmax_t... yes
> checking wchar.h usability... yes
> checking wchar.h presence... yes
> checking for wchar.h... yes
> checking short/int needs to be word aligned... no
> checking for register_printf_specifier... no
> checking for register_printf_function... no
> checking for realpath... yes
> checking program_invocation_name in C Library... no
> checking sys/utsname.h usability... yes
> checking sys/utsname.h presence... yes
> checking for sys/utsname.h... yes
> checking sys/sysctl.h usability... yes
> checking sys/sysctl.h presence... yes
> checking for sys/sysctl.h... yes
> checking for sysctlbyname... yes
> checking procfs.h usability... no
> checking procfs.h presence... no
> checking for procfs.h... no
> checking kernel support for /proc filesystem... no
> checking support for /proc psinfo struct... no
> checking link to exe of process in /proc... no
> checking /proc/47883/cmdline terminated by nul... no
> checking for kvm_getenvv in -lkvm... no
> checking use of pass-through arguments... no
> checking use of fake-main definition... no
> checking ffi.h usability... no
> checking ffi.h presence... no
> checking for ffi.h... no
> checking for forwarding callback in runtime... no
> checking FFI library usage... none
> 
> You do not have an up-to-date libobjc library installed
> GNUstep requires libffi (or ffcall) and proper libobjc hooks to do
> invocations and DO.
> (This does not apply on apple-apple-apple systems where DO is
> not compatible with other GNUstep systems.)
> configure: WARNING: Incomplete support for ffi funtionality.
> checking iconv support... yes, -liconv
> checking for xml2-config... /usr/bin/xml2-config
> checking for libxml - version >= 2.3.0... yes
> checking libxml/SAX2.h usability... yes
> checking libxml/SAX2.h presence... yes
> checking for libxml/SAX2.h... yes
> checking for xsltApplyStylesheet in -lxslt... yes
> checking libxslt/xslt.h usability... yes
> checking libxslt/xslt.h presence... yes
> checking for libxslt/xslt.h... yes
> configure: WARNING: Disabled support for TLS funtionality.
> checking dns_sd.h usability... yes
> checking dns_sd.h presence... yes
> checking for dns_sd.h... yes
> checking for DNSServiceBrowse in -ldns_sd... no
> checking avahi-client/client.h usability... no
> checking avahi-client/client.h presence... no
> checking for avahi-client/client.h... no
> checking for icu-config... /usr/local/opt/icu4c/bin/icu-config
> checking for ICU >= 4.6... yes
> checking ICU_LIBS... -licui18n -licuuc -licudata 
> checking ICU_LDFLAGS... -L/usr/local/Cellar/icu4c/50.1/lib 
> yes
> checking unicode/uloc.h usability... no
> checking unicode/uloc.h presence... no
> checking for unicode/uloc.h... no
> checking unicode/ulocdata.h usability... no
> checking unicode/ulocdata.h presence... no
> checking for unicode/ulocdata.h... no
> checking unicode/ucol.h usability... no
> checking unicode/ucol.h presence... no
> checking for unicode/ucol.h... no
> checking unicode/ucurr.h usability... no
> checking unicode/ucurr.h presence... no
> checking for unicode/ucurr.h... no
> checking unicode/uregex.h usability... no
> checking unicode/uregex.h presence... no
> checking for unicode/uregex.h... no
> checking unicode/ucal.h usability... no
> checking unicode/ucal.h presence... no
> checking for unicode/ucal.h... no
> checking unicode/unorm2.h usability... no
> checking unicode/unorm2.h presence... no
> checking for unicode/unorm2.h... no
> checking unicode/unum.h usability... no
> checking unicode/unum.h presence... no
> checking for unicode/unum.h... no
> checking unicode/udat.h usability... no
> checking unicode/udat.h presence... no
> checking for unicode/udat.h... no
> checking unicode/udatpg.h usability... no
> checking unicode/udatpg.h presence... no
> checking for unicode/udatpg.h... no
> checking unicode/ustring.h usability... no
> checking unicode/ustring.h presence... no
> checking for unicode/ustring.h... no
> checking unicode/usearch.h usability... no
> checking unicode/usearch.h presence... no
> checking for unicode/usearch.h... no
> checking unicode/ucnv.h usability... no
> checking unicode/ucnv.h presence... no
> checking for unicode/ucnv.h... no
> checking dispatch.h usability... no
> checking dispatch.h presence... no
> checking for dispatch.h... no
> checking dispatch/dispatch.h usability... yes
> checking dispatch/dispatch.h presence... yes
> checking for dispatch/dispatch.h... yes
> checking for dispatch_queue_create in -ldispatch... no
> checking gmp.h usability... yes
> checking gmp.h presence... yes
> checking for gmp.h... yes
> checking for mpf_abs in -lgmp... no
> checking for __gmpf_abs in -lgmp... yes
> checking for nl_langinfo and CODESET... yes
> checking whether the compiler supports -Wdeclaration-after-statement... yes
> checking if we should install gdomap as setuid... no
> checking for the version of gnustep-base we are compiling... 1.24.9
> configure: creating ./config.status
> config.status: creating config.mak
> config.status: creating base.make
> config.status: creating Headers/GNUstepBase/GSConfig.h
> config.status: creating Headers/GNUstepBase/config.h
> address@hidden
> This is gnustep-make 2.6.8. Type 'gnumake print-gnustep-make-help' for help.
> Running in gnustep-make version 2 strict mode.
> Making all in Source ...
> rm -f dynamic-load.h
> cp simple-load.h dynamic-load.h
> /Library/GNUstep/Makefiles/mkinstalldirs .
> mv ../Headers/GNUstepBase/config.h .
> touch ./config.h
> /Library/GNUstep/Makefiles/mkinstalldirs ./GNUstepBase
> mv ../Headers/GNUstepBase/GSConfig.h ./GNUstepBase
> touch ./GNUstepBase/GSConfig.h
> Making all in Additions ...
> rm -f GNUstepBase
> ln -s ../../Headers/GNUstepBase GNUstepBase
> Making all for subproject Additions...
> Compiling file GSTypeEncoding.c ...
> Compiling file GSObjCRuntime.m ...
> GSObjCRuntime.m:2084:7: warning: implicit declaration of function 'AREM' is 
> invalid in C99 [-Wimplicit-function-declaration]
>      AREM(oldClass, instance);
>      ^
> GSObjCRuntime.m:2087:7: warning: implicit declaration of function 'AADD' is 
> invalid in C99 [-Wimplicit-function-declaration]
>      AADD(newClass, instance);
>      ^
> 2 warnings generated.
> Compiling file GCObject.m ...
> GCObject.m:293:28: warning: 'NSCopyObject' is deprecated: first deprecated in 
> OS X 10.8 [-Wdeprecated-declarations]
>  GCObject      *o = (GCObject*)NSCopyObject(self, 0, zone);
>                                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:91:22:
>  note: 
>      'NSCopyObject' has been explicitly marked deprecated here
> FOUNDATION_EXPORT id NSCopyObject(id object, NSUInteger extraBytes, NSZone * 
> __nullable zone) NS_AUTOMATED_REFCOUNT_UNAVAIL...
>                     ^
> 1 warning generated.
> Compiling file GCArray.m ...
> GCArray.m:147:1: warning: designated initializer missing a 'super' call to a 
> designated initializer of the super class
>      [-Wobjc-designated-initializers]
> - (id) initWithObjects: (const id[])objects count: (NSUInteger)count
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)initWithObjects:(const ObjectType [])objects 
> count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
> ^
> GCArray.m:265:16: warning: designated initializer should only invoke a 
> designated initializer on 'super'
>      [-Wobjc-designated-initializers]
>  return [self initWithCapacity: 1];
>               ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:122:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)init NS_DESIGNATED_INITIALIZER;
> ^
> GCArray.m:263:1: warning: designated initializer missing a 'super' call to a 
> designated initializer of the super class
>      [-Wobjc-designated-initializers]
> - (id) init
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:122:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)init NS_DESIGNATED_INITIALIZER;
> ^
> GCArray.m:285:1: warning: designated initializer missing a 'super' call to a 
> designated initializer of the super class
>      [-Wobjc-designated-initializers]
> - (id) initWithCapacity: (NSUInteger)aNumItems
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:123:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)initWithCapacity:(NSUInteger)numItems 
> NS_DESIGNATED_INITIALIZER;
> ^
> 4 warnings generated.
> Compiling file GCDictionary.m ...
> GCDictionary.m:261:1: warning: designated initializer missing a 'super' call 
> to a designated initializer of the super class
>      [-Wobjc-designated-initializers]
> - (id) initWithObjects: (const id[])objects
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:23:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)initWithObjects:(const ObjectType [])objects forKeys:(const 
> KeyType <NSCopying> [])keys count:(NSUInteger)c...
> ^
> GCDictionary.m:362:16: warning: designated initializer should only invoke a 
> designated initializer on 'super'
>      [-Wobjc-designated-initializers]
>  return [self initWithCapacity: 0];
>               ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)init NS_DESIGNATED_INITIALIZER;
> ^
> GCDictionary.m:360:1: warning: designated initializer missing a 'super' call 
> to a designated initializer of the super class
>      [-Wobjc-designated-initializers]
> - (id) init
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)init NS_DESIGNATED_INITIALIZER;
> ^
> GCDictionary.m:365:1: warning: designated initializer missing a 'super' call 
> to a designated initializer of the super class
>      [-Wobjc-designated-initializers]
> - (id) initWithCapacity: (NSUInteger)aNumItems
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:100:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)initWithCapacity:(NSUInteger)numItems 
> NS_DESIGNATED_INITIALIZER;
> ^
> 4 warnings generated.
> Compiling file GSLock.m ...
> Compiling file GSMime.m ...
> GSMime.m:1606:33: warning: 'NSHTTPPropertyStatusCodeKey' is deprecated: first 
> deprecated in OS X 10.4 [-Wdeprecated-declarations]
>      num = [info objectForKey: NSHTTPPropertyStatusCodeKey];
>                                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:12:29:
>  note: 
>      'NSHTTPPropertyStatusCodeKey' has been explicitly marked deprecated here
> FOUNDATION_EXPORT NSString *NSHTTPPropertyStatusCodeKey NS_DEPRECATED(10_0, 
> 10_4, NA, NA);
>                            ^
> GSMime.m:1979:17: warning: 'NSHTTPPropertyServerHTTPVersionKey' is 
> deprecated: first deprecated in OS X 10.4
>      [-Wdeprecated-declarations]
>               forKey: NSHTTPPropertyServerHTTPVersionKey];
>                       ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:14:29:
>  note: 
>      'NSHTTPPropertyServerHTTPVersionKey' has been explicitly marked 
> deprecated here
> FOUNDATION_EXPORT NSString *NSHTTPPropertyServerHTTPVersionKey 
> NS_DEPRECATED(10_0, 10_4, NA, NA);
>                            ^
> GSMime.m:1981:17: warning: 'NSHTTPPropertyStatusCodeKey' is deprecated: first 
> deprecated in OS X 10.4 [-Wdeprecated-declarations]
>               forKey: NSHTTPPropertyStatusCodeKey];
>                       ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:12:29:
>  note: 
>      'NSHTTPPropertyStatusCodeKey' has been explicitly marked deprecated here
> FOUNDATION_EXPORT NSString *NSHTTPPropertyStatusCodeKey NS_DEPRECATED(10_0, 
> 10_4, NA, NA);
>                            ^
> GSMime.m:1985:17: warning: 'NSHTTPPropertyStatusReasonKey' is deprecated: 
> first deprecated in OS X 10.4 [-Wdeprecated-declarations]
>               forKey: NSHTTPPropertyStatusReasonKey];
>                       ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:13:29:
>  note: 
>      'NSHTTPPropertyStatusReasonKey' has been explicitly marked deprecated 
> here
> FOUNDATION_EXPORT NSString *NSHTTPPropertyStatusReasonKey NS_DEPRECATED(10_0, 
> 10_4, NA, NA);
>                            ^
> GSMime.m:4490:23: warning: direct comparison of a string literal has 
> undefined behavior [-Wobjc-string-compare]
>  if (@"content-type" == lower)
>      ~~~~~~~~~~~~~~~ ^
> GSMime.m:4490:23: note: use 'isEqual:' instead
>  if (@"content-type" == lower)
>                      ^~
>      [                isEqual: ]
> GSMime.m:8959:17: warning: 'getStreamsToHost:port:inputStream:outputStream:' 
> is deprecated: first deprecated in OS X 10.10 - Please
>      use getStreamsToHostWithName:port:inputStream:outputStream: instead 
> [-Wdeprecated-declarations]
>      [NSStream getStreamsToHost: h
>                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:89:1:
>  note: 
>      'getStreamsToHost:port:inputStream:outputStream:' has been explicitly 
> marked deprecated here
> + (void)getStreamsToHost:(NSHost *)host port:(NSInteger)port 
> inputStream:(NSInputStream * __nullable * __nullable)inputStre...
> ^
> GSMime.m:8972:39: warning: sending 'GSMimeSMTPClient *' to parameter of 
> incompatible type 'id<NSStreamDelegate> _Nullable'
>      [internal->istream setDelegate: self];
>                                      ^~~~
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:38:52:
>  note: 
>      passing argument to parameter 'delegate' here
> @property (nullable, assign) id <NSStreamDelegate> delegate;
>                                                   ^
> GSMime.m:8973:39: warning: sending 'GSMimeSMTPClient *' to parameter of 
> incompatible type 'id<NSStreamDelegate> _Nullable'
>      [internal->ostream setDelegate: self];
>                                      ^~~~
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:38:52:
>  note: 
>      passing argument to parameter 'delegate' here
> @property (nullable, assign) id <NSStreamDelegate> delegate;
>                                                   ^
> 8 warnings generated.
> Compiling file GSXML.m ...
> GSXML.m:534:13: warning: 'writeToFile:atomically:' is deprecated: first 
> deprecated in OS X 10.4 [-Wdeprecated-declarations]
>  return [s writeToFile: filename atomically: useAuxilliaryFile];
>            ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:469:1:
>  note: 
>      'writeToFile:atomically:' has been explicitly marked deprecated here
> - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)useAuxiliaryFile 
> NS_DEPRECATED(10_0, 10_4, 2_0, 2_0);
> ^
> GSXML.m:549:13: warning: 'writeToURL:atomically:' is deprecated: first 
> deprecated in OS X 10.4 [-Wdeprecated-declarations]
>  return [s writeToURL: url atomically: useAuxilliaryFile];
>            ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:470:1:
>  note: 
>      'writeToURL:atomically:' has been explicitly marked deprecated here
> - (BOOL)writeToURL:(NSURL *)url atomically:(BOOL)atomically 
> NS_DEPRECATED(10_0, 10_4, 2_0, 2_0);
> ^
> GSXML.m:2177:27: warning: 'resourceDataUsingCache:' is deprecated: first 
> deprecated in OS X 10.4 [-Wdeprecated-declarations]
>      NSData    *data = [src resourceDataUsingCache: YES];
>                             ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:583:1:
>  note: 
>      'resourceDataUsingCache:' has been explicitly marked deprecated here
> - (nullable NSData *)resourceDataUsingCache:(BOOL)shouldUseCache 
> NS_DEPRECATED(10_0, 10_4, 2_0, 2_0); // Blocks to load th...
> ^
> GSXML.m:2327:19: warning: 'lossyCString' is deprecated: first deprecated in 
> OS X 10.4 [-Wdeprecated-declarations]
>      file = [src lossyCString];
>                  ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:463:1:
>  note: 
>      'lossyCString' has been explicitly marked deprecated here
> - (nullable const char *)lossyCString NS_RETURNS_INNER_POINTER 
> NS_DEPRECATED(10_0, 10_4, 2_0, 2_0);
> ^
> GSXML.m:2331:36: warning: 'lossyCString' is deprecated: first deprecated in 
> OS X 10.4 [-Wdeprecated-declarations]
>      file = [[src absoluteString] lossyCString];
>                                   ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:463:1:
>  note: 
>      'lossyCString' has been explicitly marked deprecated here
> - (nullable const char *)lossyCString NS_RETURNS_INNER_POINTER 
> NS_DEPRECATED(10_0, 10_4, 2_0, 2_0);
> ^
> GSXML.m:4100:31: warning: 'cString' is deprecated: first deprecated in OS X 
> 10.4 [-Wdeprecated-declarations]
>                  parameters[pNum++] = [key cString];
>                                            ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:462:1:
>  note: 
>      'cString' has been explicitly marked deprecated here
> - (nullable const char *)cString NS_RETURNS_INNER_POINTER NS_DEPRECATED(10_0, 
> 10_4, 2_0, 2_0);
> ^
> GSXML.m:4101:33: warning: 'cString' is deprecated: first deprecated in OS X 
> 10.4 [-Wdeprecated-declarations]
>                  parameters[pNum++] = [value cString];
>                                              ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:462:1:
>  note: 
>      'cString' has been explicitly marked deprecated here
> - (nullable const char *)cString NS_RETURNS_INNER_POINTER NS_DEPRECATED(10_0, 
> 10_4, 2_0, 2_0);
> ^
> GSXML.m:4668:13: warning: 'descriptionWithCalendarFormat:timeZone:locale:' is 
> deprecated: first deprecated in OS X 10.10
>      [-Wdeprecated-declarations]
>  s = [self descriptionWithCalendarFormat: @"%Y%m%dT%H:%M:%S"
>            ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:1:
>  note: 
>      'descriptionWithCalendarFormat:timeZone:locale:' has been explicitly 
> marked deprecated here
> - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString 
> *)format timeZone:(nullable NSTimeZone *)aTimeZone ...
> ^
> GSXML.m:4887:7: warning: 'NSCalendarDate' is deprecated: first deprecated in 
> OS X 10.10 - Use NSCalendar and NSDateComponents and
>      NSDateFormatter instead [-Wdeprecated-declarations]
>      NSCalendarDate    *d;
>      ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:25:12:
>  note: 
>      'NSCalendarDate' has been explicitly marked deprecated here
> @interface NSCalendarDate : NSDate {
>           ^
> GSXML.m:4909:28: warning: 'NSCalendarDate' is deprecated: first deprecated in 
> OS X 10.10 - Use NSCalendar and NSDateComponents and
>      NSDateFormatter instead [-Wdeprecated-declarations]
>      d = [[NSCalendarDate alloc] initWithYear: year
>                           ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:25:12:
>  note: 
>      'NSCalendarDate' has been explicitly marked deprecated here
> @interface NSCalendarDate : NSDate {
>           ^
> GSXML.m:4909:35: warning: 
> 'initWithYear:month:day:hour:minute:second:timeZone:' is deprecated: first 
> deprecated in OS X 10.10
>      [-Wdeprecated-declarations]
>      d = [[NSCalendarDate alloc] initWithYear: year
>                                  ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:61:1:
>  note: 
>      'initWithYear:month:day:hour:minute:second:timeZone:' has been 
> explicitly marked deprecated here
> - (id)initWithYear:(NSInteger)year month:(NSUInteger)month 
> day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)min...
> ^
> GSXML.m:5456:30: warning: 'initWithRequest:delegate:' is deprecated: first 
> deprecated in OS X 10.11 - Use NSURLSession
>      (see NSURLSession.h) [-Wdeprecated-declarations]
>    connection = [connection initWithRequest: request delegate: self];
>                             ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:119:1:
>  note: 
>      'initWithRequest:delegate:' has been explicitly marked deprecated here
> - (nullable instancetype)initWithRequest:(NSURLRequest *)request 
> delegate:(nullable id)delegate NS_DEPRECATED(10_3, 10_11, ...
> ^
> GSXML.m:4996:17: warning: method 'URLHandle:resourceDataDidBecomeAvailable:' 
> in protocol 'NSURLHandleClient' not implemented
>      [-Wprotocol]
> @implementation GSXMLRPC
>                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:42:1:
>  note: 
>      method 'URLHandle:resourceDataDidBecomeAvailable:' declared here
> - (void)URLHandle:(NSURLHandle *)sender 
> resourceDataDidBecomeAvailable:(NSData *)newBytes NS_DEPRECATED(10_0, 10_4, 
> NA, NA);
> ^
> GSXML.m:4996:17: warning: method 'URLHandleResourceDidBeginLoading:' in 
> protocol 'NSURLHandleClient' not implemented [-Wprotocol]
> @implementation GSXMLRPC
>                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:43:1:
>  note: 
>      method 'URLHandleResourceDidBeginLoading:' declared here
> - (void)URLHandleResourceDidBeginLoading:(NSURLHandle *)sender 
> NS_DEPRECATED(10_0, 10_4, NA, NA);
> ^
> GSXML.m:4996:17: warning: method 'URLHandleResourceDidFinishLoading:' in 
> protocol 'NSURLHandleClient' not implemented [-Wprotocol]
> @implementation GSXMLRPC
>                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:44:1:
>  note: 
>      method 'URLHandleResourceDidFinishLoading:' declared here
> - (void)URLHandleResourceDidFinishLoading:(NSURLHandle *)sender 
> NS_DEPRECATED(10_0, 10_4, NA, NA);
> ^
> GSXML.m:4996:17: warning: method 'URLHandleResourceDidCancelLoading:' in 
> protocol 'NSURLHandleClient' not implemented [-Wprotocol]
> @implementation GSXMLRPC
>                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:45:1:
>  note: 
>      method 'URLHandleResourceDidCancelLoading:' declared here
> - (void)URLHandleResourceDidCancelLoading:(NSURLHandle *)sender 
> NS_DEPRECATED(10_0, 10_4, NA, NA);
> ^
> GSXML.m:4996:17: warning: method 
> 'URLHandle:resourceDidFailLoadingWithReason:' in protocol 'NSURLHandleClient' 
> not implemented
>      [-Wprotocol]
> @implementation GSXMLRPC
>                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLHandle.h:46:1:
>  note: 
>      method 'URLHandle:resourceDidFailLoadingWithReason:' declared here
> - (void)URLHandle:(NSURLHandle *)sender 
> resourceDidFailLoadingWithReason:(NSString *)reason NS_DEPRECATED(10_0, 10_4, 
> NA, NA);
> ^
> 17 warnings generated.
> Compiling file GSFunctions.m ...
> Compiling file GSInsensitiveDictionary.m ...
> GSInsensitiveDictionary.m:140:16: warning: designated initializer should only 
> invoke a designated initializer on 'super'
>      [-Wobjc-designated-initializers]
>  return [self initWithObjects: 0 forKeys: 0 count: 0];
>               ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:19:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)init NS_DESIGNATED_INITIALIZER;
> ^
> GSInsensitiveDictionary.m:138:1: warning: designated initializer missing a 
> 'super' call to a designated initializer of the super
>      class [-Wobjc-designated-initializers]
> - (id) init
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:19:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)init NS_DESIGNATED_INITIALIZER;
> ^
> GSInsensitiveDictionary.m:173:1: warning: designated initializer missing a 
> 'super' call to a designated initializer of the super
>      class [-Wobjc-designated-initializers]
> - (id) initWithObjects: (const id[])objs forKeys: (const id 
> <NSCopying>[])keys count: (NSUInteger)c
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:23:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)initWithObjects:(const ObjectType [])objects forKeys:(const 
> KeyType <NSCopying> [])keys count:(NSUInteger)c...
> ^
> GSInsensitiveDictionary.m:369:16: warning: designated initializer should only 
> invoke a designated initializer on 'super'
>      [-Wobjc-designated-initializers]
>  return [self initWithCapacity: 0];
>               ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)init NS_DESIGNATED_INITIALIZER;
> ^
> GSInsensitiveDictionary.m:367:1: warning: designated initializer missing a 
> 'super' call to a designated initializer of the super
>      class [-Wobjc-designated-initializers]
> - (id) init
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)init NS_DESIGNATED_INITIALIZER;
> ^
> GSInsensitiveDictionary.m:373:1: warning: designated initializer missing a 
> 'super' call to a designated initializer of the super
>      class [-Wobjc-designated-initializers]
> - (id) initWithCapacity: (NSUInteger)cap
> ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:100:1:
>  note: 
>      method marked as designated initializer of the class here
> - (instancetype)initWithCapacity:(NSUInteger)numItems 
> NS_DESIGNATED_INITIALIZER;
> ^
> 6 warnings generated.
> Compiling file NSArray+GNUstepBase.m ...
> Compiling file NSAttributedString+GNUstepBase.m ...
> Compiling file NSBundle+GNUstepBase.m ...
> Compiling file NSCalendarDate+GNUstepBase.m ...
> NSCalendarDate+GNUstepBase.m:32:17: warning: 'NSCalendarDate' is deprecated: 
> first deprecated in OS X 10.10 - Use NSCalendar and
>      NSDateComponents and NSDateFormatter instead [-Wdeprecated-declarations]
> @implementation NSCalendarDate (GNUstepBase)
>                ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:25:12:
>  note: 
>      'NSCalendarDate' has been explicitly marked deprecated here
> @interface NSCalendarDate : NSDate {
>           ^
> 1 warning generated.
> Compiling file NSData+GNUstepBase.m ...
> Compiling file NSDebug+GNUstepBase.m ...
> NSDebug+GNUstepBase.m:49:7: warning: implicit declaration of function 
> 'class_isMetaClass' is invalid in C99
>      [-Wimplicit-function-declaration]
>  if (class_isMetaClass(cls))
>      ^
> 1 warning generated.
> Compiling file NSError+GNUstepBase.m ...
> Compiling file NSHashTable+GNUstepBase.m ...
> Compiling file NSFileHandle+GNUstepBase.m ...
> Compiling file NSLock+GNUstepBase.m ...
> Compiling file NSMutableString+GNUstepBase.m ...
> NSMutableString+GNUstepBase.m:58:31: warning: conflicting parameter types in 
> implementation of 'compare:options:range:':
>      'NSStringCompareOptions' (aka 'enum NSStringCompareOptions') vs 
> 'NSUInteger' (aka 'unsigned long')
>      [-Wmismatched-parameter-types]
>                       options: (NSUInteger)mask
>                                 ~~~~~~~~~~ ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:108:82:
>  note: 
>      previous definition is here
> - (NSComparisonResult)compare:(NSString *)string 
> options:(NSStringCompareOptions)mask range:(NSRange)compareRange;
>                                                          
> ~~~~~~~~~~~~~~~~~~~~~~ ^
> NSMutableString+GNUstepBase.m:204:26: warning: conflicting parameter types in 
> implementation of 'rangeOfString:options:range:':
>      'NSStringCompareOptions' (aka 'enum NSStringCompareOptions') vs 
> 'NSUInteger' (aka 'unsigned long')
>      [-Wmismatched-parameter-types]
>                  options: (NSUInteger)mask
>                            ~~~~~~~~~~ ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:146:83:
>  note: 
>      previous definition is here
> - (NSRange)rangeOfString:(NSString *)searchString 
> options:(NSStringCompareOptions)mask range:(NSRange)searchRange;
>                                                           
> ~~~~~~~~~~~~~~~~~~~~~~ ^
> NSMutableString+GNUstepBase.m:197:29: warning: conflicting parameter types in 
> implementation of
>      'rangeOfCharacterFromSet:options:range:': 'NSStringCompareOptions' (aka 
> 'enum NSStringCompareOptions') vs 'NSUInteger'
>      (aka 'unsigned long') [-Wmismatched-parameter-types]
>                            options: (NSUInteger)mask
>                                      ~~~~~~~~~~ ^
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:153:96:
>  note: 
>      previous definition is here
> - (NSRange)rangeOfCharacterFromSet:(NSCharacterSet *)searchSet 
> options:(NSStringCompareOptions)mask range:(NSRange)searchRange;
>                                                                        
> ~~~~~~~~~~~~~~~~~~~~~~ ^
> 3 warnings generated.
> Compiling file NSNumber+GNUstepBase.m ...
> Compiling file NSObject+GNUstepBase.m ...
> NSObject+GNUstepBase.m:83:10: warning: implicit declaration of function 
> 'class_isMetaClass' is invalid in C99
>      [-Wimplicit-function-declaration]
>  return class_isMetaClass([self class]) ? NO : YES;
>         ^
> NSObject+GNUstepBase.m:102:31: warning: implicit declaration of function 
> 'object_getClass' is invalid in C99
>      [-Wimplicit-function-declaration]
>  char  c = (class_isMetaClass(object_getClass(self)) ? '+' : '-');
>                               ^
> NSObject+GNUstepBase.m:326:14: warning: implicit declaration of function 
> 'class_getInstanceSize' is invalid in C99
>      [-Wimplicit-function-declaration]
>      return class_getInstanceSize(object_getClass(self));
>             ^
> NSObject+GNUstepBase.m:331:27: warning: duplicate definition of category 
> 'MemoryFootprint' on interface 'NSObject'
> @interface      NSObject (MemoryFootprint)
>                          ^
> ./GNUstepBase/NSObject+GNUstepBase.h:118:17: note: previous definition is here
> @interface      NSObject(MemoryFootprint)
>                ^
> NSObject+GNUstepBase.m:332:59: error: expected ';' after method prototype
> + (NSUInteger) sizeInBytesExcluding: (NSHashTable*)exclude
>                                                          ^
>                                                          ;
> 4 warnings and 1 error generated.
> gnumake[4]: *** [obj/Additions.obj/NSObject+GNUstepBase.m.o] Error 1
> gnumake[3]: *** [internal-subproject-all_] Error 2
> gnumake[2]: *** [Additions.all.subproject.variables] Error 2
> gnumake[1]: *** [internal-all] Error 2
> make: *** [internal-all] Error 2
> 
> 
> 
> _______________________________________________
> Gnustep-dev mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnustep-dev




reply via email to

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