Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1697933037:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1697933054:prepare_executor section_start:1697933054:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1697933069:prepare_script section_start:1697933069:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 8c15515b as master... Removing test-lisp-inotify-8c15515b/ Skipping Git submodules setup section_end:1697933087:get_sources section_start:1697933087:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info Client: Debug Mode: false Server: Containers: 27 Running: 6 Paused: 0 Stopped: 21 Images: 11 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. Login Succeeded WARNING! Your password will be stored unencrypted in /.docker-config-8c15515b62cacae06dd3ced6492142ce185e5adb/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.0s done #2 DONE 5.1s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 6.6s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 2.1s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:c141beaa9... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 33B 0.0s #7 transferring context: 35.23MB 5.1s #7 transferring context: 61.59MB 10.1s #7 transferring context: 112.91MB 15.2s #7 transferring context: 138.19MB 20.2s #7 transferring context: 165.58MB 25.4s #7 transferring context: 184.83MB 30.5s #7 transferring context: 205.60MB 35.6s #7 transferring context: 228.86MB 40.7s #7 transferring context: 248.98MB 45.8s #7 transferring context: 274.07MB 50.8s done #7 DONE 53.1s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 70.6s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 1.7s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 3.260 Checking whether you have the necessary tools... #10 3.260 (Read INSTALL.REPO for more details on building Emacs) #10 3.278 Checking for autoconf (need at least version 2.65) ... ok #10 3.433 Your system has the required tools. #10 3.456 Building aclocal.m4 ... #10 3.456 Running 'autoreconf -fi -I m4' ... #10 43.76 Building 'aclocal.m4' in exec ... #10 43.76 Running 'autoreconf -fi' in exec ... #10 51.06 You can now run './autogen.sh git'. #10 DONE 51.5s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 2.834 checking for xcrun... no #11 2.834 checking for GNU Make... make #11 2.917 checking build system type... x86_64-pc-linux-gnu #11 3.516 checking host system type... x86_64-pc-linux-gnu #11 3.619 checking for gcc... gcc #11 3.924 checking whether the C compiler works... yes #11 4.412 checking for C compiler default output file name... a.out #11 4.434 checking for suffix of executables... #11 4.848 checking whether we are cross compiling... no #11 5.281 checking for suffix of object files... o #11 5.504 checking whether we are using the GNU C compiler... yes #11 5.696 checking whether gcc accepts -g... yes #11 5.883 checking for gcc option to enable C11 features... none needed #11 6.533 checking whether the compiler is clang... no #11 6.814 checking for compiler option needed when checking for declarations... none #11 6.814 checking whether gcc and cc understand -c and -o together... yes #11 7.380 checking how to run the C preprocessor... gcc -E #11 7.810 checking for grep that handles long lines and -e... /bin/grep #11 7.842 checking for egrep... /bin/grep -E #11 7.865 checking for ANSI C header files... yes #11 8.744 checking for sys/types.h... yes #11 8.947 checking for sys/stat.h... yes #11 9.214 checking for stdlib.h... yes #11 9.575 checking for string.h... yes #11 9.780 checking for memory.h... yes #11 10.06 checking for strings.h... yes #11 10.29 checking for inttypes.h... yes #11 10.55 checking for stdint.h... yes #11 10.85 checking for unistd.h... yes #11 11.14 checking for wchar.h... yes #11 11.35 checking for minix/config.h... no #11 11.56 checking for linux/fs.h... yes #11 12.01 checking for malloc.h... yes #11 12.46 checking for sys/systeminfo.h... no #11 12.88 checking for sys/sysinfo.h... yes #11 13.29 checking for coff.h... no #11 13.72 checking for pty.h... yes #11 14.31 checking for sys/resource.h... yes #11 14.92 checking for sys/utsname.h... yes #11 15.38 checking for pwd.h... yes #11 15.82 checking for util.h... no #11 16.11 checking for sanitizer/lsan_interface.h... yes #11 16.58 checking for sanitizer/asan_interface.h... yes #11 16.88 checking for sanitizer/common_interface_defs.h... yes #11 17.34 checking for sys/socket.h... yes #11 17.82 checking for stdlib.h... (cached) yes #11 17.91 checking for unistd.h... (cached) yes #11 18.01 checking for sys/param.h... yes #11 18.58 checking for pthread.h... yes #11 18.87 checking for malloc/malloc.h... no #11 19.07 checking for sys/un.h... yes #11 19.43 checking for utmp.h... yes #11 19.73 checking for utmpx.h... yes #11 20.05 checking for OS.h... no #11 20.26 checking for dirent.h... yes #11 20.57 checking for execinfo.h... yes #11 20.83 checking for linux/xattr.h... yes #11 21.20 checking for stdio_ext.h... yes #11 21.45 checking for sys/vfs.h... yes #11 21.90 checking for sys/fs_types.h... no #11 22.22 checking for getopt.h... yes #11 22.66 checking for sys/cdefs.h... yes #11 23.05 checking for sys/time.h... yes #11 23.46 checking for ieee754.h... yes #11 23.87 checking for limits.h... yes #11 24.24 checking for inttypes.h... (cached) yes #11 24.31 checking for sys/types.h... (cached) yes #11 24.41 checking for stdint.h... (cached) yes #11 24.49 checking for sys/select.h... yes #11 24.88 checking for stdbool.h... yes #11 25.10 checking for stdckdint.h... no #11 25.44 checking for sys/random.h... yes #11 25.90 checking for sys/stat.h... (cached) yes #11 25.94 checking whether it is safe to define __EXTENSIONS__... yes #11 26.22 checking whether _XOPEN_SOURCE should be defined... no #11 26.50 checking for Minix Amsterdam compiler... no #11 26.65 checking for ar... ar #11 26.65 checking for ranlib... ranlib #11 26.67 checking for gcc option to enable large file support... none needed #11 27.17 checking for gcc option for timestamps after 2038... none needed #11 27.41 checking for g++... g++ #11 27.68 checking whether we are using the GNU C++ compiler... yes #11 27.86 checking whether g++ accepts -g... yes #11 28.12 checking for g++ option to enable C++11 features... none needed #11 82.64 checking how to run the C++ preprocessor... g++ -E #11 83.33 checking whether gcc accepts -g3 -O2... yes #11 83.74 checking whether the compiler is clang... no #11 84.00 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 84.24 checking whether -Wno-missing-field-initializers is needed... yes #11 84.68 checking whether -Wuninitialized is supported... yes #11 85.12 checking whether C compiler handles -fstrict-flex-arrays... no #11 85.34 checking whether C compiler handles -Wall... yes #11 85.97 checking whether C compiler handles -Warith-conversion... yes #11 86.42 checking whether C compiler handles -Wdate-time... yes #11 86.80 checking whether C compiler handles -Wdisabled-optimization... yes #11 87.53 checking whether C compiler handles -Wdouble-promotion... yes #11 88.08 checking whether C compiler handles -Wduplicated-cond... yes #11 88.70 checking whether C compiler handles -Wextra... yes #11 89.28 checking whether C compiler handles -Wformat-signedness... yes #11 89.85 checking whether C compiler handles -Winit-self... yes #11 90.31 checking whether C compiler handles -Winvalid-pch... yes #11 90.68 checking whether C compiler handles -Wlogical-op... yes #11 91.11 checking whether C compiler handles -Wmissing-declarations... yes #11 91.58 checking whether C compiler handles -Wmissing-include-dirs... yes #11 92.24 checking whether C compiler handles -Wmissing-prototypes... yes #11 92.86 checking whether C compiler handles -Wnested-externs... yes #11 93.55 checking whether C compiler handles -Wnull-dereference... yes #11 94.03 checking whether C compiler handles -Wold-style-definition... yes #11 94.63 checking whether C compiler handles -Wopenmp-simd... yes #11 95.17 checking whether C compiler handles -Wpacked... yes #11 95.61 checking whether C compiler handles -Wpointer-arith... yes #11 96.06 checking whether C compiler handles -Wstrict-flex-arrays... no #11 96.29 checking whether C compiler handles -Wstrict-prototypes... yes #11 96.67 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 96.88 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 97.33 checking whether C compiler handles -Wsuggest-final-methods... yes #11 97.99 checking whether C compiler handles -Wsuggest-final-types... yes #11 98.49 checking whether C compiler handles -Wtrampolines... yes #11 98.99 checking whether C compiler handles -Wuninitialized... yes #11 99.27 checking whether C compiler handles -Wunknown-pragmas... yes #11 99.77 checking whether C compiler handles -Wunused-macros... yes #11 100.2 checking whether C compiler handles -Wvariadic-macros... yes #11 100.5 checking whether C compiler handles -Wvector-operation-performance... yes #11 100.9 checking whether C compiler handles -Wwrite-strings... yes #11 101.3 checking whether C compiler handles -Warray-bounds=2... yes #11 101.8 checking whether C compiler handles -Wattribute-alias=2... yes #11 102.2 checking whether C compiler handles -Wformat=2... yes #11 102.4 checking whether C compiler handles -Wformat-truncation=2... yes #11 102.7 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 103.1 checking whether C compiler handles -Wshift-overflow=2... yes #11 103.5 checking whether C compiler handles -Wuse-after-free=3... no #11 103.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 104.3 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 104.6 checking whether C compiler handles -Wredundant-decls... yes #11 105.0 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 105.0 checking whether C compiler handles -Wno-override-init... yes #11 105.3 checking whether C compiler handles -Wno-sign-compare... yes #11 105.6 checking whether C compiler handles -Wno-type-limits... yes #11 106.0 checking whether C compiler handles -Wno-unused-parameter... yes #11 106.3 checking whether C compiler handles -Wno-format-nonliteral... yes #11 106.5 checking whether C compiler handles -Wno-bidi-chars... no #11 106.6 checking for a BSD-compatible install... /usr/bin/install -c #11 106.7 checking command to symlink files in the same directory... ln -s #11 106.7 checking for install-info... : #11 106.7 checking for gzip... /bin/gzip #11 106.7 checking for 'find' args to delete a file... -delete #11 106.8 checking for brew... no #11 107.8 checking for -znocombreloc... not needed #11 107.8 checking whether addresses are sanitized... no #11 108.0 checking for math library... -lm #11 109.7 checking for struct passwd.pw_gecos... yes #11 110.0 checking for pkg-config... /usr/bin/pkg-config #11 110.0 checking pkg-config is at least version 0.9.0... yes #11 110.1 checking for machine/soundcard.h... no #11 110.2 checking for sys/soundcard.h... yes #11 110.6 checking for soundcard.h... no #11 110.9 checking for mmsystem.h... no #11 111.2 checking for _oss_ioctl in -lossaudio... no #11 111.6 checking for alsa >= 1.0.0... no #11 111.7 checking for ADDR_NO_RANDOMIZE... yes #11 112.0 checking if Linux sysinfo may be used... yes #11 113.3 checking for sys/wait.h that is POSIX.1 compatible... yes #11 113.6 checking for net/if.h... yes #11 114.1 checking for ifaddrs.h... yes #11 114.6 checking for net/if_dl.h... no #11 115.0 checking for struct ifreq.ifr_flags... yes #11 115.4 checking for struct ifreq.ifr_hwaddr... yes #11 116.1 checking for struct ifreq.ifr_netmask... yes #11 116.7 checking for struct ifreq.ifr_broadaddr... yes #11 117.2 checking for struct ifreq.ifr_addr... yes #11 117.9 checking for struct ifreq.ifr_addr.sa_len... no #11 119.2 checking whether gcc understands -MMD -MF... yes #11 119.3 checking for X... no #11 120.2 checking AppKit/AppKit.h usability... yes #11 122.7 checking AppKit/AppKit.h presence... yes #11 123.4 checking for AppKit/AppKit.h... yes #11 123.4 checking for Mac OS X 12.0 or later... yes #11 123.5 checking for gcc... gcc #11 123.7 checking whether we are using the GNU Objective C compiler... yes #11 123.8 checking whether gcc accepts -g... yes #11 123.9 checking if the Objective C compiler supports instancetype... yes #11 124.0 checking if the Objective C compiler defaults to C99... no #11 124.1 checking whether malloc is Doug Lea style... no #11 124.3 checking for sbrk... yes #11 124.6 checking for __lsan_ignore_object... no #11 125.3 checking for fchmod... yes #11 125.6 checking for utmpname... yes #11 125.8 checking for utmpxname... yes #11 126.2 checking for canonicalize_file_name... yes #11 126.5 checking for realpath... yes #11 126.9 checking for lstat... yes #11 127.6 checking for fchmodat... yes #11 128.0 checking for lchmod... no #11 128.2 checking for fcntl... yes #11 128.9 checking for fdopendir... yes #11 129.4 checking for listxattr... yes #11 129.8 checking for fstatat... yes #11 130.3 checking for fsync... yes #11 130.5 checking for gettimeofday... yes #11 130.9 checking for memset_explicit... no #11 131.3 checking for memset_s... no #11 131.6 checking for pselect... yes #11 132.0 checking for readlink... yes #11 132.6 checking for isblank... yes #11 133.1 checking for iswctype... yes #11 133.7 checking for strtoimax... yes #11 134.2 checking for symlink... yes #11 134.9 checking for localtime_r... yes #11 135.5 checking for getdtablesize... yes #11 136.1 checking for getpagesize... yes #11 136.6 checking for working mmap... yes #11 137.4 checking for main in -lXbsd... no #11 137.8 checking for pthread library... -lpthread #11 139.1 checking for thread support... yes #11 139.1 checking for librsvg-2.0 >= 2.14.0... no #11 139.2 checking for libwebpdemux >= 0.6.0... no #11 139.2 checking for WebPGetInfo... no #11 139.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 139.8 checking for sqlite3_open_v2 in -lsqlite3... no #11 140.1 checking for getaddrinfo_a in -lanl... yes #11 140.7 checking for malloc_trim... yes #11 141.1 checking for dbus-1 >= 1.0... yes #11 141.3 checking for dbus_watch_get_unix_fd... yes #11 142.0 checking for dbus_type_is_valid... yes #11 142.8 checking for dbus_validate_bus_name... yes #11 143.6 checking for dbus_validate_path... yes #11 144.4 checking for dbus_validate_interface... yes #11 145.2 checking for dbus_validate_member... yes #11 145.9 checking for lgetfilecon in -lselinux... no #11 146.7 checking for gnutls >= 2.12.2... yes #11 146.9 checking for libsystemd >= 222... no #11 146.9 checking for jansson >= 2.7... no #11 147.0 checking for tree-sitter >= 0.20.2... no #11 147.0 checking for tree-sitter >= 0.6.3... no #11 147.0 checking sys/inotify.h usability... yes #11 147.2 checking sys/inotify.h presence... yes #11 147.3 checking for sys/inotify.h... yes #11 147.3 checking for inotify_init1... yes #11 148.1 checking for jpeglib 6b or later... no #11 148.4 checking for lcms2... no #11 148.4 checking for library containing inflateEnd... -lz #11 149.1 checking for dladdr... yes #11 149.5 checking for dlfunc... no #11 150.0 checking for libpng >= 1.0.0... no #11 150.0 checking for libpng not configured by pkg-config... no #11 150.3 checking tiffio.h usability... no #11 150.5 checking tiffio.h presence... no #11 150.6 checking for tiffio.h... no #11 150.6 checking gif_lib.h usability... no #11 150.9 checking gif_lib.h presence... no #11 151.0 checking for gif_lib.h... no #11 151.0 checking gpm.h usability... no #11 151.3 checking gpm.h presence... no #11 151.4 checking for gpm.h... no #11 151.4 checking for libxml-2.0 > 2.6.17... no #11 151.5 checking for maillock in -lmail... no #11 151.8 checking for maillock in -llockfile... no #11 152.0 checking for liblockfile.so... no #11 152.0 checking maillock.h usability... no #11 152.3 checking maillock.h presence... no #11 152.4 checking for maillock.h... no #11 152.4 checking linux/seccomp.h usability... yes #11 152.7 checking linux/seccomp.h presence... yes #11 152.8 checking for linux/seccomp.h... yes #11 152.8 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 153.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 153.3 checking linux/filter.h usability... yes #11 153.7 checking linux/filter.h presence... yes #11 153.7 checking for linux/filter.h... yes #11 153.8 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 153.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 153.9 checking for libseccomp >= 2.5.2... no #11 154.0 checking size of long... 8 #11 154.6 checking for accept4... yes #11 155.1 checking for fchdir... yes #11 155.5 checking for gethostname... yes #11 156.1 checking for getrusage... yes #11 156.6 checking for get_current_dir_name... yes #11 157.2 checking for lrand48... yes #11 157.7 checking for random... yes #11 158.2 checking for rint... yes #11 158.9 checking for tcdrain... yes #11 159.3 checking for trunc... yes #11 159.8 checking for select... yes #11 160.2 checking for getpagesize... (cached) yes #11 160.3 checking for setlocale... yes #11 160.9 checking for newlocale... yes #11 161.5 checking for getrlimit... yes #11 162.3 checking for setrlimit... yes #11 163.0 checking for shutdown... yes #11 163.8 checking for pthread_sigmask... (cached) yes #11 163.8 checking for strsignal... yes #11 165.0 checking for setitimer... yes #11 165.6 checking for sendto... yes #11 166.2 checking for recvfrom... yes #11 166.9 checking for getsockname... yes #11 167.4 checking for getifaddrs... yes #11 168.1 checking for freeifaddrs... yes #11 168.6 checking for gai_strerror... yes #11 169.1 checking for sync... yes #11 169.7 checking for endpwent... yes #11 170.2 checking for getgrent... yes #11 170.5 checking for endgrent... yes #11 171.0 checking for renameat2... yes #11 171.5 checking for cfmakeraw... yes #11 171.9 checking for cfsetspeed... yes #11 172.4 checking for __executable_start... yes #11 172.7 checking for log2... yes #11 173.3 checking for pthread_setname_np... yes #11 173.8 checking for pthread_set_name_np... no #11 174.3 checking for getpwent... yes #11 174.8 checking whether pthread_setname_np takes a single argument... no #11 174.9 checking whether pthread_setname_np takes three arguments... no #11 175.2 checking for aligned_alloc... yes #11 175.7 checking whether aligned_alloc is declared... yes #11 176.0 checking for posix_madvise... yes #11 176.4 checking for madvise... yes #11 176.8 checking for __builtin_frame_address... yes #11 177.1 checking for __builtin_unwind_init... yes #11 177.5 checking for _LARGEFILE_SOURCE value needed for large files... no #11 177.9 checking for grantpt... yes #11 178.3 checking for getpt... yes #11 178.7 checking for posix_openpt... yes #11 179.1 checking for library containing tputs... -ltinfo #11 180.7 checking whether -ltinfo library defines BC... yes #11 181.0 checking for timerfd interface... yes #11 181.2 checking whether signals can be handled on alternate stack... yes #11 181.5 checking valgrind/valgrind.h usability... no #11 181.8 checking valgrind/valgrind.h presence... no #11 182.0 checking for valgrind/valgrind.h... no #11 182.0 checking for struct unipair.unicode... yes #11 182.2 checking for pid_t... yes #11 183.0 checking vfork.h usability... no #11 183.3 checking vfork.h presence... no #11 183.4 checking for vfork.h... no #11 183.4 checking for fork... yes #11 184.0 checking for vfork... yes #11 184.3 checking for working fork... yes #11 184.7 checking for working vfork... (cached) yes #11 184.8 checking for snprintf... yes #11 185.6 checking for open_memstream... yes #11 186.3 checking spawn.h usability... yes #11 186.7 checking spawn.h presence... yes #11 186.8 checking for spawn.h... yes #11 186.9 checking for posix_spawn... yes #11 187.6 checking for posix_spawn_file_actions_addchdir... no #11 188.3 checking for posix_spawn_file_actions_addchdir_np... yes #11 189.0 checking for posix_spawnattr_setflags... yes #11 189.5 checking whether POSIX_SPAWN_SETSID is declared... yes #11 189.9 checking whether GLib is linked in... no #11 190.1 checking for nl_langinfo and CODESET... yes #11 190.7 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 191.1 checking for mbstate_t... yes #11 191.7 checking for signals via characters... yes #11 192.0 checking for _setjmp... yes #11 192.6 checking for sigsetjmp... yes #11 193.1 checking POSIX termios... yes #11 193.7 checking size of speed_t... 4 #11 194.4 checking for usable FIONREAD... yes #11 194.8 checking for usable SIGIO... yes #11 195.3 checking for struct alignment... yes #11 195.5 checking for C/C++ restrict keyword... __restrict__ #11 196.0 checking for typeof syntax and keyword spelling... typeof #11 196.3 checking for statement expressions... yes #11 196.6 checking whether malloc (0) returns nonnull... yes #11 197.3 checking sys/acl.h usability... yes #11 197.9 checking sys/acl.h presence... yes #11 198.1 checking for sys/acl.h... yes #11 198.1 checking for library containing acl_get_file... -lacl #11 199.3 checking for acl_get_file... yes #11 200.2 checking for acl_get_fd... yes #11 201.0 checking for acl_set_file... yes #11 201.7 checking for acl_set_fd... yes #11 202.4 checking for acl_free... yes #11 203.1 checking for acl_from_mode... yes #11 204.1 checking for acl_from_text... yes #11 204.7 checking for acl_delete_def_file... yes #11 205.1 checking for acl_extended_file... yes #11 205.8 checking for acl_delete_fd_np... no #11 206.4 checking for acl_delete_file_np... no #11 207.0 checking for acl_copy_ext_native... no #11 208.6 checking for acl_create_entry_np... no #11 209.0 checking for acl_to_short_text... no #11 209.6 checking for acl_free_text... no #11 210.7 checking for working acl_get_file... yes #11 211.1 checking acl/libacl.h usability... yes #11 211.4 checking acl/libacl.h presence... yes #11 211.5 checking for acl/libacl.h... yes #11 211.5 checking for acl_entries... yes #11 211.9 checking for ACL_FIRST_ENTRY... yes #11 212.2 checking for ACL_TYPE_EXTENDED... no #11 212.4 checking for working alloca.h... yes #11 212.7 checking for alloca... yes #11 213.1 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 213.1 checking whether the preprocessor supports include_next... yes #11 213.3 checking whether source code line length is unlimited... yes #11 213.4 checking whether endutent is declared... yes #11 213.6 checking for struct utmpx.ut_user... yes #11 213.8 checking for struct utmp.ut_user... yes #11 214.0 checking for struct utmpx.ut_name... yes #11 214.3 checking for struct utmp.ut_name... yes #11 215.8 checking for struct utmpx.ut_type... yes #11 216.2 checking for struct utmp.ut_type... yes #11 216.6 checking for struct utmpx.ut_pid... yes #11 216.9 checking for struct utmp.ut_pid... yes #11 217.2 checking for struct utmp.ut_tv... yes #11 217.9 checking for struct utmpx.ut_host... yes #11 218.5 checking for struct utmp.ut_host... yes #11 218.9 checking for struct utmpx.ut_id... yes #11 219.3 checking for struct utmp.ut_id... yes #11 219.8 checking for struct utmpx.ut_session... yes #11 220.3 checking for struct utmp.ut_session... yes #11 220.7 checking for struct utmpx.ut_exit... yes #11 221.5 checking for struct utmp.ut_exit... yes #11 222.4 checking for struct utmpx.ut_exit.ut_exit... no #11 223.1 checking for struct utmpx.ut_exit.e_exit... yes #11 223.7 checking for struct utmp.ut_exit.e_exit... yes #11 224.3 checking for struct utmpx.ut_exit.ut_termination... no #11 225.0 checking for struct utmpx.ut_exit.e_termination... yes #11 225.5 checking for struct utmp.ut_exit.e_termination... yes #11 226.1 checking whether sysinfo is declared... yes #11 226.3 checking for sys/sysctl.h... yes #11 226.8 checking for sysctl... yes #11 227.3 checking whether lstat correctly handles trailing slash... yes #11 228.2 checking whether // is distinct from /... no #11 228.2 checking whether realpath works... yes #11 228.9 checking for faccessat... yes #11 229.5 checking for getcwd... yes #11 230.0 checking whether byte ordering is bigendian... no #11 231.1 checking if environ is properly declared... yes #11 231.4 checking for complete errno.h... yes #11 231.5 checking whether ctype.h defines __header_inline... no #11 231.6 checking for mode_t... yes #11 232.4 checking whether strmode is declared... no #11 232.8 checking whether getline is declared... yes #11 233.3 checking for gawk... no #11 233.3 checking for mawk... mawk #11 233.3 checking for getopt.h... (cached) yes #11 233.3 checking for getopt_long_only... yes #11 233.9 checking whether getopt is POSIX compatible... yes #11 235.8 checking for working GNU getopt function... yes #11 236.5 checking for working GNU getopt_long function... yes #11 237.1 checking whether timespec_get is declared... yes #11 237.4 checking for timespec_get... yes #11 238.1 checking for struct timeval... yes #11 238.3 checking for wide-enough struct timeval.tv_sec member... yes #11 238.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 238.7 checking whether the compiler produces multi-arch binaries... no #11 239.0 checking whether stdint.h conforms to C99... yes #11 240.2 checking whether stdint.h works without ISO C predefines... yes #11 240.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 241.0 checking whether memmem is declared... yes #11 241.8 checking whether memrchr is declared... yes #11 242.4 checking whether defines MIN and MAX... no #11 242.6 checking whether defines MIN and MAX... yes #11 243.1 checking whether time_t is signed... yes #11 243.5 checking whether alarm is declared... yes #11 244.1 checking for working mktime... no #11 245.6 checking whether struct tm is in sys/time.h or time.h... time.h #11 245.9 checking for struct tm.tm_zone... yes #11 246.2 checking for struct tm.tm_gmtoff... yes #11 246.6 checking whether is self-contained... yes #11 247.7 checking for inline... inline #11 247.8 checking for sigset_t... yes #11 248.7 checking for volatile sig_atomic_t... yes #11 249.2 checking for sighandler_t... yes #11 249.8 checking for wchar_t... yes #11 250.0 checking for good max_align_t... yes #11 250.2 checking whether NULL can be used in arbitrary expressions... yes #11 250.4 checking for unreachable... no #11 250.9 checking whether fcloseall is declared... yes #11 251.4 checking whether getw is declared... yes #11 251.9 checking whether putw is declared... yes #11 252.4 checking which flavor of printf attribute matches inttypes macros... system #11 252.7 checking whether strnlen is declared... yes #11 253.1 checking whether strtoimax is declared... yes #11 253.5 checking whether stat file-mode macros are broken... no #11 253.8 checking for nlink_t... yes #11 254.4 checking for struct timespec in ... yes #11 254.7 checking for TIME_UTC in ... yes #11 255.0 checking whether execvpe is declared... yes #11 255.8 checking whether clearerr_unlocked is declared... yes #11 256.4 checking whether feof_unlocked is declared... yes #11 256.9 checking whether ferror_unlocked is declared... yes #11 257.3 checking whether fflush_unlocked is declared... yes #11 257.8 checking whether fgets_unlocked is declared... yes #11 258.3 checking whether fputc_unlocked is declared... yes #11 258.8 checking whether fputs_unlocked is declared... yes #11 259.4 checking whether fread_unlocked is declared... yes #11 259.9 checking whether fwrite_unlocked is declared... yes #11 260.4 checking whether getc_unlocked is declared... yes #11 260.9 checking whether getchar_unlocked is declared... yes #11 261.5 checking whether putc_unlocked is declared... yes #11 262.0 checking whether putchar_unlocked is declared... yes #11 262.4 checking type of array argument to getgroups... gid_t #11 263.3 checking whether getdelim is declared... yes #11 263.8 checking whether getdtablesize is declared... yes #11 264.3 checking whether malloc is ptrdiff_t safe... yes #11 264.7 checking whether malloc, realloc, calloc set errno on failure... yes #11 264.7 checking for O_CLOEXEC... yes #11 264.9 checking for promoted mode_t type... mode_t #11 265.2 checking whether the utimes function works... yes #11 266.2 checking for C compiler option to allow warnings... -Wno-error #11 266.7 checking for alignas and alignof... yes, macros #11 267.3 checking for alloca as a compiler built-in... yes #11 267.4 checking for static_assert... yes, an macro #11 267.8 checking for __builtin_expect... yes #11 268.3 checking byteswap.h usability... yes #11 268.8 checking byteswap.h presence... yes #11 268.9 checking for byteswap.h... yes #11 269.0 checking for readlinkat... yes #11 269.4 checking for library containing clock_gettime... none required #11 270.1 checking for clock_getres... yes #11 271.2 checking for clock_gettime... yes #11 273.3 checking for clock_settime... yes #11 273.8 checking for copy_file_range... yes #11 274.6 checking for d_type member in directory struct... yes #11 275.0 checking whether // is distinct from /... (cached) no #11 275.0 checking whether dup2 works... yes #11 275.9 checking for library containing backtrace_symbols_fd... none required #11 276.6 checking for faccessat... (cached) yes #11 276.6 checking whether fchmodat works... no #11 277.6 checking for readlinkat... (cached) yes #11 277.6 checking whether fcntl handles F_DUPFD correctly... yes #11 278.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 279.6 checking whether fdopendir is declared... yes #11 279.9 checking whether fdopendir works... yes #11 280.7 checking for flexible array member... yes #11 281.1 checking for __fpending... yes #11 282.0 checking whether __fpending is declared... yes #11 282.5 checking whether free is known to preserve errno... no #11 282.9 checking whether fstatat (..., 0) works... yes #11 283.4 checking for sys/mount.h... yes #11 284.0 checking for statvfs function (SVR4)... yes #11 284.5 checking whether to use statvfs64... no #11 284.8 checking for two-argument statfs with statfs.f_frsize member... yes #11 285.5 checking sys/fs/s5param.h usability... no #11 287.0 checking sys/fs/s5param.h presence... no #11 287.2 checking for sys/fs/s5param.h... no #11 287.2 checking sys/statfs.h usability... yes #11 287.7 checking sys/statfs.h presence... yes #11 287.8 checking for sys/statfs.h... yes #11 287.8 checking for statfs that truncates block counts... no #11 288.1 checking for futimens... yes #11 288.9 checking whether futimens works... yes #11 290.8 checking for getline... yes #11 291.5 checking for working getline function... yes #11 292.5 checking for getloadavg... yes #11 293.3 checking sys/loadavg.h usability... no #11 293.8 checking sys/loadavg.h presence... no #11 294.0 checking for sys/loadavg.h... no #11 294.1 checking whether getloadavg is declared... yes #11 294.5 checking for getrandom... yes #11 295.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 295.5 checking for gettimeofday with POSIX signature... yes #11 295.8 checking whether the compiler supports the __inline keyword... yes #11 296.2 checking gmp.h usability... yes #11 296.7 checking gmp.h presence... yes #11 296.9 checking for gmp.h... yes #11 297.0 checking for library containing __gmpz_roinit_n... -lgmp #11 298.0 checking for memmem... yes #11 298.6 checking whether memmem works... yes #11 299.4 checking for mempcpy... yes #11 300.0 checking for memrchr... yes #11 300.6 checking for explicit_memset... no #11 301.2 checking for mkostemp... yes #11 301.8 checking for library containing nanosleep... none required #11 302.4 checking for working nanosleep... no (mishandles large arguments) #11 304.4 checking for sys/pstat.h... no #11 304.9 checking for sys/sysmp.h... no #11 305.4 checking for sys/param.h... (cached) yes #11 305.4 checking for sys/sysctl.h... (cached) yes #11 305.5 checking for sched_getaffinity_np... no #11 306.2 checking for pstat_getdynamic... no #11 307.0 checking for sysmp... no #11 307.7 checking for sysctl... (cached) yes #11 307.8 checking for sched_getaffinity... yes #11 308.2 checking for glibc compatible sched_getaffinity... yes #11 308.5 checking for pipe2... yes #11 309.1 checking whether signature of pselect conforms to POSIX... yes #11 309.7 checking whether pselect detects invalid fds... yes #11 310.5 checking whether pthread_sigmask is a macro... no #11 310.9 checking whether pthread_sigmask returns error numbers... yes #11 311.6 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 314.7 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 316.1 checking whether readlink signature is correct... yes #11 316.6 checking whether readlink handles trailing slash correctly... yes #11 317.4 checking whether readlink truncates results correctly... yes #11 318.2 checking for readlinkat... (cached) yes #11 318.2 checking whether readlinkat signature is correct... yes #11 318.7 checking for working re_compile_pattern... no #11 320.3 checking libintl.h usability... yes #11 321.0 checking libintl.h presence... yes #11 321.2 checking for libintl.h... yes #11 321.3 checking whether isblank is declared... yes #11 321.7 checking for sig2str... no #11 322.5 checking for sigdescr_np... no #11 323.2 checking for socklen_t... yes #11 323.8 checking for ssize_t... yes #11 324.2 checking for struct stat.st_atim.tv_nsec... yes #11 324.6 checking whether struct stat.st_atim is of type struct timespec... yes #11 325.1 checking for struct stat.st_birthtimespec.tv_nsec... no #11 325.7 checking for struct stat.st_birthtimensec... no #11 326.4 checking for struct stat.st_birthtim.tv_nsec... no #11 327.1 checking for bool, true, false... no #11 327.5 checking for stpcpy... yes #11 328.2 checking for working strnlen... yes #11 329.3 checking whether strtoimax works... yes #11 330.1 checking whether symlink handles trailing slash correctly... yes #11 330.9 checking whether localtime_r is declared... yes #11 331.2 checking whether localtime_r is compatible with its POSIX signature... yes #11 331.5 checking whether localtime works even near extrema... yes #11 332.2 checking for timezone_t... no #11 332.5 checking for timegm... yes #11 333.4 checking whether timer_settime is declared... yes #11 333.8 checking for library containing timer_settime... -lrt #11 334.8 checking for timer_settime... yes #11 335.5 checking for utimensat... yes #11 336.1 checking whether utimensat works... yes #11 337.9 checking for variable-length arrays... yes #11 338.6 checking whether getdtablesize works... yes #11 339.4 checking for __mktime_internal... no #11 340.3 checking for timer_getoverrun... yes #11 341.1 checking for gcc option to disable position independent executables... not needed #11 341.1 checking for __ctype_get_mb_cur_max... yes #11 341.7 checking whether MB_CUR_MAX is defined to function that won't link... no #11 341.9 #11 341.9 Configured for 'x86_64-pc-linux-gnu'. #11 341.9 #11 341.9 Where should the build process find the source code? . #11 341.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 341.9 Should Emacs use the GNU version of malloc? no #11 341.9 (The GNU allocators don't work with this system configuration.) #11 341.9 Should Emacs use a relocating allocator for buffers? no #11 341.9 Should Emacs use mmap(2) for buffer allocation? no #11 341.9 What window system should Emacs use? nextstep #11 341.9 What toolkit should Emacs use? none #11 341.9 Where do we find X Windows header files? NONE #11 341.9 Where do we find X Windows libraries? NONE #11 342.0 Does Emacs use -lXaw3d? no #11 342.0 Is Emacs being built for Android? no #11 342.0 Does Emacs use the X Double Buffer Extension? no #11 342.0 Does Emacs use -lXpm? no #11 342.0 Does Emacs use -ljpeg? no #11 342.0 Does Emacs use -ltiff? no #11 342.0 Does Emacs use a gif library? no #11 342.0 Does Emacs use a png library? no #11 342.0 Does Emacs use -lrsvg-2? no #11 342.0 Does Emacs use -lwebp? no #11 342.0 Does Emacs use -lsqlite3? no #11 342.0 Does Emacs use cairo? no #11 342.0 Does Emacs use -llcms2? no #11 342.0 Does Emacs use imagemagick? no #11 342.0 Does Emacs use native APIs for images? yes (ns) #11 342.0 Does Emacs support sound? yes #11 342.0 Does Emacs use -lgpm? no #11 342.0 Does Emacs use -ldbus? yes #11 342.0 Does Emacs use -lgconf? no #11 342.0 Does Emacs use GSettings? no #11 342.0 Does Emacs use a file notification library? yes -lglibc (inotify) #11 342.0 Does Emacs use access control lists? yes -lacl -lattr #11 342.0 Does Emacs use -lselinux? no #11 342.0 Does Emacs use -lgnutls? yes #11 342.0 Does Emacs use -lxml2? no #11 342.0 Does Emacs use -lfreetype? no #11 342.0 Does Emacs use HarfBuzz? no #11 342.0 Does Emacs use -lm17n-flt? no #11 342.0 Does Emacs use -lotf? no #11 342.0 Does Emacs use -lxft? no #11 342.0 Does Emacs use -lsystemd? no #11 342.0 Does Emacs use -ljansson? no #11 342.0 Does Emacs use -ltree-sitter? no #11 342.0 Does Emacs use the GMP library? yes #11 342.0 Does Emacs directly use zlib? yes #11 342.0 Does Emacs have dynamic modules support? yes #11 342.0 Does Emacs use toolkit scroll bars? yes #11 342.0 Does Emacs support Xwidgets? no #11 342.0 Does Emacs have threading support in lisp? yes #11 342.0 Does Emacs support the portable dumper? yes #11 342.0 Does Emacs support legacy unexec dumping? no #11 342.0 Which dumping strategy does Emacs use? pdumper #11 342.0 Does Emacs have native lisp compiler? no #11 342.0 Does Emacs use version 2 of the X Input Extension? no #11 342.0 Does Emacs generate a smaller-size Japanese dictionary? no #11 342.0 #11 342.0 #11 342.0 #11 342.0 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 342.0 Run 'make install' in order to build an application bundle. #11 342.0 The application will go to nextstep/Emacs.app and can be run or moved #11 342.0 from there. #11 342.0 The application will be fully self-contained. #11 342.0 #11 343.9 configure: creating ./config.status #11 345.1 config.status: creating src/verbose.mk #11 345.4 config.status: creating src/emacs-module.h #11 345.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 345.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 346.1 config.status: creating Makefile #11 346.3 config.status: creating lib/gnulib.mk #11 346.5 config.status: creating ./doc/man/emacs.1 #11 346.8 config.status: creating lib/Makefile #11 347.1 config.status: creating lib-src/Makefile #11 347.3 config.status: creating oldXMenu/Makefile #11 347.6 config.status: creating src/Makefile #11 347.8 config.status: creating lwlib/Makefile #11 348.0 config.status: creating nextstep/Makefile #11 348.2 config.status: creating nt/Makefile #11 348.4 config.status: creating doc/emacs/Makefile #11 348.7 config.status: creating doc/misc/Makefile #11 348.9 config.status: creating doc/lispintro/Makefile #11 349.1 config.status: creating doc/lispref/Makefile #11 349.3 config.status: creating lisp/Makefile #11 349.4 config.status: creating leim/Makefile #11 349.6 config.status: creating test/Makefile #11 349.9 config.status: creating test/manual/noverlay/Makefile #11 350.2 config.status: creating test/infra/Makefile #11 350.5 config.status: creating admin/charsets/Makefile #11 350.6 config.status: creating admin/unidata/Makefile #11 350.9 config.status: creating admin/grammars/Makefile #11 351.2 config.status: creating java/Makefile #11 351.5 config.status: creating cross/Makefile #11 351.7 config.status: creating java/AndroidManifest.xml #11 352.0 config.status: creating src/config.h #11 352.3 config.status: executing src/epaths.h commands #11 352.6 config.status: executing src/.gdbinit commands #11 352.6 config.status: executing doc/emacs/emacsver.texi commands #11 352.8 config.status: executing etc-refcards-emacsver.tex commands #11 353.0 configure: WARNING: This configuration installs a 'movemail' program #11 353.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 353.0 installed a 'movemail' program that retrieved POP3 email via only #11 353.0 insecure channels, a practice that is no longer recommended but that #11 353.0 you can continue to support by using './configure --with-pop'. #11 353.0 configure: You might want to install GNU Mailutils #11 353.0 and use './configure --with-mailutils'. #11 DONE 355.9s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 2.749 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.806 make[1]: Entering directory '/checkout' #12 3.394 make bootstrap-clean #12 3.448 make[2]: Entering directory '/checkout' #12 4.076 make -C src bootstrap-clean #12 4.148 make[3]: Entering directory '/checkout/src' #12 4.148 GEN /checkout/src/lisp.mk #12 5.931 rm -f android-emacs libemacs.so #12 5.973 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 5.982 rm -f dmpstruct.h #12 5.994 rm -f emacs.pdmp #12 6.013 rm -f ../etc/DOC #12 6.029 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 6.050 rm -f emacs-30.0.50 #12 6.070 rm -f buildobj.h #12 6.092 rm -f globals.h gl-stamp #12 6.116 rm -f ./*.res ./*.tmp #12 6.137 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 6.163 rm -f ../etc/DOC* #12 6.163 rm -f deps/* #12 6.180 rm -f emacs-module.h epaths.h config.h config.stamp #12 6.189 if test -f ./.gdbinit; then \ #12 6.189 mv ./.gdbinit ./.gdbinit.save; \ #12 6.189 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 6.189 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 6.189 fi #12 6.520 make[3]: Leaving directory '/checkout/src' #12 6.526 make -C oldXMenu bootstrap-clean #12 6.545 make[3]: Entering directory '/checkout/oldXMenu' #12 6.545 rm -f libXMenu11.a ./*.o deps/* #12 6.552 rm -f Makefile #12 6.563 rm -fr deps #12 6.577 make[3]: Leaving directory '/checkout/oldXMenu' #12 6.577 make -C lwlib bootstrap-clean #12 6.641 make[3]: Entering directory '/checkout/lwlib' #12 6.641 rm -f ./*.o liblw.a \#* deps/* #12 6.672 rm -f Makefile #12 6.673 rm -fr deps #12 6.679 rm -f TAGS #12 6.680 make[3]: Leaving directory '/checkout/lwlib' #12 6.689 make -C lib bootstrap-clean #12 7.071 make[3]: Entering directory '/checkout/lib' #12 7.071 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 7.135 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 7.170 rm -f Makefile Makefile.android #12 7.233 rm -fr deps #12 7.256 make[3]: Leaving directory '/checkout/lib' #12 7.265 make -C lib-src bootstrap-clean #12 7.273 make[3]: Entering directory '/checkout/lib-src' #12 7.273 rm -f core ./*.o ./*.res #12 7.284 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 7.294 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 7.305 rm -f TAGS Makefile blessmail Makefile.android #12 7.318 make[3]: Leaving directory '/checkout/lib-src' #12 7.325 make -C nt bootstrap-clean #12 7.373 make[3]: Entering directory '/checkout/nt' #12 7.373 rm -f core *.o *.res #12 7.380 rm -f runemacs addpm cmdproxy ddeclient #12 7.391 rm -f TAGS Makefile *.rc #12 7.414 true #12 7.414 make[3]: Leaving directory '/checkout/nt' #12 7.426 make -C doc/emacs bootstrap-clean #12 7.433 make[3]: Entering directory '/checkout/doc/emacs' #12 7.433 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.433 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.469 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 7.485 rm -f Makefile #12 7.490 rm -f \ #12 7.490 ./../../info/emacs.info \ #12 7.490 ./../../info/emacs.info-[1-9] \ #12 7.490 ./../../info/emacs.info-[1-9][0-9] #12 7.502 rm -f ./emacsver.texi TAGS #12 7.515 make[3]: Leaving directory '/checkout/doc/emacs' #12 7.521 make -C doc/misc bootstrap-clean #12 7.540 make[3]: Entering directory '/checkout/doc/misc' #12 7.540 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 7.540 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 7.540 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 7.571 rm -f gnustmp* #12 7.603 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 7.606 rm -f Makefile #12 7.642 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 7.642 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 7.642 rm -f \ #12 7.642 ./../../info/${file} \ #12 7.642 ./../../info/${file}-[1-9] \ #12 7.642 ./../../info/${file}-[1-9][0-9]; \ #12 7.642 done #12 9.825 rm -f ./modus-themes.texi ./org.texi #12 9.828 rm -f TAGS #12 9.858 make[3]: Leaving directory '/checkout/doc/misc' #12 9.869 make -C doc/lispref bootstrap-clean #12 9.889 make[3]: Entering directory '/checkout/doc/lispref' #12 9.891 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.891 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.901 rm -f elisp[12]* vol[12].tmp #12 9.944 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 9.965 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 9.997 rm -f Makefile #12 10.01 rm -f \ #12 10.01 ./../../info/elisp.info \ #12 10.01 ./../../info/elisp.info-[1-9] \ #12 10.01 ./../../info/elisp.info-[1-9][0-9] #12 10.03 rm -f TAGS #12 10.06 make[3]: Leaving directory '/checkout/doc/lispref' #12 10.06 make -C doc/lispintro bootstrap-clean #12 10.08 make[3]: Entering directory '/checkout/doc/lispintro' #12 10.08 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.08 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.11 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 10.13 rm -f Makefile #12 10.15 rm -f \ #12 10.15 ./../../info/eintr.info \ #12 10.15 ./../../info/eintr.info-[1-9] #12 10.18 rm -f TAGS #12 10.19 make[3]: Leaving directory '/checkout/doc/lispintro' #12 10.19 make -C test bootstrap-clean #12 10.21 make[3]: Entering directory '/checkout/test' #12 10.75 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 10.90 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 10.98 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 11.00 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 11.00 src/emacs-module-resources/*.dll gmp.h #12 11.01 find . -name '*.elc' -delete #12 11.11 make[3]: Leaving directory '/checkout/test' #12 11.11 make -C java bootstrap-clean #12 11.53 make[3]: Entering directory '/checkout/java' #12 11.53 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 11.55 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 11.58 find . -name '*.class' -delete #12 11.59 rm -f Makefile ndk-build.mk #12 11.60 make[3]: Leaving directory '/checkout/java' #12 11.63 make -C cross bootstrap-clean #12 11.63 make[3]: Entering directory '/checkout/cross' #12 11.63 for dir in src lib-src lib etc; do \ #12 11.63 find $dir -type f -delete; \ #12 11.63 done #12 11.70 rm -rf lib/config.h lib-src/config.h #12 11.70 if test -f ndk-build/Makefile; then \ #12 11.70 make -C ndk-build clean; \ #12 11.70 fi #12 11.70 for dir in src lib-src lib etc; do \ #12 11.70 find $dir -type l -delete; \ #12 11.70 done #12 11.78 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 11.78 rm -rf ndk-build/ndk-build.mk Makefile #12 11.79 make[3]: Leaving directory '/checkout/cross' #12 11.79 make -C nextstep bootstrap-clean #12 11.81 make[3]: Entering directory '/checkout/nextstep' #12 11.81 rm -rf /checkout/nextstep/Emacs.app #12 11.81 rm -f Makefile #12 11.87 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 11.87 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 11.87 Cocoa/Emacs.base/Contents/Info.plist \ #12 11.87 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 12.10 make[3]: Leaving directory '/checkout/nextstep' #12 12.10 make -C admin/charsets bootstrap-clean #12 12.16 make[3]: Entering directory '/checkout/admin/charsets' #12 12.16 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.16 make[3]: Leaving directory '/checkout/admin/charsets' #12 12.17 make -C admin/unidata bootstrap-clean #12 12.18 make[3]: Entering directory '/checkout/admin/unidata' #12 12.29 rm -f ./*.elc unidata.txt #12 12.32 make[3]: Leaving directory '/checkout/admin/unidata' #12 12.32 make -C leim bootstrap-clean #12 12.36 make[3]: Entering directory '/checkout/leim' #12 12.36 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 12.39 make[3]: Leaving directory '/checkout/leim' #12 12.39 make -C lisp bootstrap-clean #12 12.41 make[3]: Entering directory '/checkout/lisp' #12 12.66 find . -name '*.elc' -delete #12 12.73 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 12.74 make[3]: Leaving directory '/checkout/lisp' #12 12.78 make -C admin/grammars bootstrap-clean #12 12.81 make[3]: Entering directory '/checkout/admin/grammars' #12 12.82 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.82 make[3]: Leaving directory '/checkout/admin/grammars' #12 12.82 [ ! -f config.log ] || mv -f config.log config.log~ #12 12.96 rm -rf ./info #12 12.97 rm -f ./etc/refcards/emacsver.tex #12 12.98 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 13.01 rm -fr autom4te.cache config.cache #12 13.03 rm -f config.log ./doc/man/emacs.1 #12 13.03 make[2]: Leaving directory '/checkout' #12 13.06 cd . && ./autogen.sh autoconf #12 13.09 Checking whether you have the necessary tools... #12 13.09 (Read INSTALL.REPO for more details on building Emacs) #12 13.11 Checking for autoconf (need at least version 2.65) ... ok #12 13.26 Your system has the required tools. #12 13.32 Running 'autoreconf -fi -I m4' ... #12 68.44 Building 'aclocal.m4' in exec ... #12 68.44 Running 'autoreconf -fi' in exec ... #12 81.41 You can now run './autogen.sh git'. #12 81.41 make MAKEFILE_NAME=force-Makefile force-Makefile #12 81.45 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 81.45 make[2]: Entering directory '/checkout' #12 82.06 if [ -x ./config.status ]; then \ #12 82.06 ./config.status --recheck; \ #12 82.06 else \ #12 82.06 ./configure --cache-file=/dev/null; \ #12 82.06 fi #12 82.33 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 83.53 checking for xcrun... no #12 83.53 checking for GNU Make... make #12 83.64 checking build system type... x86_64-pc-linux-gnu #12 84.28 checking host system type... x86_64-pc-linux-gnu #12 84.42 checking for gcc... gcc #12 84.75 checking whether the C compiler works... yes #12 85.31 checking for C compiler default output file name... a.out #12 85.31 checking for suffix of executables... #12 85.92 checking whether we are cross compiling... no #12 86.44 checking for suffix of object files... o #12 86.82 checking whether we are using the GNU C compiler... yes #12 87.08 checking whether gcc accepts -g... yes #12 87.25 checking for gcc option to enable C11 features... none needed #12 87.83 checking whether the compiler is clang... no #12 88.09 checking for compiler option needed when checking for declarations... none #12 88.09 checking whether gcc and cc understand -c and -o together... yes #12 89.34 checking how to run the C preprocessor... gcc -E #12 89.98 checking for grep that handles long lines and -e... /bin/grep #12 90.00 checking for egrep... /bin/grep -E #12 90.03 checking for ANSI C header files... yes #12 91.27 checking for sys/types.h... yes #12 91.75 checking for sys/stat.h... yes #12 92.20 checking for stdlib.h... yes #12 92.72 checking for string.h... yes #12 93.26 checking for memory.h... yes #12 93.67 checking for strings.h... yes #12 94.22 checking for inttypes.h... yes #12 94.64 checking for stdint.h... yes #12 94.99 checking for unistd.h... yes #12 95.64 checking for wchar.h... yes #12 96.32 checking for minix/config.h... no #12 96.70 checking for linux/fs.h... yes #12 97.26 checking for malloc.h... yes #12 97.67 checking for sys/systeminfo.h... no #12 98.12 checking for sys/sysinfo.h... yes #12 98.49 checking for coff.h... no #12 98.89 checking for pty.h... yes #12 99.34 checking for sys/resource.h... yes #12 99.74 checking for sys/utsname.h... yes #12 100.3 checking for pwd.h... yes #12 100.8 checking for util.h... no #12 101.2 checking for sanitizer/lsan_interface.h... yes #12 101.5 checking for sanitizer/asan_interface.h... yes #12 102.0 checking for sanitizer/common_interface_defs.h... yes #12 102.5 checking for sys/socket.h... yes #12 103.0 checking for stdlib.h... (cached) yes #12 103.0 checking for unistd.h... (cached) yes #12 103.1 checking for sys/param.h... yes #12 103.5 checking for pthread.h... yes #12 104.1 checking for malloc/malloc.h... no #12 104.5 checking for sys/un.h... yes #12 104.8 checking for utmp.h... yes #12 105.2 checking for utmpx.h... yes #12 105.6 checking for OS.h... no #12 105.9 checking for dirent.h... yes #12 106.3 checking for execinfo.h... yes #12 106.8 checking for linux/xattr.h... yes #12 107.3 checking for stdio_ext.h... yes #12 107.8 checking for sys/vfs.h... yes #12 108.3 checking for sys/fs_types.h... no #12 108.7 checking for getopt.h... yes #12 109.1 checking for sys/cdefs.h... yes #12 109.5 checking for sys/time.h... yes #12 109.9 checking for ieee754.h... yes #12 110.3 checking for limits.h... yes #12 110.9 checking for inttypes.h... (cached) yes #12 111.0 checking for sys/types.h... (cached) yes #12 111.1 checking for stdint.h... (cached) yes #12 111.2 checking for sys/select.h... yes #12 111.6 checking for stdbool.h... yes #12 112.1 checking for stdckdint.h... no #12 112.6 checking for sys/random.h... yes #12 113.0 checking for sys/stat.h... (cached) yes #12 113.1 checking whether it is safe to define __EXTENSIONS__... yes #12 113.5 checking whether _XOPEN_SOURCE should be defined... no #12 113.8 checking for Minix Amsterdam compiler... no #12 114.0 checking for ar... ar #12 114.0 checking for ranlib... ranlib #12 114.0 checking for gcc option to enable large file support... none needed #12 114.7 checking for gcc option for timestamps after 2038... none needed #12 115.1 checking for g++... g++ #12 115.3 checking whether we are using the GNU C++ compiler... yes #12 115.6 checking whether g++ accepts -g... yes #12 115.9 checking for g++ option to enable C++11 features... none needed #12 188.0 checking how to run the C++ preprocessor... g++ -E #12 188.7 checking whether gcc accepts -g3 -O2... yes #12 189.2 checking whether the compiler is clang... no #12 189.7 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 190.0 checking whether -Wno-missing-field-initializers is needed... yes #12 190.6 checking whether -Wuninitialized is supported... yes #12 191.2 checking whether C compiler handles -fstrict-flex-arrays... no #12 191.5 checking whether C compiler handles -Wall... yes #12 192.1 checking whether C compiler handles -Warith-conversion... yes #12 192.8 checking whether C compiler handles -Wdate-time... yes #12 193.3 checking whether C compiler handles -Wdisabled-optimization... yes #12 193.9 checking whether C compiler handles -Wdouble-promotion... yes #12 194.5 checking whether C compiler handles -Wduplicated-cond... yes #12 194.9 checking whether C compiler handles -Wextra... yes #12 195.4 checking whether C compiler handles -Wformat-signedness... yes #12 195.8 checking whether C compiler handles -Winit-self... yes #12 196.3 checking whether C compiler handles -Winvalid-pch... yes #12 196.9 checking whether C compiler handles -Wlogical-op... yes #12 197.6 checking whether C compiler handles -Wmissing-declarations... yes #12 198.3 checking whether C compiler handles -Wmissing-include-dirs... yes #12 198.8 checking whether C compiler handles -Wmissing-prototypes... yes #12 199.3 checking whether C compiler handles -Wnested-externs... yes #12 200.1 checking whether C compiler handles -Wnull-dereference... yes #12 200.6 checking whether C compiler handles -Wold-style-definition... yes #12 201.2 checking whether C compiler handles -Wopenmp-simd... yes #12 201.9 checking whether C compiler handles -Wpacked... yes #12 202.6 checking whether C compiler handles -Wpointer-arith... yes #12 203.2 checking whether C compiler handles -Wstrict-flex-arrays... no #12 203.4 checking whether C compiler handles -Wstrict-prototypes... yes #12 203.9 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 204.3 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 205.0 checking whether C compiler handles -Wsuggest-final-methods... yes #12 205.6 checking whether C compiler handles -Wsuggest-final-types... yes #12 206.0 checking whether C compiler handles -Wtrampolines... yes #12 206.7 checking whether C compiler handles -Wuninitialized... yes #12 207.3 checking whether C compiler handles -Wunknown-pragmas... yes #12 207.9 checking whether C compiler handles -Wunused-macros... yes #12 208.5 checking whether C compiler handles -Wvariadic-macros... yes #12 209.1 checking whether C compiler handles -Wvector-operation-performance... yes #12 209.8 checking whether C compiler handles -Wwrite-strings... yes #12 210.6 checking whether C compiler handles -Warray-bounds=2... yes #12 211.2 checking whether C compiler handles -Wattribute-alias=2... yes #12 211.8 checking whether C compiler handles -Wformat=2... yes #12 212.6 checking whether C compiler handles -Wformat-truncation=2... yes #12 213.3 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 213.9 checking whether C compiler handles -Wshift-overflow=2... yes #12 214.5 checking whether C compiler handles -Wuse-after-free=3... no #12 214.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 215.3 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 215.7 checking whether C compiler handles -Wredundant-decls... yes #12 216.2 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 216.2 checking whether C compiler handles -Wno-override-init... yes #12 216.6 checking whether C compiler handles -Wno-sign-compare... yes #12 217.2 checking whether C compiler handles -Wno-type-limits... yes #12 217.9 checking whether C compiler handles -Wno-unused-parameter... yes #12 218.5 checking whether C compiler handles -Wno-format-nonliteral... yes #12 219.0 checking whether C compiler handles -Wno-bidi-chars... no #12 219.2 checking for a BSD-compatible install... /usr/bin/install -c #12 219.3 checking command to symlink files in the same directory... ln -s #12 219.4 checking for install-info... : #12 219.4 checking for gzip... /bin/gzip #12 219.4 checking for 'find' args to delete a file... -delete #12 219.4 checking for brew... no #12 220.7 checking for -znocombreloc... not needed #12 220.7 checking whether addresses are sanitized... no #12 220.9 checking for math library... -lm #12 223.1 checking for struct passwd.pw_gecos... yes #12 223.4 checking for pkg-config... /usr/bin/pkg-config #12 223.4 checking pkg-config is at least version 0.9.0... yes #12 223.5 checking for machine/soundcard.h... no #12 223.7 checking for sys/soundcard.h... yes #12 224.3 checking for soundcard.h... no #12 224.6 checking for mmsystem.h... no #12 224.8 checking for _oss_ioctl in -lossaudio... no #12 225.3 checking for alsa >= 1.0.0... no #12 225.3 checking for ADDR_NO_RANDOMIZE... yes #12 225.7 checking if Linux sysinfo may be used... yes #12 226.9 checking for sys/wait.h that is POSIX.1 compatible... yes #12 227.4 checking for net/if.h... yes #12 227.9 checking for ifaddrs.h... yes #12 228.4 checking for net/if_dl.h... no #12 228.8 checking for struct ifreq.ifr_flags... yes #12 229.5 checking for struct ifreq.ifr_hwaddr... yes #12 230.7 checking for struct ifreq.ifr_netmask... yes #12 232.1 checking for struct ifreq.ifr_broadaddr... yes #12 233.2 checking for struct ifreq.ifr_addr... yes #12 234.0 checking for struct ifreq.ifr_addr.sa_len... no #12 234.6 checking whether gcc understands -MMD -MF... yes #12 234.9 checking for X... no #12 235.8 checking AppKit/AppKit.h usability... yes #12 239.2 checking AppKit/AppKit.h presence... yes #12 240.6 checking for AppKit/AppKit.h... yes #12 240.6 checking for Mac OS X 12.0 or later... yes #12 240.8 checking for gcc... gcc #12 241.1 checking whether we are using the GNU Objective C compiler... yes #12 241.4 checking whether gcc accepts -g... yes #12 241.7 checking if the Objective C compiler supports instancetype... yes #12 242.0 checking if the Objective C compiler defaults to C99... no #12 242.1 checking whether malloc is Doug Lea style... no #12 242.5 checking for sbrk... yes #12 243.1 checking for __lsan_ignore_object... no #12 243.5 checking for fchmod... yes #12 244.2 checking for utmpname... yes #12 244.7 checking for utmpxname... yes #12 245.4 checking for canonicalize_file_name... yes #12 246.2 checking for realpath... yes #12 247.0 checking for lstat... yes #12 247.6 checking for fchmodat... yes #12 248.4 checking for lchmod... no #12 248.6 checking for fcntl... yes #12 249.4 checking for fdopendir... yes #12 250.3 checking for listxattr... yes #12 251.3 checking for fstatat... yes #12 252.1 checking for fsync... yes #12 252.7 checking for gettimeofday... yes #12 253.7 checking for memset_explicit... no #12 254.2 checking for memset_s... no #12 255.1 checking for pselect... yes #12 255.9 checking for readlink... yes #12 256.8 checking for isblank... yes #12 257.5 checking for iswctype... yes #12 258.1 checking for strtoimax... yes #12 258.9 checking for symlink... yes #12 259.6 checking for localtime_r... yes #12 260.1 checking for getdtablesize... yes #12 261.0 checking for getpagesize... yes #12 261.5 checking for working mmap... yes #12 262.1 checking for main in -lXbsd... no #12 262.4 checking for pthread library... -lpthread #12 264.1 checking for thread support... yes #12 264.1 checking for librsvg-2.0 >= 2.14.0... no #12 264.2 checking for libwebpdemux >= 0.6.0... no #12 264.3 checking for WebPGetInfo... no #12 265.1 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 265.1 checking for sqlite3_open_v2 in -lsqlite3... no #12 265.6 checking for getaddrinfo_a in -lanl... yes #12 266.1 checking for malloc_trim... yes #12 266.8 checking for dbus-1 >= 1.0... yes #12 267.1 checking for dbus_watch_get_unix_fd... yes #12 268.2 checking for dbus_type_is_valid... yes #12 269.4 checking for dbus_validate_bus_name... yes #12 270.3 checking for dbus_validate_path... yes #12 271.2 checking for dbus_validate_interface... yes #12 272.0 checking for dbus_validate_member... yes #12 272.9 checking for lgetfilecon in -lselinux... no #12 273.4 checking for gnutls >= 2.12.2... yes #12 273.5 checking for libsystemd >= 222... no #12 273.6 checking for jansson >= 2.7... no #12 273.7 checking for tree-sitter >= 0.20.2... no #12 273.8 checking for tree-sitter >= 0.6.3... no #12 273.9 checking sys/inotify.h usability... yes #12 274.5 checking sys/inotify.h presence... yes #12 274.7 checking for sys/inotify.h... yes #12 274.7 checking for inotify_init1... yes #12 275.7 checking for jpeglib 6b or later... no #12 276.3 checking for lcms2... no #12 276.4 checking for library containing inflateEnd... -lz #12 277.8 checking for dladdr... yes #12 278.5 checking for dlfunc... no #12 279.3 checking for libpng >= 1.0.0... no #12 279.4 checking for libpng not configured by pkg-config... no #12 279.7 checking tiffio.h usability... no #12 280.2 checking tiffio.h presence... no #12 280.4 checking for tiffio.h... no #12 280.4 checking gif_lib.h usability... no #12 280.9 checking gif_lib.h presence... no #12 281.1 checking for gif_lib.h... no #12 281.1 checking gpm.h usability... no #12 281.5 checking gpm.h presence... no #12 281.7 checking for gpm.h... no #12 281.7 checking for libxml-2.0 > 2.6.17... no #12 281.8 checking for maillock in -lmail... no #12 282.4 checking for maillock in -llockfile... no #12 282.7 checking for liblockfile.so... no #12 282.7 checking maillock.h usability... no #12 283.3 checking maillock.h presence... no #12 283.6 checking for maillock.h... no #12 283.6 checking linux/seccomp.h usability... yes #12 284.1 checking linux/seccomp.h presence... yes #12 284.2 checking for linux/seccomp.h... yes #12 284.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 284.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 285.4 checking linux/filter.h usability... yes #12 286.0 checking linux/filter.h presence... yes #12 286.1 checking for linux/filter.h... yes #12 286.2 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 286.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 286.4 checking for libseccomp >= 2.5.2... no #12 286.5 checking size of long... 8 #12 287.2 checking for accept4... yes #12 287.9 checking for fchdir... yes #12 288.5 checking for gethostname... yes #12 289.4 checking for getrusage... yes #12 290.2 checking for get_current_dir_name... yes #12 291.1 checking for lrand48... yes #12 292.0 checking for random... yes #12 292.9 checking for rint... yes #12 293.8 checking for tcdrain... yes #12 294.7 checking for trunc... yes #12 295.6 checking for select... yes #12 296.3 checking for getpagesize... (cached) yes #12 296.4 checking for setlocale... yes #12 297.2 checking for newlocale... yes #12 298.0 checking for getrlimit... yes #12 298.8 checking for setrlimit... yes #12 299.4 checking for shutdown... yes #12 300.2 checking for pthread_sigmask... (cached) yes #12 300.3 checking for strsignal... yes #12 301.1 checking for setitimer... yes #12 301.8 checking for sendto... yes #12 302.6 checking for recvfrom... yes #12 303.4 checking for getsockname... yes #12 304.2 checking for getifaddrs... yes #12 304.9 checking for freeifaddrs... yes #12 305.9 checking for gai_strerror... yes #12 306.5 checking for sync... yes #12 307.2 checking for endpwent... yes #12 307.9 checking for getgrent... yes #12 308.8 checking for endgrent... yes #12 309.3 checking for renameat2... yes #12 310.0 checking for cfmakeraw... yes #12 310.9 checking for cfsetspeed... yes #12 311.7 checking for __executable_start... yes #12 312.7 checking for log2... yes #12 313.6 checking for pthread_setname_np... yes #12 314.6 checking for pthread_set_name_np... no #12 315.3 checking for getpwent... yes #12 316.1 checking whether pthread_setname_np takes a single argument... no #12 316.4 checking whether pthread_setname_np takes three arguments... no #12 316.8 checking for aligned_alloc... yes #12 317.6 checking whether aligned_alloc is declared... yes #12 318.0 checking for posix_madvise... yes #12 318.8 checking for madvise... yes #12 319.5 checking for __builtin_frame_address... yes #12 320.0 checking for __builtin_unwind_init... yes #12 320.5 checking for _LARGEFILE_SOURCE value needed for large files... no #12 321.4 checking for grantpt... yes #12 321.9 checking for getpt... yes #12 322.7 checking for posix_openpt... yes #12 323.3 checking for library containing tputs... -ltinfo #12 324.5 checking whether -ltinfo library defines BC... yes #12 325.0 checking for timerfd interface... yes #12 325.4 checking whether signals can be handled on alternate stack... yes #12 325.9 checking valgrind/valgrind.h usability... no #12 326.3 checking valgrind/valgrind.h presence... no #12 326.4 checking for valgrind/valgrind.h... no #12 326.4 checking for struct unipair.unicode... yes #12 326.9 checking for pid_t... yes #12 327.9 checking vfork.h usability... no #12 328.3 checking vfork.h presence... no #12 328.4 checking for vfork.h... no #12 328.4 checking for fork... yes #12 329.1 checking for vfork... yes #12 329.7 checking for working fork... yes #12 330.6 checking for working vfork... (cached) yes #12 330.7 checking for snprintf... yes #12 331.4 checking for open_memstream... yes #12 332.1 checking spawn.h usability... yes #12 332.6 checking spawn.h presence... yes #12 332.7 checking for spawn.h... yes #12 332.8 checking for posix_spawn... yes #12 333.5 checking for posix_spawn_file_actions_addchdir... no #12 334.1 checking for posix_spawn_file_actions_addchdir_np... yes #12 334.7 checking for posix_spawnattr_setflags... yes #12 335.6 checking whether POSIX_SPAWN_SETSID is declared... yes #12 336.0 checking whether GLib is linked in... no #12 336.1 checking for nl_langinfo and CODESET... yes #12 336.6 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 337.3 checking for mbstate_t... yes #12 337.9 checking for signals via characters... yes #12 338.4 checking for _setjmp... yes #12 339.1 checking for sigsetjmp... yes #12 339.7 checking POSIX termios... yes #12 340.4 checking size of speed_t... 4 #12 340.8 checking for usable FIONREAD... yes #12 341.1 checking for usable SIGIO... yes #12 341.6 checking for struct alignment... yes #12 342.0 checking for C/C++ restrict keyword... __restrict__ #12 342.4 checking for typeof syntax and keyword spelling... typeof #12 342.7 checking for statement expressions... yes #12 343.0 checking whether malloc (0) returns nonnull... yes #12 343.5 checking sys/acl.h usability... yes #12 343.9 checking sys/acl.h presence... yes #12 343.9 checking for sys/acl.h... yes #12 344.0 checking for library containing acl_get_file... -lacl #12 345.3 checking for acl_get_file... yes #12 345.6 checking for acl_get_fd... yes #12 345.9 checking for acl_set_file... yes #12 346.3 checking for acl_set_fd... yes #12 346.8 checking for acl_free... yes #12 347.3 checking for acl_from_mode... yes #12 348.0 checking for acl_from_text... yes #12 348.7 checking for acl_delete_def_file... yes #12 349.4 checking for acl_extended_file... yes #12 350.1 checking for acl_delete_fd_np... no #12 350.6 checking for acl_delete_file_np... no #12 351.2 checking for acl_copy_ext_native... no #12 351.6 checking for acl_create_entry_np... no #12 352.3 checking for acl_to_short_text... no #12 352.8 checking for acl_free_text... no #12 353.2 checking for working acl_get_file... yes #12 353.6 checking acl/libacl.h usability... yes #12 353.9 checking acl/libacl.h presence... yes #12 354.0 checking for acl/libacl.h... yes #12 354.0 checking for acl_entries... yes #12 354.6 checking for ACL_FIRST_ENTRY... yes #12 355.0 checking for ACL_TYPE_EXTENDED... no #12 355.3 checking for working alloca.h... yes #12 356.0 checking for alloca... yes #12 356.8 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 356.8 checking whether the preprocessor supports include_next... yes #12 357.4 checking whether source code line length is unlimited... yes #12 357.5 checking whether endutent is declared... yes #12 357.8 checking for struct utmpx.ut_user... yes #12 358.3 checking for struct utmp.ut_user... yes #12 358.6 checking for struct utmpx.ut_name... yes #12 358.9 checking for struct utmp.ut_name... yes #12 359.3 checking for struct utmpx.ut_type... yes #12 359.7 checking for struct utmp.ut_type... yes #12 360.2 checking for struct utmpx.ut_pid... yes #12 360.7 checking for struct utmp.ut_pid... yes #12 360.9 checking for struct utmp.ut_tv... yes #12 361.5 checking for struct utmpx.ut_host... yes #12 362.1 checking for struct utmp.ut_host... yes #12 362.8 checking for struct utmpx.ut_id... yes #12 363.4 checking for struct utmp.ut_id... yes #12 364.1 checking for struct utmpx.ut_session... yes #12 364.8 checking for struct utmp.ut_session... yes #12 365.4 checking for struct utmpx.ut_exit... yes #12 365.9 checking for struct utmp.ut_exit... yes #12 366.7 checking for struct utmpx.ut_exit.ut_exit... no #12 367.6 checking for struct utmpx.ut_exit.e_exit... yes #12 368.2 checking for struct utmp.ut_exit.e_exit... yes #12 368.6 checking for struct utmpx.ut_exit.ut_termination... no #12 369.2 checking for struct utmpx.ut_exit.e_termination... yes #12 369.8 checking for struct utmp.ut_exit.e_termination... yes #12 370.4 checking whether sysinfo is declared... yes #12 370.6 checking for sys/sysctl.h... yes #12 371.3 checking for sysctl... yes #12 371.8 checking whether lstat correctly handles trailing slash... yes #12 372.7 checking whether // is distinct from /... no #12 372.7 checking whether realpath works... yes #12 373.5 checking for faccessat... yes #12 374.1 checking for getcwd... yes #12 374.5 checking whether byte ordering is bigendian... no #12 375.2 checking if environ is properly declared... yes #12 375.7 checking for complete errno.h... yes #12 375.8 checking whether ctype.h defines __header_inline... no #12 376.0 checking for mode_t... yes #12 376.6 checking whether strmode is declared... no #12 376.9 checking whether getline is declared... yes #12 377.4 checking for gawk... no #12 377.4 checking for mawk... mawk #12 377.4 checking for getopt.h... (cached) yes #12 377.4 checking for getopt_long_only... yes #12 378.1 checking whether getopt is POSIX compatible... yes #12 379.9 checking for working GNU getopt function... yes #12 380.5 checking for working GNU getopt_long function... yes #12 381.2 checking whether timespec_get is declared... yes #12 381.4 checking for timespec_get... yes #12 381.7 checking for struct timeval... yes #12 381.8 checking for wide-enough struct timeval.tv_sec member... yes #12 382.2 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 382.3 checking whether the compiler produces multi-arch binaries... no #12 382.4 checking whether stdint.h conforms to C99... yes #12 383.5 checking whether stdint.h works without ISO C predefines... yes #12 383.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 384.2 checking whether memmem is declared... yes #12 384.7 checking whether memrchr is declared... yes #12 385.1 checking whether defines MIN and MAX... no #12 385.4 checking whether defines MIN and MAX... yes #12 385.9 checking whether time_t is signed... yes #12 386.2 checking whether alarm is declared... yes #12 386.8 checking for working mktime... no #12 387.7 checking whether struct tm is in sys/time.h or time.h... time.h #12 388.0 checking for struct tm.tm_zone... yes #12 388.5 checking for struct tm.tm_gmtoff... yes #12 388.9 checking whether is self-contained... yes #12 389.9 checking for inline... inline #12 390.2 checking for sigset_t... yes #12 391.0 checking for volatile sig_atomic_t... yes #12 391.8 checking for sighandler_t... yes #12 392.4 checking for wchar_t... yes #12 392.7 checking for good max_align_t... yes #12 393.0 checking whether NULL can be used in arbitrary expressions... yes #12 393.5 checking for unreachable... no #12 394.3 checking whether fcloseall is declared... yes #12 395.0 checking whether getw is declared... yes #12 395.8 checking whether putw is declared... yes #12 396.5 checking which flavor of printf attribute matches inttypes macros... system #12 397.0 checking whether strnlen is declared... yes #12 397.8 checking whether strtoimax is declared... yes #12 398.5 checking whether stat file-mode macros are broken... no #12 398.8 checking for nlink_t... yes #12 399.6 checking for struct timespec in ... yes #12 400.0 checking for TIME_UTC in ... yes #12 400.4 checking whether execvpe is declared... yes #12 401.4 checking whether clearerr_unlocked is declared... yes #12 402.3 checking whether feof_unlocked is declared... yes #12 403.0 checking whether ferror_unlocked is declared... yes #12 403.8 checking whether fflush_unlocked is declared... yes #12 404.5 checking whether fgets_unlocked is declared... yes #12 405.3 checking whether fputc_unlocked is declared... yes #12 405.9 checking whether fputs_unlocked is declared... yes #12 406.4 checking whether fread_unlocked is declared... yes #12 407.0 checking whether fwrite_unlocked is declared... yes #12 407.7 checking whether getc_unlocked is declared... yes #12 408.5 checking whether getchar_unlocked is declared... yes #12 409.4 checking whether putc_unlocked is declared... yes #12 410.1 checking whether putchar_unlocked is declared... yes #12 410.8 checking type of array argument to getgroups... gid_t #12 412.1 checking whether getdelim is declared... yes #12 412.8 checking whether getdtablesize is declared... yes #12 413.5 checking whether malloc is ptrdiff_t safe... yes #12 413.8 checking whether malloc, realloc, calloc set errno on failure... yes #12 413.8 checking for O_CLOEXEC... yes #12 414.1 checking for promoted mode_t type... mode_t #12 414.4 checking whether the utimes function works... yes #12 415.8 checking for C compiler option to allow warnings... -Wno-error #12 416.3 checking for alignas and alignof... yes, macros #12 417.0 checking for alloca as a compiler built-in... yes #12 417.2 checking for static_assert... yes, an macro #12 417.9 checking for __builtin_expect... yes #12 418.7 checking byteswap.h usability... yes #12 419.2 checking byteswap.h presence... yes #12 419.4 checking for byteswap.h... yes #12 419.4 checking for readlinkat... yes #12 420.2 checking for library containing clock_gettime... none required #12 420.8 checking for clock_getres... yes #12 421.5 checking for clock_gettime... yes #12 422.2 checking for clock_settime... yes #12 422.9 checking for copy_file_range... yes #12 423.7 checking for d_type member in directory struct... yes #12 424.4 checking whether // is distinct from /... (cached) no #12 424.4 checking whether dup2 works... yes #12 425.2 checking for library containing backtrace_symbols_fd... none required #12 425.8 checking for faccessat... (cached) yes #12 425.8 checking whether fchmodat works... no #12 427.0 checking for readlinkat... (cached) yes #12 427.0 checking whether fcntl handles F_DUPFD correctly... yes #12 428.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 428.9 checking whether fdopendir is declared... yes #12 429.3 checking whether fdopendir works... yes #12 430.0 checking for flexible array member... yes #12 430.7 checking for __fpending... yes #12 431.4 checking whether __fpending is declared... yes #12 432.0 checking whether free is known to preserve errno... no #12 432.5 checking whether fstatat (..., 0) works... yes #12 433.3 checking for sys/mount.h... yes #12 434.1 checking for statvfs function (SVR4)... yes #12 434.8 checking whether to use statvfs64... no #12 435.0 checking for two-argument statfs with statfs.f_frsize member... yes #12 435.9 checking sys/fs/s5param.h usability... no #12 436.3 checking sys/fs/s5param.h presence... no #12 436.5 checking for sys/fs/s5param.h... no #12 436.5 checking sys/statfs.h usability... yes #12 437.0 checking sys/statfs.h presence... yes #12 437.1 checking for sys/statfs.h... yes #12 437.2 checking for statfs that truncates block counts... no #12 437.3 checking for futimens... yes #12 438.0 checking whether futimens works... yes #12 440.0 checking for getline... yes #12 440.6 checking for working getline function... yes #12 441.8 checking for getloadavg... yes #12 442.6 checking sys/loadavg.h usability... no #12 443.2 checking sys/loadavg.h presence... no #12 443.4 checking for sys/loadavg.h... no #12 443.5 checking whether getloadavg is declared... yes #12 443.9 checking for getrandom... yes #12 444.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 444.8 checking for gettimeofday with POSIX signature... yes #12 445.2 checking whether the compiler supports the __inline keyword... yes #12 445.6 checking gmp.h usability... yes #12 446.1 checking gmp.h presence... yes #12 446.3 checking for gmp.h... yes #12 446.4 checking for library containing __gmpz_roinit_n... -lgmp #12 447.5 checking for memmem... yes #12 448.1 checking whether memmem works... yes #12 448.8 checking for mempcpy... yes #12 449.6 checking for memrchr... yes #12 450.2 checking for explicit_memset... no #12 450.9 checking for mkostemp... yes #12 451.5 checking for library containing nanosleep... none required #12 452.1 checking for working nanosleep... no (mishandles large arguments) #12 454.0 checking for sys/pstat.h... no #12 454.3 checking for sys/sysmp.h... no #12 454.8 checking for sys/param.h... (cached) yes #12 454.8 checking for sys/sysctl.h... (cached) yes #12 454.9 checking for sched_getaffinity_np... no #12 455.6 checking for pstat_getdynamic... no #12 456.5 checking for sysmp... no #12 457.3 checking for sysctl... (cached) yes #12 457.4 checking for sched_getaffinity... yes #12 458.1 checking for glibc compatible sched_getaffinity... yes #12 458.4 checking for pipe2... yes #12 459.0 checking whether signature of pselect conforms to POSIX... yes #12 459.7 checking whether pselect detects invalid fds... yes #12 460.4 checking whether pthread_sigmask is a macro... no #12 460.6 checking whether pthread_sigmask returns error numbers... yes #12 461.4 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 464.4 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 465.8 checking whether readlink signature is correct... yes #12 466.2 checking whether readlink handles trailing slash correctly... yes #12 466.9 checking whether readlink truncates results correctly... yes #12 467.7 checking for readlinkat... (cached) yes #12 467.7 checking whether readlinkat signature is correct... yes #12 468.1 checking for working re_compile_pattern... no #12 469.4 checking libintl.h usability... yes #12 470.0 checking libintl.h presence... yes #12 470.1 checking for libintl.h... yes #12 470.2 checking whether isblank is declared... yes #12 470.6 checking for sig2str... no #12 471.3 checking for sigdescr_np... no #12 472.2 checking for socklen_t... yes #12 473.0 checking for ssize_t... yes #12 473.6 checking for struct stat.st_atim.tv_nsec... yes #12 474.0 checking whether struct stat.st_atim is of type struct timespec... yes #12 474.5 checking for struct stat.st_birthtimespec.tv_nsec... no #12 475.2 checking for struct stat.st_birthtimensec... no #12 476.0 checking for struct stat.st_birthtim.tv_nsec... no #12 476.7 checking for bool, true, false... no #12 476.9 checking for stpcpy... yes #12 477.5 checking for working strnlen... yes #12 478.5 checking whether strtoimax works... yes #12 479.3 checking whether symlink handles trailing slash correctly... yes #12 480.3 checking whether localtime_r is declared... yes #12 480.7 checking whether localtime_r is compatible with its POSIX signature... yes #12 481.0 checking whether localtime works even near extrema... yes #12 481.9 checking for timezone_t... no #12 482.1 checking for timegm... yes #12 482.9 checking whether timer_settime is declared... yes #12 483.4 checking for library containing timer_settime... -lrt #12 484.9 checking for timer_settime... yes #12 485.8 checking for utimensat... yes #12 486.6 checking whether utimensat works... yes #12 488.5 checking for variable-length arrays... yes #12 489.2 checking whether getdtablesize works... yes #12 490.0 checking for __mktime_internal... no #12 490.9 checking for timer_getoverrun... yes #12 491.7 checking for gcc option to disable position independent executables... not needed #12 491.7 checking for __ctype_get_mb_cur_max... yes #12 492.5 checking whether MB_CUR_MAX is defined to function that won't link... no #12 492.7 #12 492.7 Configured for 'x86_64-pc-linux-gnu'. #12 492.7 #12 492.7 Where should the build process find the source code? . #12 492.7 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 492.7 Should Emacs use the GNU version of malloc? no #12 492.7 (The GNU allocators don't work with this system configuration.) #12 492.7 Should Emacs use a relocating allocator for buffers? no #12 492.7 Should Emacs use mmap(2) for buffer allocation? no #12 492.7 What window system should Emacs use? nextstep #12 492.7 What toolkit should Emacs use? none #12 492.7 Where do we find X Windows header files? NONE #12 492.7 Where do we find X Windows libraries? NONE #12 492.7 Does Emacs use -lXaw3d? no #12 492.7 Is Emacs being built for Android? no #12 492.7 Does Emacs use the X Double Buffer Extension? no #12 492.7 Does Emacs use -lXpm? no #12 492.7 Does Emacs use -ljpeg? no #12 492.7 Does Emacs use -ltiff? no #12 492.7 Does Emacs use a gif library? no #12 492.7 Does Emacs use a png library? no #12 492.7 Does Emacs use -lrsvg-2? no #12 492.7 Does Emacs use -lwebp? no #12 492.7 Does Emacs use -lsqlite3? no #12 492.7 Does Emacs use cairo? no #12 492.7 Does Emacs use -llcms2? no #12 492.7 Does Emacs use imagemagick? no #12 492.7 Does Emacs use native APIs for images? yes (ns) #12 492.7 Does Emacs support sound? yes #12 492.7 Does Emacs use -lgpm? no #12 492.7 Does Emacs use -ldbus? yes #12 492.7 Does Emacs use -lgconf? no #12 492.7 Does Emacs use GSettings? no #12 492.7 Does Emacs use a file notification library? yes -lglibc (inotify) #12 492.7 Does Emacs use access control lists? yes -lacl -lattr #12 492.7 Does Emacs use -lselinux? no #12 492.7 Does Emacs use -lgnutls? yes #12 492.7 Does Emacs use -lxml2? no #12 492.7 Does Emacs use -lfreetype? no #12 492.7 Does Emacs use HarfBuzz? no #12 492.7 Does Emacs use -lm17n-flt? no #12 492.7 Does Emacs use -lotf? no #12 492.7 Does Emacs use -lxft? no #12 492.7 Does Emacs use -lsystemd? no #12 492.7 Does Emacs use -ljansson? no #12 492.7 Does Emacs use -ltree-sitter? no #12 492.7 Does Emacs use the GMP library? yes #12 492.7 Does Emacs directly use zlib? yes #12 492.7 Does Emacs have dynamic modules support? yes #12 492.7 Does Emacs use toolkit scroll bars? yes #12 492.7 Does Emacs support Xwidgets? no #12 492.7 Does Emacs have threading support in lisp? yes #12 492.7 Does Emacs support the portable dumper? yes #12 492.7 Does Emacs support legacy unexec dumping? no #12 492.7 Which dumping strategy does Emacs use? pdumper #12 492.7 Does Emacs have native lisp compiler? no #12 492.7 Does Emacs use version 2 of the X Input Extension? no #12 492.7 Does Emacs generate a smaller-size Japanese dictionary? no #12 492.7 #12 492.7 #12 492.7 #12 492.7 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 492.7 Run 'make install' in order to build an application bundle. #12 492.7 The application will go to nextstep/Emacs.app and can be run or moved #12 492.7 from there. #12 492.7 The application will be fully self-contained. #12 492.7 #12 495.0 configure: creating ./config.status #12 496.0 configure: WARNING: This configuration installs a 'movemail' program #12 496.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 496.0 installed a 'movemail' program that retrieved POP3 email via only #12 496.0 insecure channels, a practice that is no longer recommended but that #12 496.0 you can continue to support by using './configure --with-pop'. #12 496.0 configure: You might want to install GNU Mailutils #12 496.0 and use './configure --with-mailutils'. #12 498.3 MAKE='make' ./config.status #12 499.0 config.status: creating src/verbose.mk #12 499.2 config.status: creating src/emacs-module.h #12 499.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 499.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 500.1 config.status: creating Makefile #12 500.3 config.status: creating lib/gnulib.mk #12 500.7 config.status: creating ./doc/man/emacs.1 #12 501.0 config.status: creating lib/Makefile #12 501.3 config.status: creating lib-src/Makefile #12 501.6 config.status: creating oldXMenu/Makefile #12 501.9 config.status: creating src/Makefile #12 502.1 config.status: creating lwlib/Makefile #12 502.4 config.status: creating nextstep/Makefile #12 502.6 config.status: creating nt/Makefile #12 502.9 config.status: creating doc/emacs/Makefile #12 503.2 config.status: creating doc/misc/Makefile #12 503.4 config.status: creating doc/lispintro/Makefile #12 503.7 config.status: creating doc/lispref/Makefile #12 503.9 config.status: creating lisp/Makefile #12 504.2 config.status: creating leim/Makefile #12 504.4 config.status: creating test/Makefile #12 504.7 config.status: creating test/manual/noverlay/Makefile #12 504.9 config.status: creating test/infra/Makefile #12 505.2 config.status: creating admin/charsets/Makefile #12 505.4 config.status: creating admin/unidata/Makefile #12 505.6 config.status: creating admin/grammars/Makefile #12 506.0 config.status: creating java/Makefile #12 506.2 config.status: creating cross/Makefile #12 506.5 config.status: creating java/AndroidManifest.xml #12 506.8 config.status: creating src/config.h #12 507.0 config.status: executing src/epaths.h commands #12 507.1 make[3]: Entering directory '/checkout' #12 507.3 make[3]: Leaving directory '/checkout' #12 507.4 config.status: executing src/.gdbinit commands #12 507.5 config.status: executing doc/emacs/emacsver.texi commands #12 507.7 config.status: executing etc-refcards-emacsver.tex commands #12 507.7 make[3]: Entering directory '/checkout' #12 507.9 make[3]: Leaving directory '/checkout' #12 507.9 make[2]: Leaving directory '/checkout' #12 507.9 make actual-all #12 508.0 make[2]: Entering directory '/checkout' #12 508.6 make -C lib all #12 509.1 make[3]: Entering directory '/checkout/lib' #12 509.1 GEN alloca.h #12 509.2 GEN dirent.h #12 509.3 GEN fcntl.h #12 509.4 GEN malloc/dynarray.gl.h #12 509.5 GEN malloc/dynarray-skeleton.gl.h #12 509.6 GEN inttypes.h #12 509.7 GEN limits.h #12 509.8 GEN signal.h #12 509.9 GEN stdckdint.h #12 509.9 GEN stddef.h #12 510.0 GEN stdio.h #12 510.5 GEN stdlib.h #12 510.9 GEN string.h #12 511.3 GEN sys/random.h #12 511.4 GEN sys/select.h #12 511.5 GEN sys/stat.h #12 511.6 GEN sys/time.h #12 511.7 GEN sys/types.h #12 511.8 GEN time.h #12 512.0 GEN unistd.h #12 512.8 CC fingerprint.o #12 512.9 CC mktime.o #12 514.5 CC acl-errno-valid.o #12 515.0 CC acl-internal.o #12 515.5 CC get-permissions.o #12 516.2 CC set-permissions.o #12 517.0 CC allocator.o #12 517.5 CC binary-io.o #12 518.0 CC boot-time.o #12 519.1 CC c-ctype.o #12 519.7 CC c-strcasecmp.o #12 520.1 CC c-strncasecmp.o #12 520.6 CC careadlinkat.o #12 521.4 CC close-stream.o #12 522.2 CC copy-file-range.o #12 522.7 CC count-leading-zeros.o #12 523.3 CC count-one-bits.o #12 523.7 CC count-trailing-zeros.o #12 524.3 CC md5-stream.o #12 525.0 CC md5.o #12 526.7 CC sha1.o #12 529.8 CC sha256.o #12 536.6 CC sha512.o #12 546.8 CC dtoastr.o #12 547.6 CC dtotimespec.o #12 548.0 CC fchmodat.o #12 548.5 CC fcntl.o #12 548.9 CC file-has-acl.o #12 549.6 CC filemode.o #12 550.2 CC filevercmp.o #12 551.0 CC free.o #12 551.4 CC fsusage.o #12 551.8 CC gettime.o #12 552.0 CC malloc/dynarray_at_failure.o #12 552.4 CC malloc/dynarray_emplace_enlarge.o #12 552.7 CC malloc/dynarray_finalize.o #12 553.1 CC malloc/dynarray_resize.o #12 553.5 CC malloc/dynarray_resize_clear.o #12 553.7 CC memset_explicit.o #12 553.9 CC nanosleep.o #12 554.2 CC nproc.o #12 554.9 CC nstrftime.o #12 560.0 CC pipe2.o #12 560.6 CC qcopy-acl.o #12 561.2 CC regex.o #12 582.6 CC sig2str.o #12 583.2 CC sigdescr_np.o #12 583.6 CC stat-time.o #12 584.3 CC tempname.o #12 585.0 CC time_rz.o #12 585.6 CC timegm.o #12 585.9 CC timespec.o #12 586.1 CC timespec-add.o #12 586.3 CC timespec-sub.o #12 586.5 CC u64.o #12 586.7 CC unistd.o #12 586.9 CC openat-die.o #12 587.3 CC save-cwd.o #12 587.8 AR libgnu.a #12 588.5 make[3]: Leaving directory '/checkout/lib' #12 588.5 make -C lib-src all #12 588.5 make[3]: Entering directory '/checkout/lib-src' #12 588.5 CCLD etags #12 614.9 CCLD ctags #12 643.1 CCLD emacsclient #12 649.0 CCLD ebrowse #12 661.3 CCLD hexl #12 663.3 CC pop.o #12 663.6 CCLD movemail #12 665.1 CCLD make-docfile #12 671.2 CCLD make-fingerprint #12 672.6 make[3]: Leaving directory '/checkout/lib-src' #12 672.6 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 672.6 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 673.7 make[3]: Entering directory '/checkout/src' #12 673.7 GEN globals.h #12 674.7 CC dispnew.o #12 701.2 CC frame.o #12 734.1 CC scroll.o #12 739.1 CC xdisp.o #12 897.8 CC menu.o #12 906.8 CC window.o #12 948.6 CC charset.o #12 971.5 CC coding.o #12 1057. CC category.o #12 1062. CC ccl.o #12 1077. CC character.o #12 1086. CC chartab.o #12 1098. CC bidi.o #12 1112. CC cm.o #12 1114. CC term.o #12 1135. CC terminal.o #12 1140. CC xfaces.o #12 1177. CC dbusbind.o #12 1200. CC emacs.o #12 1211. CC keyboard.o #12 1280. CC macros.o #12 1283. CC keymap.o #12 1308. CC sysdep.o #12 1321. CC bignum.o #12 1325. CC buffer.o #12 1341. CC filelock.o #12 1344. CC insdel.o #12 1351. CC marker.o #12 1355. CC minibuf.o #12 1366. CC fileio.o #12 1384. CC dired.o #12 1388. CC cmds.o #12 1391. CC casetab.o #12 1394. CC casefiddle.o #12 1397. CC indent.o #12 1407. CC search.o #12 1419. CC regex-emacs.o #12 1449. CC undo.o #12 1452. CC alloc.o #12 1476. CC pdumper.o #12 1497. CC data.o #12 1523. GEN buildobj.h #12 1525. CC doc.o #12 1531. CC editfns.o #12 1564. CC callint.o #12 1572. CC eval.o #12 1599. CC floatfns.o #12 1605. CC fns.o #12 1645. CC sort.o #12 1648. CC font.o #12 1681. CC print.o #12 1698. CC lread.o #12 1728. CC emacs-module.o #12 1742. CC syntax.o #12 1768. CC bytecode.o #12 1777. CC comp.o #12 1778. CC dynlib.o #12 1779. CC process.o #12 1803. CC gnutls.o #12 1811. CC callproc.o #12 1816. CC region-cache.o #12 1818. CC sound.o #12 1820. CC timefns.o #12 1826. CC atimer.o #12 1828. CC doprnt.o #12 1830. CC intervals.o #12 1838. CC textprop.o #12 1846. CC composite.o #12 1858. CC xml.o #12 1859. CC lcms.o #12 1859. CC inotify.o #12 1862. CC profiler.o #12 1866. CC decompress.o #12 1867. CC thread.o #12 1872. CC systhread.o #12 1875. CC sqlite.o #12 1877. CC treesit.o #12 1879. CC itree.o #12 1884. CC fontset.o #12 1903. CC fringe.o #12 1917. CC image.o #12 1938. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1938. 143 | #define PIX_MASK_DRAW 1 #12 1938. | #12 1940. CC nsterm.o #12 1940. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1940. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1942. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1942. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1942. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1942. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1942. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1942. | ^~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1942. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1942. | ^~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1942. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1942. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1942. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1942. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 88 | #if GS_API_VERSION(0,011500) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1942. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1942. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1942. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1942. | ^~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1942. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1942. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1942. | ^~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1942. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1942. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1942. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1942. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1942. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1942. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1942. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1942. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 45 | #if GS_EXPOSE(NSArchiver) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 114 | #if GS_EXPOSE(NSBundle) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 43 | #if GS_EXPOSE(NSCache) #12 1942. | ^~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 113 | #if GS_EXPOSE(NSException) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1942. 303 | NSGetUncaughtExceptionHandler(); #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 53 | #if GS_EXPOSE(NSExpression) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 47 | #if GS_EXPOSE(NSTimer) #12 1942. | ^~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1942. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1942. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 46 | #if GS_EXPOSE(NSRunLoop) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1942. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 40 | #if GS_EXPOSE(NSDistantObject) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 74 | #if GS_EXPOSE(NSLock) #12 1942. | ^~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 125 | #if GS_EXPOSE(NSCondition) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 175 | #if GS_EXPOSE(NSConditionLock) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1942. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 134 | #if GS_EXPOSE(NSError) #12 1942. | ^~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1942. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 182 | #if GS_EXPOSE(NSURLHandle) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 73 | #if GS_EXPOSE(NSURL) #12 1942. | ^~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1942. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 633 | #if GS_EXPOSE(NSURLComponents) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 160 | #if GS_EXPOSE(NSPipe) #12 1942. | ^~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 215 | #if GS_EXPOSE(NSFileManager) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 42 | #if GS_EXPOSE(NSHost) #12 1942. | ^~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 47 | #if GS_EXPOSE(NSIndexPath) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 49 | #if GS_EXPOSE(NSIndexSet) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 38 | #if GS_EXPOSE(NSInvocation) #12 1942. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1942. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1942. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1942. | ^ #12 1942. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1942. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1942. from nsgui.h:34, #12 1942. from dispextern.h:137, #12 1942. from nsterm.h:22, #12 1942. from nsterm.m:48: #12 1942. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1942. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1942. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1943. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1943. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 103 | #if GS_EXPOSE(NSLocale) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1943. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 361 | #if GS_EXPOSE(NSNetService) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 53 | #if GS_EXPOSE(NSPortCoder) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1943. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 77 | #if GS_EXPOSE(NSPort) #12 1943. | ^~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 202 | #if GS_EXPOSE(NSSocketPort) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 284 | #if GS_EXPOSE(NSMessagePort) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 47 | #if GS_EXPOSE(NSPortMessage) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 53 | #if GS_EXPOSE(NSProgress) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 42 | #if GS_EXPOSE(NSScanner) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 58 | #if GS_EXPOSE(NSSpellServer) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1943. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 51 | #if GS_EXPOSE(NSTask) #12 1943. | ^~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1943. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 59 | #if GS_EXPOSE(NSThread) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1943. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 87 | #if GS_EXPOSE(NSUndoManager) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 105 | #if GS_EXPOSE(NSURLCache) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 48 | #if GS_EXPOSE(NSURLConnection) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 56 | #if GS_EXPOSE(NSURLCredential) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 49 | #if GS_EXPOSE(NSURLDownload) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 92 | #if GS_EXPOSE(NSURLRequest) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 49 | #if GS_EXPOSE(NSURLResponse) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1943. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1943. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 72 | #if GS_EXPOSE(NSXMLParser) #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1943. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1943. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1943. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1943. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1943. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1943. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1943. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1943. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1943. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1943. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1943. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1943. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1943. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1943. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1943. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1943. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1943. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1943. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1943. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1943. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1943. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1943. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1943. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1943. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1943. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1943. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1943. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1943. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1943. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1943. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1943. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1943. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1943. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1943. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1943. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1943. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1943. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1943. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1943. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1943. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1943. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1943. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1943. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1943. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1943. from nsgui.h:34, #12 1943. from dispextern.h:137, #12 1943. from nsterm.h:22, #12 1943. from nsterm.m:48: #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1943. | ^ #12 1943. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1943. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1943. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1944. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1944. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1944. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1944. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1944. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1944. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1944. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1944. | ^~~~~~~~~~~~~~~~~~~~ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1944. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1944. | ^~~~~~~~~~~~~~~~~~~~ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1944. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1944. | ^ #12 1944. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1944. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1944. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1944. from nsgui.h:34, #12 1944. from dispextern.h:137, #12 1944. from nsterm.h:22, #12 1944. from nsterm.m:48: #12 1944. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1944. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1944. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1945. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1945. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1945. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1945. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1945. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1945. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1945. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1945. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1945. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1945. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1945. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1945. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1945. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1945. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1945. | ^ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1945. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1945. | ^ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 125 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 129 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 133 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 214 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 247 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 251 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 259 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 263 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 267 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 271 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 275 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 287 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 311 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 323 | __attribute__((unused)); #12 1945. | ^~~~~~~~~~~~~ #12 1945. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1945. from nsgui.h:34, #12 1945. from dispextern.h:137, #12 1945. from nsterm.h:22, #12 1945. from nsterm.m:48: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 493 | PSgsave() #12 1945. | ^~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 499 | PSgrestore() #12 1945. | ^~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 505 | PSinitgraphics() #12 1945. | ^~~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 622 | PSinitmatrix() #12 1945. | ^~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 669 | PSclip() #12 1945. | ^~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 675 | PSclosepath() #12 1945. | ^~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 687 | PSeoclip() #12 1945. | ^~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 693 | PSeofill() #12 1945. | ^~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 699 | PSfill() #12 1945. | ^~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 705 | PSflattenpath() #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 711 | PSinitclip() #12 1945. | ^~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 729 | PSnewpath() #12 1945. | ^~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 765 | PSreversepath() #12 1945. | ^~~~~~~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 783 | PSstroke() #12 1945. | ^~~~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1945. 835 | PSWait() #12 1945. | ^~~~~~ #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1945. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1946. nsterm.m: In function 'ns_set_undecorated': #12 1946. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1946. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1946. | ^ #12 1946. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1946. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1946. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1946. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1946. | ^ #12 1985. CC nsfns.o #12 1985. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1985. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1986. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1986. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1986. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1986. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1986. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1986. | ^~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1986. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1986. | ^~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1986. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1986. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1986. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1986. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 88 | #if GS_API_VERSION(0,011500) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1986. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1986. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1986. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1986. | ^~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1986. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1986. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1986. | ^~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1986. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1986. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1986. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1986. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1986. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1986. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1986. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1986. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 45 | #if GS_EXPOSE(NSArchiver) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 114 | #if GS_EXPOSE(NSBundle) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 43 | #if GS_EXPOSE(NSCache) #12 1986. | ^~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 113 | #if GS_EXPOSE(NSException) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1986. 303 | NSGetUncaughtExceptionHandler(); #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 53 | #if GS_EXPOSE(NSExpression) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 47 | #if GS_EXPOSE(NSTimer) #12 1986. | ^~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1986. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1986. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 46 | #if GS_EXPOSE(NSRunLoop) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1986. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 40 | #if GS_EXPOSE(NSDistantObject) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 74 | #if GS_EXPOSE(NSLock) #12 1986. | ^~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 125 | #if GS_EXPOSE(NSCondition) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 175 | #if GS_EXPOSE(NSConditionLock) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1986. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1986. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1986. | ^ #12 1986. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1986. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1986. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1986. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1986. from nsgui.h:34, #12 1986. from dispextern.h:137, #12 1986. from nsterm.h:22, #12 1986. from nsfns.m:38: #12 1986. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1986. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1986. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 134 | #if GS_EXPOSE(NSError) #12 1987. | ^~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1987. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 182 | #if GS_EXPOSE(NSURLHandle) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 73 | #if GS_EXPOSE(NSURL) #12 1987. | ^~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1987. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 633 | #if GS_EXPOSE(NSURLComponents) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 160 | #if GS_EXPOSE(NSPipe) #12 1987. | ^~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 215 | #if GS_EXPOSE(NSFileManager) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 42 | #if GS_EXPOSE(NSHost) #12 1987. | ^~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 47 | #if GS_EXPOSE(NSIndexPath) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 49 | #if GS_EXPOSE(NSIndexSet) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 38 | #if GS_EXPOSE(NSInvocation) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 103 | #if GS_EXPOSE(NSLocale) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 361 | #if GS_EXPOSE(NSNetService) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 53 | #if GS_EXPOSE(NSPortCoder) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 77 | #if GS_EXPOSE(NSPort) #12 1987. | ^~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 202 | #if GS_EXPOSE(NSSocketPort) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 284 | #if GS_EXPOSE(NSMessagePort) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 47 | #if GS_EXPOSE(NSPortMessage) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 53 | #if GS_EXPOSE(NSProgress) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 42 | #if GS_EXPOSE(NSScanner) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 58 | #if GS_EXPOSE(NSSpellServer) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 51 | #if GS_EXPOSE(NSTask) #12 1987. | ^~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 59 | #if GS_EXPOSE(NSThread) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 87 | #if GS_EXPOSE(NSUndoManager) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 105 | #if GS_EXPOSE(NSURLCache) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 48 | #if GS_EXPOSE(NSURLConnection) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 56 | #if GS_EXPOSE(NSURLCredential) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 49 | #if GS_EXPOSE(NSURLDownload) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 92 | #if GS_EXPOSE(NSURLRequest) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 49 | #if GS_EXPOSE(NSURLResponse) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1987. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 72 | #if GS_EXPOSE(NSXMLParser) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1987. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1987. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1987. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1987. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1987. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1987. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1987. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1987. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1987. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1987. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1987. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1987. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1987. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1987. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1987. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1987. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1987. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1987. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1987. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1987. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1987. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1987. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1987. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1987. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1987. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1987. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1987. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1987. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1987. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1987. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1987. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1987. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1987. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1987. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1987. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1987. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1987. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1987. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1987. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1987. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1987. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1987. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1987. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1987. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1987. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1987. from nsgui.h:34, #12 1987. from dispextern.h:137, #12 1987. from nsterm.h:22, #12 1987. from nsfns.m:38: #12 1987. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1987. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1988. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1988. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1988. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1988. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1988. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1988. | ^~~~~~~~~~~~~~~~~~~~ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1988. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1988. | ^~~~~~~~~~~~~~~~~~~~ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1988. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1988. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1988. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1988. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1988. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1988. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 125 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 129 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 133 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 214 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 247 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 251 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 259 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 263 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 267 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 271 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 275 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 287 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 311 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 323 | __attribute__((unused)); #12 1988. | ^~~~~~~~~~~~~ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsterm.h:22, #12 1988. from nsfns.m:38: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 493 | PSgsave() #12 1988. | ^~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 499 | PSgrestore() #12 1988. | ^~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 505 | PSinitgraphics() #12 1988. | ^~~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 622 | PSinitmatrix() #12 1988. | ^~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 669 | PSclip() #12 1988. | ^~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 675 | PSclosepath() #12 1988. | ^~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 687 | PSeoclip() #12 1988. | ^~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 693 | PSeofill() #12 1988. | ^~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 699 | PSfill() #12 1988. | ^~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 705 | PSflattenpath() #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 711 | PSinitclip() #12 1988. | ^~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 729 | PSnewpath() #12 1988. | ^~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 765 | PSreversepath() #12 1988. | ^~~~~~~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 783 | PSstroke() #12 1988. | ^~~~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1988. 835 | PSWait() #12 1988. | ^~~~~~ #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1988. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1989. nsfns.m: At top level: #12 1989. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1989. 689 | ns_make_frame_key_window (struct frame *f) #12 1989. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2009. CC nsmenu.o #12 2009. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2009. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2011. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2011. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2011. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2011. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2011. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2011. | ^~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2011. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2011. | ^~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2011. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2011. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2011. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2011. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 88 | #if GS_API_VERSION(0,011500) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2011. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2011. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2011. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2011. | ^~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2011. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2011. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2011. | ^~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2011. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2011. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2011. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2011. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2011. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2011. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2011. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2011. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 45 | #if GS_EXPOSE(NSArchiver) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 114 | #if GS_EXPOSE(NSBundle) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 43 | #if GS_EXPOSE(NSCache) #12 2011. | ^~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 113 | #if GS_EXPOSE(NSException) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2011. 303 | NSGetUncaughtExceptionHandler(); #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 53 | #if GS_EXPOSE(NSExpression) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 47 | #if GS_EXPOSE(NSTimer) #12 2011. | ^~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2011. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2011. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 46 | #if GS_EXPOSE(NSRunLoop) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2011. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 40 | #if GS_EXPOSE(NSDistantObject) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 74 | #if GS_EXPOSE(NSLock) #12 2011. | ^~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 125 | #if GS_EXPOSE(NSCondition) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 175 | #if GS_EXPOSE(NSConditionLock) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2011. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 134 | #if GS_EXPOSE(NSError) #12 2011. | ^~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2011. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 182 | #if GS_EXPOSE(NSURLHandle) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 73 | #if GS_EXPOSE(NSURL) #12 2011. | ^~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2011. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 633 | #if GS_EXPOSE(NSURLComponents) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 160 | #if GS_EXPOSE(NSPipe) #12 2011. | ^~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 215 | #if GS_EXPOSE(NSFileManager) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 42 | #if GS_EXPOSE(NSHost) #12 2011. | ^~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 47 | #if GS_EXPOSE(NSIndexPath) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 49 | #if GS_EXPOSE(NSIndexSet) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 38 | #if GS_EXPOSE(NSInvocation) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2011. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2011. | ^ #12 2011. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2011. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2011. | ^ #12 2011. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2011. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2011. from nsgui.h:34, #12 2011. from dispextern.h:137, #12 2011. from window.h:23, #12 2011. from nsmenu.m:29: #12 2011. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2011. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2011. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 103 | #if GS_EXPOSE(NSLocale) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2012. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 361 | #if GS_EXPOSE(NSNetService) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 53 | #if GS_EXPOSE(NSPortCoder) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2012. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 77 | #if GS_EXPOSE(NSPort) #12 2012. | ^~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 202 | #if GS_EXPOSE(NSSocketPort) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 284 | #if GS_EXPOSE(NSMessagePort) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 47 | #if GS_EXPOSE(NSPortMessage) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 53 | #if GS_EXPOSE(NSProgress) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 42 | #if GS_EXPOSE(NSScanner) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 58 | #if GS_EXPOSE(NSSpellServer) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2012. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 51 | #if GS_EXPOSE(NSTask) #12 2012. | ^~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2012. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 59 | #if GS_EXPOSE(NSThread) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2012. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 87 | #if GS_EXPOSE(NSUndoManager) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 105 | #if GS_EXPOSE(NSURLCache) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 48 | #if GS_EXPOSE(NSURLConnection) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 56 | #if GS_EXPOSE(NSURLCredential) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 49 | #if GS_EXPOSE(NSURLDownload) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 92 | #if GS_EXPOSE(NSURLRequest) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 49 | #if GS_EXPOSE(NSURLResponse) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2012. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2012. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 72 | #if GS_EXPOSE(NSXMLParser) #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2012. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2012. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2012. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2012. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2012. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2012. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2012. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2012. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2012. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2012. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2012. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2012. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2012. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2012. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2012. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2012. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2012. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2012. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2012. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2012. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2012. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2012. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2012. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2012. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2012. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2012. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2012. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2012. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2012. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2012. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2012. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2012. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2012. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2012. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2012. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2012. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2012. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2012. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2012. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2012. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2012. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2012. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2012. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2012. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2012. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2012. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2012. from nsgui.h:34, #12 2012. from dispextern.h:137, #12 2012. from window.h:23, #12 2012. from nsmenu.m:29: #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2012. | ^ #12 2012. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2012. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2012. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2013. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2013. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2013. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2013. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2013. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2013. | ^~~~~~~~~~~~~~~~~~~~ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2013. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2013. | ^~~~~~~~~~~~~~~~~~~~ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2013. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2013. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2013. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2013. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2013. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2013. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2013. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2013. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2013. | ^ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2013. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2013. | ^ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 125 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 129 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 133 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 214 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 247 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 251 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 259 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 263 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 267 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 271 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 275 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 287 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 311 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 323 | __attribute__((unused)); #12 2013. | ^~~~~~~~~~~~~ #12 2013. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2013. from nsgui.h:34, #12 2013. from dispextern.h:137, #12 2013. from window.h:23, #12 2013. from nsmenu.m:29: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 493 | PSgsave() #12 2013. | ^~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 499 | PSgrestore() #12 2013. | ^~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 505 | PSinitgraphics() #12 2013. | ^~~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 622 | PSinitmatrix() #12 2013. | ^~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 669 | PSclip() #12 2013. | ^~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 675 | PSclosepath() #12 2013. | ^~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 687 | PSeoclip() #12 2013. | ^~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 693 | PSeofill() #12 2013. | ^~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 699 | PSfill() #12 2013. | ^~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 705 | PSflattenpath() #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 711 | PSinitclip() #12 2013. | ^~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 729 | PSnewpath() #12 2013. | ^~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 765 | PSreversepath() #12 2013. | ^~~~~~~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 783 | PSstroke() #12 2013. | ^~~~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2013. 835 | PSWait() #12 2013. | ^~~~~~ #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2013. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2022. CC nsselect.o #12 2022. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2022. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2023. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2023. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2023. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2023. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2023. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2023. | ^~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2023. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2023. | ^~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2023. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2023. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2023. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2023. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 88 | #if GS_API_VERSION(0,011500) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2023. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2023. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2023. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2023. | ^~~~~~~~~~ #12 2023. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2023. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2023. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2023. | ^~~~~~~~~~ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2023. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2023. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2023. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2023. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2023. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2023. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2023. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2023. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 45 | #if GS_EXPOSE(NSArchiver) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 114 | #if GS_EXPOSE(NSBundle) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 43 | #if GS_EXPOSE(NSCache) #12 2023. | ^~~~~~~~~~~~~~~~~~~~ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 113 | #if GS_EXPOSE(NSException) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2023. 303 | NSGetUncaughtExceptionHandler(); #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 53 | #if GS_EXPOSE(NSExpression) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 47 | #if GS_EXPOSE(NSTimer) #12 2023. | ^~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2023. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2023. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 46 | #if GS_EXPOSE(NSRunLoop) #12 2023. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2023. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2023. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2023. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2023. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2023. from nsgui.h:34, #12 2023. from dispextern.h:137, #12 2023. from nsterm.h:22, #12 2023. from nsselect.m:31: #12 2023. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2023. | ^ #12 2023. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2023. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2023. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2024. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 40 | #if GS_EXPOSE(NSDistantObject) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 74 | #if GS_EXPOSE(NSLock) #12 2024. | ^~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 125 | #if GS_EXPOSE(NSCondition) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 175 | #if GS_EXPOSE(NSConditionLock) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2024. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 134 | #if GS_EXPOSE(NSError) #12 2024. | ^~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2024. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 182 | #if GS_EXPOSE(NSURLHandle) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 73 | #if GS_EXPOSE(NSURL) #12 2024. | ^~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2024. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 633 | #if GS_EXPOSE(NSURLComponents) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 160 | #if GS_EXPOSE(NSPipe) #12 2024. | ^~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 215 | #if GS_EXPOSE(NSFileManager) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 42 | #if GS_EXPOSE(NSHost) #12 2024. | ^~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 47 | #if GS_EXPOSE(NSIndexPath) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 49 | #if GS_EXPOSE(NSIndexSet) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 38 | #if GS_EXPOSE(NSInvocation) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 103 | #if GS_EXPOSE(NSLocale) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 361 | #if GS_EXPOSE(NSNetService) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 53 | #if GS_EXPOSE(NSPortCoder) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 77 | #if GS_EXPOSE(NSPort) #12 2024. | ^~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 202 | #if GS_EXPOSE(NSSocketPort) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 284 | #if GS_EXPOSE(NSMessagePort) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 47 | #if GS_EXPOSE(NSPortMessage) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 53 | #if GS_EXPOSE(NSProgress) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 42 | #if GS_EXPOSE(NSScanner) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 58 | #if GS_EXPOSE(NSSpellServer) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 51 | #if GS_EXPOSE(NSTask) #12 2024. | ^~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 59 | #if GS_EXPOSE(NSThread) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 87 | #if GS_EXPOSE(NSUndoManager) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 105 | #if GS_EXPOSE(NSURLCache) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 48 | #if GS_EXPOSE(NSURLConnection) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 56 | #if GS_EXPOSE(NSURLCredential) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 49 | #if GS_EXPOSE(NSURLDownload) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 92 | #if GS_EXPOSE(NSURLRequest) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 49 | #if GS_EXPOSE(NSURLResponse) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2024. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2024. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 72 | #if GS_EXPOSE(NSXMLParser) #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2024. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2024. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2024. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2024. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2024. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2024. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2024. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2024. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2024. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2024. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2024. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2024. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2024. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2024. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2024. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2024. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2024. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2024. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2024. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2024. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2024. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2024. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2024. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2024. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2024. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2024. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2024. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2024. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2024. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2024. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2024. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2024. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2024. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2024. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2024. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2024. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2024. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2024. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2024. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2024. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2024. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2024. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2024. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2024. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2024. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2024. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2024. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2024. | ^ #12 2024. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2024. | ^ #12 2024. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2024. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2024. from nsgui.h:34, #12 2024. from dispextern.h:137, #12 2024. from nsterm.h:22, #12 2024. from nsselect.m:31: #12 2024. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2024. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2024. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2025. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2025. | ^~~~~~~~~~~~~~~~~~~~ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2025. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2025. | ^~~~~~~~~~~~~~~~~~~~ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2025. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2025. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2025. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2025. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2025. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2025. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2025. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2025. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2025. | ^ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2025. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2025. | ^ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 125 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 129 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 133 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 214 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 247 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 251 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 259 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 263 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 267 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 271 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 275 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 287 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 311 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 323 | __attribute__((unused)); #12 2025. | ^~~~~~~~~~~~~ #12 2025. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2025. from nsgui.h:34, #12 2025. from dispextern.h:137, #12 2025. from nsterm.h:22, #12 2025. from nsselect.m:31: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 493 | PSgsave() #12 2025. | ^~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 499 | PSgrestore() #12 2025. | ^~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 505 | PSinitgraphics() #12 2025. | ^~~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 622 | PSinitmatrix() #12 2025. | ^~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 669 | PSclip() #12 2025. | ^~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 675 | PSclosepath() #12 2025. | ^~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 687 | PSeoclip() #12 2025. | ^~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 693 | PSeofill() #12 2025. | ^~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 699 | PSfill() #12 2025. | ^~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 705 | PSflattenpath() #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 711 | PSinitclip() #12 2025. | ^~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 729 | PSnewpath() #12 2025. | ^~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 765 | PSreversepath() #12 2025. | ^~~~~~~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 783 | PSstroke() #12 2025. | ^~~~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2025. 835 | PSWait() #12 2025. | ^~~~~~ #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2025. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2028. CC nsimage.o #12 2028. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2028. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2030. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2030. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2030. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2030. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2030. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2030. | ^~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2030. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2030. | ^~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2030. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2030. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2030. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2030. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 88 | #if GS_API_VERSION(0,011500) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2030. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2030. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2030. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2030. | ^~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2030. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2030. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2030. | ^~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2030. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2030. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2030. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2030. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2030. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2030. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2030. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2030. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 45 | #if GS_EXPOSE(NSArchiver) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 114 | #if GS_EXPOSE(NSBundle) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 43 | #if GS_EXPOSE(NSCache) #12 2030. | ^~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 113 | #if GS_EXPOSE(NSException) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2030. 303 | NSGetUncaughtExceptionHandler(); #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 53 | #if GS_EXPOSE(NSExpression) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 47 | #if GS_EXPOSE(NSTimer) #12 2030. | ^~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2030. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2030. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 46 | #if GS_EXPOSE(NSRunLoop) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2030. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 40 | #if GS_EXPOSE(NSDistantObject) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 74 | #if GS_EXPOSE(NSLock) #12 2030. | ^~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 125 | #if GS_EXPOSE(NSCondition) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 175 | #if GS_EXPOSE(NSConditionLock) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2030. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 134 | #if GS_EXPOSE(NSError) #12 2030. | ^~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2030. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 182 | #if GS_EXPOSE(NSURLHandle) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 73 | #if GS_EXPOSE(NSURL) #12 2030. | ^~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2030. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 633 | #if GS_EXPOSE(NSURLComponents) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 160 | #if GS_EXPOSE(NSPipe) #12 2030. | ^~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 215 | #if GS_EXPOSE(NSFileManager) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 42 | #if GS_EXPOSE(NSHost) #12 2030. | ^~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 47 | #if GS_EXPOSE(NSIndexPath) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 49 | #if GS_EXPOSE(NSIndexSet) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 38 | #if GS_EXPOSE(NSInvocation) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 103 | #if GS_EXPOSE(NSLocale) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 361 | #if GS_EXPOSE(NSNetService) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 53 | #if GS_EXPOSE(NSPortCoder) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 77 | #if GS_EXPOSE(NSPort) #12 2030. | ^~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 202 | #if GS_EXPOSE(NSSocketPort) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 284 | #if GS_EXPOSE(NSMessagePort) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 47 | #if GS_EXPOSE(NSPortMessage) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 53 | #if GS_EXPOSE(NSProgress) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 42 | #if GS_EXPOSE(NSScanner) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 58 | #if GS_EXPOSE(NSSpellServer) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 51 | #if GS_EXPOSE(NSTask) #12 2030. | ^~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 59 | #if GS_EXPOSE(NSThread) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 87 | #if GS_EXPOSE(NSUndoManager) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 105 | #if GS_EXPOSE(NSURLCache) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 48 | #if GS_EXPOSE(NSURLConnection) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 56 | #if GS_EXPOSE(NSURLCredential) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 49 | #if GS_EXPOSE(NSURLDownload) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 92 | #if GS_EXPOSE(NSURLRequest) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 49 | #if GS_EXPOSE(NSURLResponse) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2030. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2030. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 72 | #if GS_EXPOSE(NSXMLParser) #12 2030. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2030. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2030. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2030. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2030. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2030. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2030. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2030. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2030. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2030. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2030. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2030. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2030. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2030. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2030. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2030. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2030. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2030. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2030. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2030. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2030. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2030. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2030. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2030. | ^ #12 2030. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2030. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2030. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2030. | ^ #12 2030. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2030. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2030. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2030. from nsgui.h:34, #12 2030. from dispextern.h:137, #12 2030. from nsimage.m:33: #12 2030. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2030. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2030. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2031. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2031. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2031. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2031. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2031. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2031. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2031. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2031. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2031. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2031. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2031. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2031. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2031. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2031. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2031. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2031. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2031. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2031. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2031. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2031. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2031. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2031. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2031. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2031. | ^~~~~~~~~~~~~~~~~~~~ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2031. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2031. | ^~~~~~~~~~~~~~~~~~~~ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2031. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2031. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2031. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2031. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2031. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2031. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2031. | ^ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2031. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2031. | ^ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 125 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 129 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 133 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 214 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 247 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 251 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 259 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 263 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 267 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 271 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 275 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 287 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 311 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 323 | __attribute__((unused)); #12 2031. | ^~~~~~~~~~~~~ #12 2031. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2031. from nsgui.h:34, #12 2031. from dispextern.h:137, #12 2031. from nsimage.m:33: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 493 | PSgsave() #12 2031. | ^~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 499 | PSgrestore() #12 2031. | ^~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 505 | PSinitgraphics() #12 2031. | ^~~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 622 | PSinitmatrix() #12 2031. | ^~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 669 | PSclip() #12 2031. | ^~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 675 | PSclosepath() #12 2031. | ^~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 687 | PSeoclip() #12 2031. | ^~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 693 | PSeofill() #12 2031. | ^~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 699 | PSfill() #12 2031. | ^~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 705 | PSflattenpath() #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 711 | PSinitclip() #12 2031. | ^~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 729 | PSnewpath() #12 2031. | ^~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 765 | PSreversepath() #12 2031. | ^~~~~~~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 783 | PSstroke() #12 2031. | ^~~~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2031. 835 | PSWait() #12 2031. | ^~~~~~ #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2031. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2034. CC nsfont.o #12 2034. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2034. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2035. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2035. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2035. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2035. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2035. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2035. | ^~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2035. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2035. | ^~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2035. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2035. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2035. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2035. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 88 | #if GS_API_VERSION(0,011500) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2035. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2035. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2035. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2035. | ^~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2035. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2035. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2035. | ^~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2035. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2035. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2035. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2035. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2035. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2035. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2035. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2035. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 45 | #if GS_EXPOSE(NSArchiver) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 114 | #if GS_EXPOSE(NSBundle) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 43 | #if GS_EXPOSE(NSCache) #12 2035. | ^~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 113 | #if GS_EXPOSE(NSException) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2035. 303 | NSGetUncaughtExceptionHandler(); #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 53 | #if GS_EXPOSE(NSExpression) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 47 | #if GS_EXPOSE(NSTimer) #12 2035. | ^~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2035. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2035. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 46 | #if GS_EXPOSE(NSRunLoop) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2035. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 40 | #if GS_EXPOSE(NSDistantObject) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 74 | #if GS_EXPOSE(NSLock) #12 2035. | ^~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 125 | #if GS_EXPOSE(NSCondition) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 175 | #if GS_EXPOSE(NSConditionLock) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2035. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 134 | #if GS_EXPOSE(NSError) #12 2035. | ^~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2035. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 182 | #if GS_EXPOSE(NSURLHandle) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 73 | #if GS_EXPOSE(NSURL) #12 2035. | ^~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2035. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 633 | #if GS_EXPOSE(NSURLComponents) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 160 | #if GS_EXPOSE(NSPipe) #12 2035. | ^~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 215 | #if GS_EXPOSE(NSFileManager) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 42 | #if GS_EXPOSE(NSHost) #12 2035. | ^~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 47 | #if GS_EXPOSE(NSIndexPath) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 49 | #if GS_EXPOSE(NSIndexSet) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 38 | #if GS_EXPOSE(NSInvocation) #12 2035. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2035. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2035. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2035. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2035. | ^ #12 2035. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2035. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2035. from nsgui.h:34, #12 2035. from dispextern.h:137, #12 2035. from nsfont.m:28: #12 2035. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 2035. [output clipped, log limit 2MiB reached] #12 2037. make[3]: Leaving directory '/checkout/src' #12 2037. make[2]: Leaving directory '/checkout' #12 2037. make[1]: Leaving directory '/checkout' #12 2037. make[1]: Entering directory '/checkout' #12 2037. make[1]: Leaving directory '/checkout' #12 2041. /GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2041. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 361 | #if GS_EXPOSE(NSNetService) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 53 | #if GS_EXPOSE(NSPortCoder) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2041. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 77 | #if GS_EXPOSE(NSPort) #12 2041. | ^~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 202 | #if GS_EXPOSE(NSSocketPort) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 284 | #if GS_EXPOSE(NSMessagePort) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 47 | #if GS_EXPOSE(NSPortMessage) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 53 | #if GS_EXPOSE(NSProgress) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 42 | #if GS_EXPOSE(NSScanner) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 58 | #if GS_EXPOSE(NSSpellServer) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2041. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 51 | #if GS_EXPOSE(NSTask) #12 2041. | ^~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2041. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 59 | #if GS_EXPOSE(NSThread) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2041. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 87 | #if GS_EXPOSE(NSUndoManager) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 105 | #if GS_EXPOSE(NSURLCache) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 48 | #if GS_EXPOSE(NSURLConnection) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 56 | #if GS_EXPOSE(NSURLCredential) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 49 | #if GS_EXPOSE(NSURLDownload) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 92 | #if GS_EXPOSE(NSURLRequest) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 49 | #if GS_EXPOSE(NSURLResponse) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2041. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2041. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 72 | #if GS_EXPOSE(NSXMLParser) #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2041. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2041. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2041. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2041. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2041. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2041. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2041. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2041. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2041. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2041. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2041. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2041. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2041. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2041. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2041. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2041. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2041. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2041. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2041. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2041. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2041. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2041. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2041. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2041. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2041. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2041. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2041. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2041. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2041. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2041. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2041. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2041. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2041. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2041. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2041. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2041. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2041. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2041. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2041. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2041. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2041. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2041. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2041. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2041. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2041. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2041. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2041. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2041. | ^~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2041. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2041. | ^~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2041. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2041. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2041. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2041. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2041. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2041. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2041. | ^ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2041. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2041. | ^ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 125 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 129 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 133 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 214 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 247 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 251 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 259 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 263 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 267 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 271 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 275 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 287 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 311 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 323 | __attribute__((unused)); #12 2041. | ^~~~~~~~~~~~~ #12 2041. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2041. from nsgui.h:34, #12 2041. from dispextern.h:137, #12 2041. from nsfont.m:28: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 493 | PSgsave() #12 2041. | ^~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 499 | PSgrestore() #12 2041. | ^~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 505 | PSinitgraphics() #12 2041. | ^~~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 622 | PSinitmatrix() #12 2041. | ^~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 669 | PSclip() #12 2041. | ^~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 675 | PSclosepath() #12 2041. | ^~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 687 | PSeoclip() #12 2041. | ^~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 693 | PSeofill() #12 2041. | ^~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 699 | PSfill() #12 2041. | ^~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 705 | PSflattenpath() #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 711 | PSinitclip() #12 2041. | ^~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 729 | PSnewpath() #12 2041. | ^~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 765 | PSreversepath() #12 2041. | ^~~~~~~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 783 | PSstroke() #12 2041. | ^~~~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2041. 835 | PSWait() #12 2041. | ^~~~~~ #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2041. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2041. nsfont.m: In function 'nsfont_open': #12 2041. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 2041. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 2041. | ^~~~~~~~~~~~~~~ #12 2041. In file included from nsfont.m:27: #12 2041. ./globals.h:4723:8: note: declared here #12 2041. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 2041. | ^~~~~~~~~~~~~~~ #12 2041. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 2041. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 2041. | ^~~~~~ #12 2041. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 2041. make[2]: *** [Makefile:554: src] Error 2 #12 2041. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 2041. *** #12 2041. *** "make bootstrap" failed with exit status 2. #12 2041. *** #12 2041. *** You could try to: #12 2041. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 2041. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 2041. *** default configuration options, which might fix the problem #12 2041. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 2041. *** fix the problem if "make bootstrap configure=default" did not #12 2041. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 2041. *** !BEWARE! version control, which means that all changes to such #12 2041. *** !BEWARE! files will be lost and cannot be restored later #12 2041. *** - run "make V=1", which displays the full commands invoked by make, #12 2041. *** to further investigate the problem #12 2041. *** - report the problem and ask for help by sending an email to #12 2041. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 2041. *** message, the platform, and the repository revision displayed by #12 2041. *** "git rev-parse HEAD" #12 2041. *** #12 2041. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 2041. make: *** [Makefile:1274: bootstrap] Error 2 #12 ERROR: executor failed running [/bin/sh -c make bootstrap]: exit code: 2 ------ > [emacs-gnustep 6/6] RUN make bootstrap: ------ executor failed running [/bin/sh -c make bootstrap]: exit code: 2 section_end:1697935691:step_script section_start:1697935691:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-gnustep-8c15515b: No such file or directory section_end:1697935701:after_script section_start:1697935701:cleanup_file_variables Cleaning up project directory and file based variables section_end:1697935704:cleanup_file_variables ERROR: Job failed: exit code 1