Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1702253014: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:1702253053:prepare_executor section_start:1702253053:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-1 via emba.gnu.org... section_end:1702253080:prepare_script section_start:1702253080: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 9ee911ce as master... Skipping Git submodules setup section_end:1702253105:get_sources section_start:1702253105: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: 5 Paused: 0 Stopped: 22 Images: 17 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. WARNING! Your password will be stored unencrypted in /.docker-config-9ee911ce318ad701c024b151d8b625e9311bf945/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB done #1 DONE 1.4s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 1.9s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.8s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:ab2b95aa8... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 4.49MB 1.4s #7 transferring context: 46.12MB 6.4s #7 transferring context: 71.52MB 11.5s #7 transferring context: 124.38MB 16.6s #7 transferring context: 141.97MB 21.7s #7 transferring context: 162.05MB 26.9s #7 transferring context: 197.76MB 31.9s #7 transferring context: 212.41MB 37.0s #7 transferring context: 215.67MB 42.6s #7 transferring context: 224.83MB 47.7s #7 transferring context: 237.25MB 52.7s #7 transferring context: 244.58MB 57.9s #7 transferring context: 247.70MB 63.5s #7 transferring context: 257.33MB 68.5s #7 transferring context: 261.41MB 70.4s done #7 DONE 74.7s #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 74.6s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 12.4s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 5.128 Checking whether you have the necessary tools... #10 5.128 (Read INSTALL.REPO for more details on building Emacs) #10 5.161 Checking for autoconf (need at least version 2.65) ... ok #10 5.399 Your system has the required tools. #10 6.232 Building aclocal.m4 ... #10 6.244 Running 'autoreconf -fi -I m4' ... #10 43.77 Building 'aclocal.m4' in exec ... #10 43.78 Running 'autoreconf -fi' in exec ... #10 51.82 You can now run './autogen.sh git'. #10 DONE 52.6s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 4.411 checking for xcrun... no #11 4.414 checking for GNU Make... make #11 4.458 checking build system type... x86_64-pc-linux-gnu #11 4.937 checking host system type... x86_64-pc-linux-gnu #11 4.983 checking for gcc... gcc #11 5.145 checking whether the C compiler works... yes #11 5.310 checking for C compiler default output file name... a.out #11 5.312 checking for suffix of executables... #11 5.543 checking whether we are cross compiling... no #11 5.970 checking for suffix of object files... o #11 6.114 checking whether we are using the GNU C compiler... yes #11 6.254 checking whether gcc accepts -g... yes #11 6.410 checking for gcc option to enable C11 features... none needed #11 6.792 checking whether the compiler is clang... no #11 7.067 checking for compiler option needed when checking for declarations... none #11 7.067 checking whether gcc and cc understand -c and -o together... yes #11 7.764 checking how to run the C preprocessor... gcc -E #11 8.151 checking for grep that handles long lines and -e... /bin/grep #11 8.160 checking for egrep... /bin/grep -E #11 8.174 checking for ANSI C header files... yes #11 9.379 checking for sys/types.h... yes #11 9.767 checking for sys/stat.h... yes #11 10.00 checking for stdlib.h... yes #11 10.20 checking for string.h... yes #11 10.62 checking for memory.h... yes #11 10.86 checking for strings.h... yes #11 11.15 checking for inttypes.h... yes #11 11.41 checking for stdint.h... yes #11 11.72 checking for unistd.h... yes #11 12.07 checking for wchar.h... yes #11 12.36 checking for minix/config.h... no #11 12.74 checking for linux/fs.h... yes #11 13.20 checking for malloc.h... yes #11 13.50 checking for sys/systeminfo.h... no #11 13.63 checking for sys/sysinfo.h... yes #11 13.94 checking for coff.h... no #11 14.19 checking for pty.h... yes #11 14.58 checking for sys/resource.h... yes #11 15.00 checking for sys/utsname.h... yes #11 15.40 checking for pwd.h... yes #11 15.61 checking for util.h... no #11 15.84 checking for sanitizer/lsan_interface.h... yes #11 16.22 checking for sanitizer/asan_interface.h... yes #11 16.54 checking for sanitizer/common_interface_defs.h... yes #11 16.87 checking for sys/socket.h... yes #11 17.18 checking for stdlib.h... (cached) yes #11 17.27 checking for unistd.h... (cached) yes #11 17.34 checking for sys/param.h... yes #11 17.61 checking for pthread.h... yes #11 17.87 checking for malloc/malloc.h... no #11 18.10 checking for sys/un.h... yes #11 18.37 checking for utmp.h... yes #11 18.63 checking for utmpx.h... yes #11 18.91 checking for OS.h... no #11 19.21 checking for dirent.h... yes #11 19.49 checking for execinfo.h... yes #11 19.80 checking for linux/xattr.h... yes #11 20.08 checking for stdio_ext.h... yes #11 20.33 checking for sys/vfs.h... yes #11 20.64 checking for sys/fs_types.h... no #11 20.94 checking for getopt.h... yes #11 21.16 checking for sys/cdefs.h... yes #11 21.35 checking for sys/time.h... yes #11 21.66 checking for ieee754.h... yes #11 22.05 checking for limits.h... yes #11 22.54 checking for inttypes.h... (cached) yes #11 22.60 checking for sys/types.h... (cached) yes #11 22.69 checking for stdint.h... (cached) yes #11 22.78 checking for sys/select.h... yes #11 23.45 checking for stdbool.h... yes #11 23.65 checking for stdckdint.h... no #11 23.92 checking for sys/random.h... yes #11 24.31 checking for sys/stat.h... (cached) yes #11 24.36 checking whether it is safe to define __EXTENSIONS__... yes #11 24.78 checking whether _XOPEN_SOURCE should be defined... no #11 25.02 checking for Minix Amsterdam compiler... no #11 25.24 checking for ar... ar #11 25.26 checking for ranlib... ranlib #11 25.26 checking for gcc option to enable large file support... none needed #11 25.69 checking for gcc option for timestamps after 2038... none needed #11 26.00 checking for g++... g++ #11 26.36 checking whether we are using the GNU C++ compiler... yes #11 27.22 checking whether g++ accepts -g... yes #11 27.31 checking for g++ option to enable C++11 features... none needed #11 79.84 checking how to run the C++ preprocessor... g++ -E #11 80.24 checking whether gcc accepts -g3 -O2... yes #11 80.55 checking whether the compiler is clang... no #11 80.90 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 81.03 checking whether -Wno-missing-field-initializers is needed... yes #11 81.79 checking whether -Wuninitialized is supported... yes #11 81.93 checking whether C compiler handles -fstrict-flex-arrays... no #11 82.03 checking whether C compiler handles -Wall... yes #11 82.21 checking whether C compiler handles -Warith-conversion... yes #11 82.44 checking whether C compiler handles -Wdate-time... yes #11 82.63 checking whether C compiler handles -Wdisabled-optimization... yes #11 82.88 checking whether C compiler handles -Wdouble-promotion... yes #11 83.07 checking whether C compiler handles -Wduplicated-cond... yes #11 83.26 checking whether C compiler handles -Wextra... yes #11 83.47 checking whether C compiler handles -Wformat-signedness... yes #11 83.75 checking whether C compiler handles -Winit-self... yes #11 84.07 checking whether C compiler handles -Winvalid-pch... yes #11 84.30 checking whether C compiler handles -Wlogical-op... yes #11 84.46 checking whether C compiler handles -Wmissing-declarations... yes #11 84.58 checking whether C compiler handles -Wmissing-include-dirs... yes #11 84.70 checking whether C compiler handles -Wmissing-prototypes... yes #11 84.82 checking whether C compiler handles -Wnested-externs... yes #11 84.95 checking whether C compiler handles -Wnull-dereference... yes #11 85.06 checking whether C compiler handles -Wold-style-definition... yes #11 85.22 checking whether C compiler handles -Wopenmp-simd... yes #11 85.36 checking whether C compiler handles -Wpacked... yes #11 85.70 checking whether C compiler handles -Wpointer-arith... yes #11 86.22 checking whether C compiler handles -Wstrict-flex-arrays... no #11 86.44 checking whether C compiler handles -Wstrict-prototypes... yes #11 86.94 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 87.44 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 87.67 checking whether C compiler handles -Wsuggest-final-methods... yes #11 87.89 checking whether C compiler handles -Wsuggest-final-types... yes #11 88.12 checking whether C compiler handles -Wtrampolines... yes #11 88.44 checking whether C compiler handles -Wuninitialized... yes #11 88.68 checking whether C compiler handles -Wunknown-pragmas... yes #11 88.91 checking whether C compiler handles -Wunused-macros... yes #11 89.40 checking whether C compiler handles -Wvariadic-macros... yes #11 91.27 checking whether C compiler handles -Wvector-operation-performance... yes #11 91.93 checking whether C compiler handles -Wwrite-strings... yes #11 92.53 checking whether C compiler handles -Warray-bounds=2... yes #11 92.84 checking whether C compiler handles -Wattribute-alias=2... yes #11 93.27 checking whether C compiler handles -Wformat=2... yes #11 93.68 checking whether C compiler handles -Wformat-truncation=2... yes #11 94.00 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 94.34 checking whether C compiler handles -Wshift-overflow=2... yes #11 94.89 checking whether C compiler handles -Wuse-after-free=3... no #11 95.14 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 95.90 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 96.43 checking whether C compiler handles -Wredundant-decls... yes #11 96.86 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 96.86 checking whether C compiler handles -Wno-override-init... yes #11 97.32 checking whether C compiler handles -Wno-sign-compare... yes #11 98.63 checking whether C compiler handles -Wno-type-limits... yes #11 99.25 checking whether C compiler handles -Wno-unused-parameter... yes #11 99.85 checking whether C compiler handles -Wno-format-nonliteral... yes #11 100.5 checking whether C compiler handles -Wno-bidi-chars... no #11 100.7 checking for a BSD-compatible install... /usr/bin/install -c #11 100.8 checking command to symlink files in the same directory... ln -s #11 100.9 checking for install-info... : #11 100.9 checking for gzip... /bin/gzip #11 100.9 checking for 'find' args to delete a file... -delete #11 101.0 checking for brew... no #11 102.9 checking for -znocombreloc... not needed #11 102.9 checking whether addresses are sanitized... no #11 103.2 checking for math library... -lm #11 106.1 checking for struct passwd.pw_gecos... yes #11 106.5 checking for pkg-config... /usr/bin/pkg-config #11 106.5 checking pkg-config is at least version 0.9.0... yes #11 106.6 checking for machine/soundcard.h... no #11 106.9 checking for sys/soundcard.h... yes #11 107.4 checking for soundcard.h... no #11 107.7 checking for mmsystem.h... no #11 108.0 checking for _oss_ioctl in -lossaudio... no #11 108.5 checking for alsa >= 1.0.0... no #11 108.6 checking for ADDR_NO_RANDOMIZE... yes #11 108.8 checking if Linux sysinfo may be used... yes #11 109.9 checking for sys/wait.h that is POSIX.1 compatible... yes #11 110.5 checking for net/if.h... yes #11 111.2 checking for ifaddrs.h... yes #11 111.9 checking for net/if_dl.h... no #11 112.5 checking for struct ifreq.ifr_flags... yes #11 113.2 checking for struct ifreq.ifr_hwaddr... yes #11 114.4 checking for struct ifreq.ifr_netmask... yes #11 115.7 checking for struct ifreq.ifr_broadaddr... yes #11 117.1 checking for struct ifreq.ifr_addr... yes #11 118.5 checking for struct ifreq.ifr_addr.sa_len... no #11 119.8 checking whether gcc understands -MMD -MF... yes #11 120.2 checking for X... no #11 121.2 checking AppKit/AppKit.h usability... yes #11 127.1 checking AppKit/AppKit.h presence... yes #11 128.5 checking for AppKit/AppKit.h... yes #11 128.5 checking for Mac OS X 12.0 or later... yes #11 128.8 checking for gcc... gcc #11 129.1 checking whether we are using the GNU Objective C compiler... yes #11 129.4 checking whether gcc accepts -g... yes #11 129.7 checking if the Objective C compiler supports instancetype... yes #11 129.9 checking if the Objective C compiler defaults to C99... no #11 130.1 checking whether malloc is Doug Lea style... no #11 130.7 checking for sbrk... yes #11 131.6 checking for __lsan_ignore_object... no #11 132.2 checking for fchmod... yes #11 133.0 checking for utmpname... yes #11 133.7 checking for utmpxname... yes #11 134.5 checking for canonicalize_file_name... yes #11 135.3 checking for realpath... yes #11 136.0 checking for lstat... yes #11 136.8 checking for fchmodat... yes #11 137.4 checking for lchmod... no #11 137.7 checking for fcntl... yes #11 138.4 checking for fdopendir... yes #11 139.1 checking for listxattr... yes #11 139.7 checking for fstatat... yes #11 140.5 checking for fsync... yes #11 141.3 checking for gettimeofday... yes #11 142.0 checking for memset_explicit... no #11 142.9 checking for memset_s... no #11 143.7 checking for pselect... yes #11 144.5 checking for readlink... yes #11 145.3 checking for isblank... yes #11 146.2 checking for iswctype... yes #11 146.9 checking for strtoimax... yes #11 147.5 checking for symlink... yes #11 148.3 checking for localtime_r... yes #11 148.6 checking for getdtablesize... yes #11 149.1 checking for getpagesize... yes #11 149.7 checking for working mmap... yes #11 150.5 checking for main in -lXbsd... no #11 150.8 checking for pthread library... -lpthread #11 151.7 checking for thread support... yes #11 151.7 checking for librsvg-2.0 >= 2.14.0... no #11 151.8 checking for libwebpdemux >= 0.6.0... no #11 151.8 checking for WebPGetInfo... no #11 152.5 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 152.5 checking for sqlite3_open_v2 in -lsqlite3... no #11 152.7 checking for getaddrinfo_a in -lanl... yes #11 153.1 checking for malloc_trim... yes #11 153.4 checking for dbus-1 >= 1.0... yes #11 153.5 checking for dbus_watch_get_unix_fd... yes #11 154.1 checking for dbus_type_is_valid... yes #11 154.6 checking for dbus_validate_bus_name... yes #11 155.0 checking for dbus_validate_path... yes #11 155.4 checking for dbus_validate_interface... yes #11 156.1 checking for dbus_validate_member... yes #11 156.5 checking for lgetfilecon in -lselinux... no #11 156.7 checking for gnutls >= 2.12.2... yes #11 156.9 checking for libsystemd >= 222... no #11 157.0 checking for jansson >= 2.7... no #11 157.0 checking for tree-sitter >= 0.20.2... no #11 157.1 checking for tree-sitter >= 0.6.3... no #11 157.2 checking sys/inotify.h usability... yes #11 157.6 checking sys/inotify.h presence... yes #11 157.7 checking for sys/inotify.h... yes #11 157.7 checking for inotify_init1... yes #11 158.4 checking for jpeglib 6b or later... no #11 159.1 checking for lcms2... no #11 159.2 checking for library containing inflateEnd... -lz #11 160.2 checking for dladdr... yes #11 160.4 checking for dlfunc... no #11 160.8 checking for gcc_jit_context_acquire in -lgccjit... no #11 161.0 checking libgccjit.h usability... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 161.0 found. #11 161.0 Please try installing libgccjit or a similar package if you want to have it #11 161.0 enabled. #11 161.1 no #11 161.1 checking libgccjit.h presence... no #11 161.2 checking for libgccjit.h... no #11 161.2 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 161.2 were not found. #11 161.2 Please try installing libgccjit-dev or a similar package if you want to have it #11 161.2 enabled. #11 161.2 checking for libpng >= 1.0.0... no #11 161.3 checking for libpng not configured by pkg-config... no #11 161.5 checking tiffio.h usability... no #11 161.7 checking tiffio.h presence... no #11 161.9 checking for tiffio.h... no #11 161.9 checking gif_lib.h usability... no #11 162.2 checking gif_lib.h presence... no #11 162.3 checking for gif_lib.h... no #11 162.3 checking gpm.h usability... no #11 162.4 checking gpm.h presence... no #11 162.5 checking for gpm.h... no #11 162.5 checking for libxml-2.0 > 2.6.17... no #11 162.5 checking for maillock in -lmail... no #11 162.8 checking for maillock in -llockfile... no #11 163.1 checking for liblockfile.so... no #11 163.1 checking maillock.h usability... no #11 163.4 checking maillock.h presence... no #11 163.5 checking for maillock.h... no #11 163.6 checking linux/seccomp.h usability... yes #11 164.0 checking linux/seccomp.h presence... yes #11 164.1 checking for linux/seccomp.h... yes #11 164.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 164.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 164.8 checking linux/filter.h usability... yes #11 165.2 checking linux/filter.h presence... yes #11 165.4 checking for linux/filter.h... yes #11 165.6 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 165.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 165.7 checking for libseccomp >= 2.5.2... no #11 165.8 checking size of long... 8 #11 166.8 checking for accept4... yes #11 167.2 checking for fchdir... yes #11 167.9 checking for gethostname... yes #11 168.6 checking for getrusage... yes #11 169.3 checking for get_current_dir_name... yes #11 169.7 checking for lrand48... yes #11 170.0 checking for random... yes #11 170.3 checking for rint... yes #11 171.7 checking for tcdrain... yes #11 172.5 checking for trunc... yes #11 173.0 checking for select... yes #11 173.7 checking for getpagesize... (cached) yes #11 173.8 checking for setlocale... yes #11 174.6 checking for newlocale... yes #11 175.5 checking for getrlimit... yes #11 176.2 checking for setrlimit... yes #11 177.2 checking for shutdown... yes #11 178.0 checking for pthread_sigmask... (cached) yes #11 178.1 checking for strsignal... yes #11 178.9 checking for setitimer... yes #11 179.7 checking for sendto... yes #11 180.6 checking for recvfrom... yes #11 181.2 checking for getsockname... yes #11 182.0 checking for getifaddrs... yes #11 182.9 checking for freeifaddrs... yes #11 183.7 checking for gai_strerror... yes #11 184.5 checking for sync... yes #11 185.1 checking for endpwent... yes #11 185.7 checking for getgrent... yes #11 186.1 checking for endgrent... yes #11 186.5 checking for renameat2... yes #11 187.3 checking for cfmakeraw... yes #11 188.1 checking for cfsetspeed... yes #11 189.1 checking for __executable_start... yes #11 190.0 checking for log2... yes #11 190.9 checking for pthread_setname_np... yes #11 191.6 checking for pthread_set_name_np... no #11 192.4 checking for getpwent... yes #11 193.0 checking whether pthread_setname_np takes a single argument... no #11 193.3 checking whether pthread_setname_np takes three arguments... no #11 193.6 checking for aligned_alloc... yes #11 194.6 checking whether aligned_alloc is declared... yes #11 194.9 checking for posix_madvise... yes #11 195.7 checking for madvise... yes #11 196.4 checking for __builtin_frame_address... yes #11 196.8 checking for __builtin_unwind_init... yes #11 197.2 checking for _LARGEFILE_SOURCE value needed for large files... no #11 197.9 checking for grantpt... yes #11 198.6 checking for getpt... yes #11 199.3 checking for posix_openpt... yes #11 200.0 checking for library containing tputs... -ltinfo #11 200.8 checking whether -ltinfo library defines BC... yes #11 201.2 checking for timerfd interface... yes #11 201.4 checking whether signals can be handled on alternate stack... yes #11 201.7 checking valgrind/valgrind.h usability... no #11 202.1 checking valgrind/valgrind.h presence... no #11 202.3 checking for valgrind/valgrind.h... no #11 202.3 checking for struct unipair.unicode... yes #11 202.6 checking for pid_t... yes #11 203.5 checking vfork.h usability... no #11 203.8 checking vfork.h presence... no #11 204.0 checking for vfork.h... no #11 204.1 checking for fork... yes #11 204.4 checking for vfork... yes #11 204.9 checking for working fork... yes #11 205.5 checking for working vfork... (cached) yes #11 205.5 checking for snprintf... yes #11 205.9 checking for open_memstream... yes #11 206.3 checking spawn.h usability... yes #11 206.7 checking spawn.h presence... yes #11 206.8 checking for spawn.h... yes #11 206.8 checking for posix_spawn... yes #11 207.4 checking for posix_spawn_file_actions_addchdir... no #11 207.8 checking for posix_spawn_file_actions_addchdir_np... yes #11 208.3 checking for posix_spawnattr_setflags... yes #11 208.8 checking whether POSIX_SPAWN_SETSID is declared... yes #11 209.0 checking whether GLib is linked in... no #11 209.2 checking for nl_langinfo and CODESET... yes #11 209.8 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 210.5 checking for mbstate_t... yes #11 211.1 checking for signals via characters... yes #11 211.5 checking for _setjmp... yes #11 212.1 checking for sigsetjmp... yes #11 212.9 checking POSIX termios... yes #11 213.6 checking size of speed_t... 4 #11 214.3 checking for usable FIONREAD... yes #11 214.8 checking for usable SIGIO... yes #11 215.2 checking for struct alignment... yes #11 215.4 checking for C/C++ restrict keyword... __restrict__ #11 215.7 checking for typeof syntax and keyword spelling... typeof #11 216.1 checking for statement expressions... yes #11 216.4 checking whether malloc (0) returns nonnull... yes #11 217.0 checking sys/acl.h usability... yes #11 217.5 checking sys/acl.h presence... yes #11 217.6 checking for sys/acl.h... yes #11 217.6 checking for library containing acl_get_file... -lacl #11 218.3 checking for acl_get_file... yes #11 218.8 checking for acl_get_fd... yes #11 219.3 checking for acl_set_file... yes #11 219.8 checking for acl_set_fd... yes #11 220.3 checking for acl_free... yes #11 220.7 checking for acl_from_mode... yes #11 221.2 checking for acl_from_text... yes #11 221.6 checking for acl_delete_def_file... yes #11 222.1 checking for acl_extended_file... yes #11 222.3 checking for acl_delete_fd_np... no #11 222.8 checking for acl_delete_file_np... no #11 223.3 checking for acl_copy_ext_native... no #11 223.8 checking for acl_create_entry_np... no #11 224.3 checking for acl_to_short_text... no #11 225.0 checking for acl_free_text... no #11 225.5 checking for working acl_get_file... yes #11 226.0 checking acl/libacl.h usability... yes #11 226.5 checking acl/libacl.h presence... yes #11 226.6 checking for acl/libacl.h... yes #11 226.6 checking for acl_entries... yes #11 227.1 checking for ACL_FIRST_ENTRY... yes #11 227.4 checking for ACL_TYPE_EXTENDED... no #11 227.7 checking for working alloca.h... yes #11 228.2 checking for alloca... yes #11 228.8 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 228.8 checking whether the preprocessor supports include_next... yes #11 229.3 checking whether source code line length is unlimited... yes #11 229.5 checking whether endutent is declared... yes #11 229.9 checking for struct utmpx.ut_user... yes #11 230.3 checking for struct utmp.ut_user... yes #11 230.8 checking for struct utmpx.ut_name... yes #11 231.1 checking for struct utmp.ut_name... yes #11 231.6 checking for struct utmpx.ut_type... yes #11 232.2 checking for struct utmp.ut_type... yes #11 232.9 checking for struct utmpx.ut_pid... yes #11 233.7 checking for struct utmp.ut_pid... yes #11 234.2 checking for struct utmp.ut_tv... yes #11 234.9 checking for struct utmpx.ut_host... yes #11 235.6 checking for struct utmp.ut_host... yes #11 236.2 checking for struct utmpx.ut_id... yes #11 237.0 checking for struct utmp.ut_id... yes #11 237.7 checking for struct utmpx.ut_session... yes #11 238.2 checking for struct utmp.ut_session... yes #11 238.7 checking for struct utmpx.ut_exit... yes #11 239.8 checking for struct utmp.ut_exit... yes #11 241.0 checking for struct utmpx.ut_exit.ut_exit... no #11 242.0 checking for struct utmpx.ut_exit.e_exit... yes #11 242.8 checking for struct utmp.ut_exit.e_exit... yes #11 243.5 checking for struct utmpx.ut_exit.ut_termination... no #11 244.5 checking for struct utmpx.ut_exit.e_termination... yes #11 245.1 checking for struct utmp.ut_exit.e_termination... yes #11 245.9 checking whether sysinfo is declared... yes #11 246.4 checking for sys/sysctl.h... yes #11 247.1 checking for sysctl... yes #11 247.6 checking whether lstat correctly handles trailing slash... yes #11 248.4 checking whether // is distinct from /... no #11 248.4 checking whether realpath works... yes #11 249.5 checking for faccessat... yes #11 250.4 checking for getcwd... yes #11 251.0 checking whether byte ordering is bigendian... no #11 252.1 checking if environ is properly declared... yes #11 252.5 checking for complete errno.h... yes #11 252.8 checking whether ctype.h defines __header_inline... no #11 253.0 checking for mode_t... yes #11 254.1 checking whether strmode is declared... no #11 254.6 checking whether getline is declared... yes #11 255.2 checking for gawk... no #11 255.2 checking for mawk... mawk #11 255.3 checking for getopt.h... (cached) yes #11 255.3 checking for getopt_long_only... yes #11 255.9 checking whether getopt is POSIX compatible... yes #11 258.3 checking for working GNU getopt function... yes #11 258.7 checking for working GNU getopt_long function... yes #11 259.1 checking whether timespec_get is declared... yes #11 259.3 checking for timespec_get... yes #11 260.0 checking for struct timeval... yes #11 260.4 checking for wide-enough struct timeval.tv_sec member... yes #11 260.8 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 261.0 checking whether the compiler produces multi-arch binaries... no #11 261.3 checking whether stdint.h conforms to C99... yes #11 262.9 checking whether stdint.h works without ISO C predefines... yes #11 263.3 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 263.8 checking whether memmem is declared... yes #11 264.5 checking whether memrchr is declared... yes #11 264.9 checking whether defines MIN and MAX... no #11 265.1 checking whether defines MIN and MAX... yes #11 265.5 checking whether time_t is signed... yes #11 266.1 checking whether alarm is declared... yes #11 266.8 checking for working mktime... no #11 268.1 checking whether struct tm is in sys/time.h or time.h... time.h #11 268.5 checking for struct tm.tm_zone... yes #11 268.8 checking for struct tm.tm_gmtoff... yes #11 269.2 checking whether is self-contained... yes #11 270.1 checking for inline... inline #11 270.4 checking for sigset_t... yes #11 271.1 checking for volatile sig_atomic_t... yes #11 271.9 checking for sighandler_t... yes #11 272.7 checking for wchar_t... yes #11 273.0 checking for good max_align_t... yes #11 273.3 checking whether NULL can be used in arbitrary expressions... yes #11 273.7 checking for unreachable... no #11 274.4 checking whether fcloseall is declared... yes #11 275.1 checking whether getw is declared... yes #11 275.9 checking whether putw is declared... yes #11 276.6 checking which flavor of printf attribute matches inttypes macros... system #11 277.0 checking whether strnlen is declared... yes #11 277.8 checking whether strtoimax is declared... yes #11 278.5 checking whether stat file-mode macros are broken... no #11 278.9 checking for nlink_t... yes #11 279.4 checking for struct timespec in ... yes #11 279.8 checking for TIME_UTC in ... yes #11 280.2 checking whether execvpe is declared... yes #11 280.9 checking whether clearerr_unlocked is declared... yes #11 281.7 checking whether feof_unlocked is declared... yes #11 282.5 checking whether ferror_unlocked is declared... yes #11 283.2 checking whether fflush_unlocked is declared... yes #11 284.0 checking whether fgets_unlocked is declared... yes #11 284.7 checking whether fputc_unlocked is declared... yes #11 285.3 checking whether fputs_unlocked is declared... yes #11 285.9 checking whether fread_unlocked is declared... yes #11 286.6 checking whether fwrite_unlocked is declared... yes #11 287.1 checking whether getc_unlocked is declared... yes #11 287.7 checking whether getchar_unlocked is declared... yes #11 288.3 checking whether putc_unlocked is declared... yes #11 288.9 checking whether putchar_unlocked is declared... yes #11 289.3 checking type of array argument to getgroups... gid_t #11 290.0 checking whether getdelim is declared... yes #11 290.3 checking whether getdtablesize is declared... yes #11 290.8 checking whether malloc is ptrdiff_t safe... yes #11 290.9 checking whether malloc, realloc, calloc set errno on failure... yes #11 290.9 checking for O_CLOEXEC... yes #11 291.2 checking for promoted mode_t type... mode_t #11 291.4 checking whether the utimes function works... yes #11 292.4 checking for C compiler option to allow warnings... -Wno-error #11 292.9 checking for alignas and alignof... yes, macros #11 293.3 checking for alloca as a compiler built-in... yes #11 293.3 checking for static_assert... yes, an macro #11 293.6 checking for __builtin_expect... yes #11 293.9 checking byteswap.h usability... yes #11 294.2 checking byteswap.h presence... yes #11 294.3 checking for byteswap.h... yes #11 294.3 checking for readlinkat... yes #11 294.6 checking for library containing clock_gettime... none required #11 295.0 checking for clock_getres... yes #11 295.4 checking for clock_gettime... yes #11 295.8 checking for clock_settime... yes #11 296.1 checking for copy_file_range... yes #11 296.7 checking for d_type member in directory struct... yes #11 297.3 checking whether // is distinct from /... (cached) no #11 297.3 checking whether dup2 works... yes #11 298.3 checking for library containing backtrace_symbols_fd... none required #11 298.8 checking for faccessat... (cached) yes #11 298.8 checking whether fchmodat works... no #11 299.8 checking for readlinkat... (cached) yes #11 299.8 checking whether fcntl handles F_DUPFD correctly... yes #11 300.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 301.7 checking whether fdopendir is declared... yes #11 301.9 checking whether fdopendir works... yes #11 302.6 checking for flexible array member... yes #11 303.2 checking for __fpending... yes #11 303.8 checking whether __fpending is declared... yes #11 304.0 checking whether free is known to preserve errno... no #11 304.3 checking whether fstatat (..., 0) works... yes #11 304.7 checking for sys/mount.h... yes #11 305.3 checking for statvfs function (SVR4)... yes #11 305.8 checking whether to use statvfs64... no #11 306.0 checking for two-argument statfs with statfs.f_frsize member... yes #11 306.8 checking sys/fs/s5param.h usability... no #11 307.2 checking sys/fs/s5param.h presence... no #11 307.5 checking for sys/fs/s5param.h... no #11 307.5 checking sys/statfs.h usability... yes #11 308.2 checking sys/statfs.h presence... yes #11 308.4 checking for sys/statfs.h... yes #11 308.5 checking for statfs that truncates block counts... no #11 308.8 checking for futimens... yes #11 309.5 checking whether futimens works... yes #11 311.2 checking for getline... yes #11 311.8 checking for working getline function... yes #11 312.9 checking for getloadavg... yes #11 313.8 checking sys/loadavg.h usability... no #11 314.3 checking sys/loadavg.h presence... no #11 314.4 checking for sys/loadavg.h... no #11 314.5 checking whether getloadavg is declared... yes #11 315.0 checking for getrandom... yes #11 315.6 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 316.0 checking for gettimeofday with POSIX signature... yes #11 316.6 checking whether the compiler supports the __inline keyword... yes #11 316.8 checking gmp.h usability... yes #11 317.5 checking gmp.h presence... yes #11 317.8 checking for gmp.h... yes #11 317.8 checking for library containing __gmpz_roinit_n... -lgmp #11 319.2 checking for memmem... yes #11 319.7 checking whether memmem works... yes #11 320.3 checking for mempcpy... yes #11 321.2 checking for memrchr... yes #11 321.7 checking for explicit_memset... no #11 322.5 checking for mkostemp... yes #11 323.0 checking for library containing nanosleep... none required #11 323.7 checking for working nanosleep... no (mishandles large arguments) #11 325.7 checking for sys/pstat.h... no #11 326.1 checking for sys/sysmp.h... no #11 326.5 checking for sys/param.h... (cached) yes #11 326.6 checking for sys/sysctl.h... (cached) yes #11 326.6 checking for sched_getaffinity_np... no #11 327.2 checking for pstat_getdynamic... no #11 327.8 checking for sysmp... no #11 328.3 checking for sysctl... (cached) yes #11 328.3 checking for sched_getaffinity... yes #11 328.7 checking for glibc compatible sched_getaffinity... yes #11 328.9 checking for pipe2... yes #11 329.2 checking whether signature of pselect conforms to POSIX... yes #11 329.5 checking whether pselect detects invalid fds... yes #11 330.1 checking whether pthread_sigmask is a macro... no #11 330.3 checking whether pthread_sigmask returns error numbers... yes #11 331.0 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 333.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 335.3 checking whether readlink signature is correct... yes #11 335.7 checking whether readlink handles trailing slash correctly... yes #11 336.6 checking whether readlink truncates results correctly... yes #11 337.3 checking for readlinkat... (cached) yes #11 337.3 checking whether readlinkat signature is correct... yes #11 337.6 checking for working re_compile_pattern... no #11 339.1 checking libintl.h usability... yes #11 339.7 checking libintl.h presence... yes #11 339.9 checking for libintl.h... yes #11 340.0 checking whether isblank is declared... yes #11 340.3 checking for sig2str... no #11 340.9 checking for sigdescr_np... no #11 341.7 checking for socklen_t... yes #11 342.5 checking for ssize_t... yes #11 342.8 checking for struct stat.st_atim.tv_nsec... yes #11 343.2 checking whether struct stat.st_atim is of type struct timespec... yes #11 343.7 checking for struct stat.st_birthtimespec.tv_nsec... no #11 344.2 checking for struct stat.st_birthtimensec... no #11 344.9 checking for struct stat.st_birthtim.tv_nsec... no #11 345.6 checking for bool, true, false... no #11 345.8 checking for stpcpy... yes #11 346.3 checking for working strnlen... yes #11 347.3 checking whether strtoimax works... yes #11 348.0 checking whether symlink handles trailing slash correctly... yes #11 349.1 checking whether localtime_r is declared... yes #11 349.5 checking whether localtime_r is compatible with its POSIX signature... yes #11 349.8 checking whether localtime works even near extrema... yes #11 350.8 checking for timezone_t... no #11 351.1 checking for timegm... yes #11 352.1 checking whether timer_settime is declared... yes #11 352.4 checking for library containing timer_settime... -lrt #11 353.9 checking for timer_settime... yes #11 354.6 checking for utimensat... yes #11 355.1 checking whether utimensat works... yes #11 356.9 checking for variable-length arrays... yes #11 357.4 checking whether getdtablesize works... yes #11 358.0 checking for __mktime_internal... no #11 358.7 checking for timer_getoverrun... yes #11 359.6 checking for gcc option to disable position independent executables... not needed #11 359.6 checking for __ctype_get_mb_cur_max... yes #11 360.3 checking whether MB_CUR_MAX is defined to function that won't link... no #11 360.5 #11 360.5 Configured for 'x86_64-pc-linux-gnu'. #11 360.5 #11 360.5 Where should the build process find the source code? . #11 360.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 360.5 Should Emacs use the GNU version of malloc? no #11 360.5 (The GNU allocators don't work with this system configuration.) #11 360.5 Should Emacs use a relocating allocator for buffers? no #11 360.5 Should Emacs use mmap(2) for buffer allocation? no #11 360.5 What window system should Emacs use? nextstep #11 360.5 What toolkit should Emacs use? none #11 360.5 Where do we find X Windows header files? NONE #11 360.5 Where do we find X Windows libraries? NONE #11 360.6 Does Emacs use -lXaw3d? no #11 360.6 Is Emacs being built for Android? no #11 360.6 Does Emacs use the X Double Buffer Extension? no #11 360.6 Does Emacs use -lXpm? no #11 360.6 Does Emacs use -ljpeg? no #11 360.6 Does Emacs use -ltiff? no #11 360.6 Does Emacs use a gif library? no #11 360.6 Does Emacs use a png library? no #11 360.6 Does Emacs use -lrsvg-2? no #11 360.6 Does Emacs use -lwebp? no #11 360.6 Does Emacs use -lsqlite3? no #11 360.6 Does Emacs use cairo? no #11 360.6 Does Emacs use -llcms2? no #11 360.6 Does Emacs use imagemagick? no #11 360.6 Does Emacs use native APIs for images? yes (ns) #11 360.6 Does Emacs support sound? yes #11 360.6 Does Emacs use -lgpm? no #11 360.6 Does Emacs use -ldbus? yes #11 360.6 Does Emacs use -lgconf? no #11 360.6 Does Emacs use GSettings? no #11 360.6 Does Emacs use a file notification library? yes -lglibc (inotify) #11 360.6 Does Emacs use access control lists? yes -lacl -lattr #11 360.6 Does Emacs use -lselinux? no #11 360.6 Does Emacs use -lgnutls? yes #11 360.6 Does Emacs use -lxml2? no #11 360.6 Does Emacs use -lfreetype? no #11 360.6 Does Emacs use HarfBuzz? no #11 360.6 Does Emacs use -lm17n-flt? no #11 360.6 Does Emacs use -lotf? no #11 360.6 Does Emacs use -lxft? no #11 360.6 Does Emacs use -lsystemd? no #11 360.6 Does Emacs use -ljansson? no #11 360.6 Does Emacs use -ltree-sitter? no #11 360.6 Does Emacs use the GMP library? yes #11 360.6 Does Emacs directly use zlib? yes #11 360.6 Does Emacs have dynamic modules support? yes #11 360.6 Does Emacs use toolkit scroll bars? yes #11 360.6 Does Emacs support Xwidgets? no #11 360.6 Does Emacs have threading support in lisp? yes #11 360.6 Does Emacs support the portable dumper? yes #11 360.6 Does Emacs support legacy unexec dumping? no #11 360.6 Which dumping strategy does Emacs use? pdumper #11 360.6 Does Emacs have native lisp compiler? no #11 360.6 Does Emacs use version 2 of the X Input Extension? no #11 360.6 Does Emacs generate a smaller-size Japanese dictionary? no #11 360.6 #11 360.6 #11 360.6 #11 360.6 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 360.6 Run 'make install' in order to build an application bundle. #11 360.6 The application will go to nextstep/Emacs.app and can be run or moved #11 360.6 from there. #11 360.6 The application will be fully self-contained. #11 360.6 #11 362.7 configure: creating ./config.status #11 364.1 config.status: creating src/verbose.mk #11 364.4 config.status: creating src/emacs-module.h #11 364.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 364.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 365.0 config.status: creating Makefile #11 365.3 config.status: creating lib/gnulib.mk #11 365.7 config.status: creating ./doc/man/emacs.1 #11 366.0 config.status: creating lib/Makefile #11 366.2 config.status: creating lib-src/Makefile #11 366.6 config.status: creating oldXMenu/Makefile #11 367.0 config.status: creating src/Makefile #11 367.3 config.status: creating lwlib/Makefile #11 367.6 config.status: creating nextstep/Makefile #11 367.8 config.status: creating nt/Makefile #11 368.1 config.status: creating doc/emacs/Makefile #11 368.4 config.status: creating doc/misc/Makefile #11 368.6 config.status: creating doc/lispintro/Makefile #11 369.0 config.status: creating doc/lispref/Makefile #11 369.4 config.status: creating lisp/Makefile #11 369.6 config.status: creating leim/Makefile #11 369.9 config.status: creating test/Makefile #11 370.2 config.status: creating test/manual/noverlay/Makefile #11 370.4 config.status: creating test/infra/Makefile #11 370.7 config.status: creating admin/charsets/Makefile #11 371.0 config.status: creating admin/unidata/Makefile #11 371.2 config.status: creating admin/grammars/Makefile #11 371.4 config.status: creating java/Makefile #11 371.7 config.status: creating cross/Makefile #11 372.0 config.status: creating java/AndroidManifest.xml #11 372.2 config.status: creating src/config.h #11 372.5 config.status: executing src/epaths.h commands #11 373.1 config.status: executing src/.gdbinit commands #11 373.1 config.status: executing doc/emacs/emacsver.texi commands #11 373.3 config.status: executing etc-refcards-emacsver.tex commands #11 373.4 configure: WARNING: This configuration installs a 'movemail' program #11 373.4 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 373.4 installed a 'movemail' program that retrieved POP3 email via only #11 373.4 insecure channels, a practice that is no longer recommended but that #11 373.4 you can continue to support by using './configure --with-pop'. #11 373.4 configure: You might want to install GNU Mailutils #11 373.4 and use './configure --with-mailutils'. #11 DONE 385.8s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 19.87 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 19.91 make[1]: Entering directory '/checkout' #12 20.55 make bootstrap-clean #12 20.57 make[2]: Entering directory '/checkout' #12 20.87 make -C src bootstrap-clean #12 20.97 make[3]: Entering directory '/checkout/src' #12 20.98 GEN /checkout/src/lisp.mk #12 22.71 rm -f android-emacs libemacs.so #12 22.74 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 22.77 rm -f dmpstruct.h #12 22.81 rm -f emacs.pdmp #12 22.82 rm -f ../etc/DOC #12 22.82 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 22.84 rm -f emacs-30.0.50 #12 22.87 rm -f buildobj.h #12 22.88 rm -f globals.h gl-stamp #12 22.92 rm -f ./*.res ./*.tmp #12 22.94 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 22.96 rm -f ../etc/DOC* #12 22.98 rm -f deps/* #12 22.99 rm -f emacs-module.h epaths.h config.h config.stamp #12 23.02 if test -f ./.gdbinit; then \ #12 23.02 mv ./.gdbinit ./.gdbinit.save; \ #12 23.02 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 23.02 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 23.02 fi #12 23.42 make[3]: Leaving directory '/checkout/src' #12 23.42 make -C oldXMenu bootstrap-clean #12 23.44 make[3]: Entering directory '/checkout/oldXMenu' #12 23.44 rm -f libXMenu11.a ./*.o deps/* #12 23.46 rm -f Makefile #12 23.49 rm -fr deps #12 23.51 make[3]: Leaving directory '/checkout/oldXMenu' #12 23.51 make -C lwlib bootstrap-clean #12 23.54 make[3]: Entering directory '/checkout/lwlib' #12 23.54 rm -f ./*.o liblw.a \#* deps/* #12 23.56 rm -f Makefile #12 23.56 rm -fr deps #12 23.57 rm -f TAGS #12 23.57 make[3]: Leaving directory '/checkout/lwlib' #12 23.57 make -C lib bootstrap-clean #12 24.05 make[3]: Entering directory '/checkout/lib' #12 24.05 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 24.11 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 24.14 rm -f Makefile Makefile.android #12 24.15 rm -fr deps #12 24.20 make[3]: Leaving directory '/checkout/lib' #12 24.20 make -C lib-src bootstrap-clean #12 24.23 make[3]: Entering directory '/checkout/lib-src' #12 24.23 rm -f core ./*.o ./*.res #12 24.25 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 24.26 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 24.29 rm -f TAGS Makefile blessmail Makefile.android #12 24.31 make[3]: Leaving directory '/checkout/lib-src' #12 24.32 make -C nt bootstrap-clean #12 24.34 make[3]: Entering directory '/checkout/nt' #12 24.34 rm -f core *.o *.res #12 24.35 rm -f runemacs addpm cmdproxy ddeclient #12 24.35 rm -f TAGS Makefile *.rc #12 24.37 true #12 24.37 make[3]: Leaving directory '/checkout/nt' #12 24.39 make -C doc/emacs bootstrap-clean #12 24.40 make[3]: Entering directory '/checkout/doc/emacs' #12 24.40 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 24.40 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 24.42 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 24.43 rm -f Makefile #12 24.45 rm -f \ #12 24.45 ./../../info/emacs.info \ #12 24.45 ./../../info/emacs.info-[1-9] \ #12 24.45 ./../../info/emacs.info-[1-9][0-9] #12 24.48 rm -f ./emacsver.texi TAGS #12 24.52 make[3]: Leaving directory '/checkout/doc/emacs' #12 24.52 make -C doc/misc bootstrap-clean #12 24.54 make[3]: Entering directory '/checkout/doc/misc' #12 24.54 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 24.54 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 24.54 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 24.58 rm -f gnustmp* #12 24.61 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 24.66 rm -f Makefile #12 24.68 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 24.68 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 24.68 rm -f \ #12 24.68 ./../../info/${file} \ #12 24.68 ./../../info/${file}-[1-9] \ #12 24.68 ./../../info/${file}-[1-9][0-9]; \ #12 24.68 done #12 26.54 rm -f ./modus-themes.texi ./org.texi #12 26.54 rm -f TAGS #12 26.56 make[3]: Leaving directory '/checkout/doc/misc' #12 26.58 make -C doc/lispref bootstrap-clean #12 26.59 make[3]: Entering directory '/checkout/doc/lispref' #12 26.59 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 26.59 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 26.61 rm -f elisp[12]* vol[12].tmp #12 26.61 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 26.64 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 26.68 rm -f Makefile #12 26.68 rm -f \ #12 26.68 ./../../info/elisp.info \ #12 26.68 ./../../info/elisp.info-[1-9] \ #12 26.68 ./../../info/elisp.info-[1-9][0-9] #12 26.71 rm -f TAGS #12 26.73 make[3]: Leaving directory '/checkout/doc/lispref' #12 26.73 make -C doc/lispintro bootstrap-clean #12 26.74 make[3]: Entering directory '/checkout/doc/lispintro' #12 26.74 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 26.74 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 26.75 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 26.77 rm -f Makefile #12 26.78 rm -f \ #12 26.78 ./../../info/eintr.info \ #12 26.78 ./../../info/eintr.info-[1-9] #12 26.79 rm -f TAGS #12 26.83 make[3]: Leaving directory '/checkout/doc/lispintro' #12 26.83 make -C test bootstrap-clean #12 26.84 make[3]: Entering directory '/checkout/test' #12 27.69 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 27.93 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 27.97 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 28.00 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 28.00 src/emacs-module-resources/*.dll gmp.h #12 28.03 find . -name '*.elc' -delete #12 28.10 make[3]: Leaving directory '/checkout/test' #12 28.12 make -C java bootstrap-clean #12 28.49 make[3]: Entering directory '/checkout/java' #12 28.49 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 28.51 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 28.52 find . -name '*.class' -delete #12 28.53 rm -f Makefile ndk-build.mk #12 28.67 make[3]: Leaving directory '/checkout/java' #12 28.67 make -C cross bootstrap-clean #12 28.69 make[3]: Entering directory '/checkout/cross' #12 28.70 for dir in src lib-src lib etc; do \ #12 28.70 find $dir -type f -delete; \ #12 28.70 done #12 28.73 rm -rf lib/config.h lib-src/config.h #12 28.73 if test -f ndk-build/Makefile; then \ #12 28.73 make -C ndk-build clean; \ #12 28.73 fi #12 28.74 for dir in src lib-src lib etc; do \ #12 28.74 find $dir -type l -delete; \ #12 28.74 done #12 28.78 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 28.78 rm -rf ndk-build/ndk-build.mk Makefile #12 28.78 make[3]: Leaving directory '/checkout/cross' #12 28.78 make -C nextstep bootstrap-clean #12 28.83 make[3]: Entering directory '/checkout/nextstep' #12 28.83 rm -rf /checkout/nextstep/Emacs.app #12 28.85 rm -f Makefile #12 28.89 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 28.89 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 28.89 Cocoa/Emacs.base/Contents/Info.plist \ #12 28.89 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 29.02 make[3]: Leaving directory '/checkout/nextstep' #12 29.02 make -C admin/charsets bootstrap-clean #12 29.06 make[3]: Entering directory '/checkout/admin/charsets' #12 29.06 make[3]: Nothing to be done for 'bootstrap-clean'. #12 29.06 make[3]: Leaving directory '/checkout/admin/charsets' #12 29.06 make -C admin/unidata bootstrap-clean #12 29.08 make[3]: Entering directory '/checkout/admin/unidata' #12 29.23 rm -f ./*.elc unidata.txt #12 29.24 make[3]: Leaving directory '/checkout/admin/unidata' #12 29.24 make -C leim bootstrap-clean #12 29.28 make[3]: Entering directory '/checkout/leim' #12 29.28 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 29.35 make[3]: Leaving directory '/checkout/leim' #12 29.38 make -C lisp bootstrap-clean #12 29.38 make[3]: Entering directory '/checkout/lisp' #12 29.55 find . -name '*.elc' -delete #12 29.59 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 29.60 make[3]: Leaving directory '/checkout/lisp' #12 29.62 make -C admin/grammars bootstrap-clean #12 29.64 make[3]: Entering directory '/checkout/admin/grammars' #12 29.64 make[3]: Nothing to be done for 'bootstrap-clean'. #12 29.64 make[3]: Leaving directory '/checkout/admin/grammars' #12 29.64 [ ! -f config.log ] || mv -f config.log config.log~ #12 30.16 rm -rf ./info #12 30.18 rm -f ./etc/refcards/emacsver.tex #12 30.19 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 30.21 rm -fr autom4te.cache config.cache #12 30.22 rm -f config.log ./doc/man/emacs.1 #12 30.91 make[2]: Leaving directory '/checkout' #12 30.91 cd . && ./autogen.sh autoconf #12 30.99 Checking whether you have the necessary tools... #12 30.99 (Read INSTALL.REPO for more details on building Emacs) #12 31.00 Checking for autoconf (need at least version 2.65) ... ok #12 31.24 Your system has the required tools. #12 31.32 Running 'autoreconf -fi -I m4' ... #12 85.00 Building 'aclocal.m4' in exec ... #12 85.00 Running 'autoreconf -fi' in exec ... #12 97.80 You can now run './autogen.sh git'. #12 97.81 make MAKEFILE_NAME=force-Makefile force-Makefile #12 97.83 make[2]: Entering directory '/checkout' #12 97.85 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 98.13 if [ -x ./config.status ]; then \ #12 98.13 ./config.status --recheck; \ #12 98.13 else \ #12 98.13 ./configure --cache-file=/dev/null; \ #12 98.13 fi #12 98.43 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 99.14 checking for xcrun... no #12 99.14 checking for GNU Make... make #12 99.24 checking build system type... x86_64-pc-linux-gnu #12 100.0 checking host system type... x86_64-pc-linux-gnu #12 100.2 checking for gcc... gcc #12 100.6 checking whether the C compiler works... yes #12 101.3 checking for C compiler default output file name... a.out #12 101.3 checking for suffix of executables... #12 101.8 checking whether we are cross compiling... no #12 102.2 checking for suffix of object files... o #12 102.6 checking whether we are using the GNU C compiler... yes #12 102.8 checking whether gcc accepts -g... yes #12 103.1 checking for gcc option to enable C11 features... none needed #12 103.9 checking whether the compiler is clang... no #12 104.2 checking for compiler option needed when checking for declarations... none #12 104.2 checking whether gcc and cc understand -c and -o together... yes #12 105.2 checking how to run the C preprocessor... gcc -E #12 106.0 checking for grep that handles long lines and -e... /bin/grep #12 106.0 checking for egrep... /bin/grep -E #12 106.0 checking for ANSI C header files... yes #12 107.6 checking for sys/types.h... yes #12 108.0 checking for sys/stat.h... yes #12 108.5 checking for stdlib.h... yes #12 109.0 checking for string.h... yes #12 109.5 checking for memory.h... yes #12 109.9 checking for strings.h... yes #12 110.3 checking for inttypes.h... yes #12 110.8 checking for stdint.h... yes #12 111.3 checking for unistd.h... yes #12 111.8 checking for wchar.h... yes #12 112.3 checking for minix/config.h... no #12 112.7 checking for linux/fs.h... yes #12 113.3 checking for malloc.h... yes #12 113.8 checking for sys/systeminfo.h... no #12 114.2 checking for sys/sysinfo.h... yes #12 114.6 checking for coff.h... no #12 115.0 checking for pty.h... yes #12 115.3 checking for sys/resource.h... yes #12 115.6 checking for sys/utsname.h... yes #12 115.9 checking for pwd.h... yes #12 116.5 checking for util.h... no #12 116.7 checking for sanitizer/lsan_interface.h... yes #12 117.1 checking for sanitizer/asan_interface.h... yes #12 117.4 checking for sanitizer/common_interface_defs.h... yes #12 117.8 checking for sys/socket.h... yes #12 118.2 checking for stdlib.h... (cached) yes #12 118.2 checking for unistd.h... (cached) yes #12 118.3 checking for sys/param.h... yes #12 118.8 checking for pthread.h... yes #12 119.2 checking for malloc/malloc.h... no #12 119.6 checking for sys/un.h... yes #12 120.1 checking for utmp.h... yes #12 120.4 checking for utmpx.h... yes #12 120.6 checking for OS.h... no #12 120.9 checking for dirent.h... yes #12 121.2 checking for execinfo.h... yes #12 121.4 checking for linux/xattr.h... yes #12 121.7 checking for stdio_ext.h... yes #12 122.0 checking for sys/vfs.h... yes #12 122.2 checking for sys/fs_types.h... no #12 122.5 checking for getopt.h... yes #12 122.7 checking for sys/cdefs.h... yes #12 123.1 checking for sys/time.h... yes #12 123.5 checking for ieee754.h... yes #12 123.7 checking for limits.h... yes #12 123.9 checking for inttypes.h... (cached) yes #12 124.0 checking for sys/types.h... (cached) yes #12 124.1 checking for stdint.h... (cached) yes #12 124.2 checking for sys/select.h... yes #12 124.6 checking for stdbool.h... yes #12 124.8 checking for stdckdint.h... no #12 125.1 checking for sys/random.h... yes #12 125.6 checking for sys/stat.h... (cached) yes #12 125.7 checking whether it is safe to define __EXTENSIONS__... yes #12 125.9 checking whether _XOPEN_SOURCE should be defined... no #12 126.0 checking for Minix Amsterdam compiler... no #12 126.3 checking for ar... ar #12 126.3 checking for ranlib... ranlib #12 126.3 checking for gcc option to enable large file support... none needed #12 126.7 checking for gcc option for timestamps after 2038... none needed #12 126.9 checking for g++... g++ #12 127.2 checking whether we are using the GNU C++ compiler... yes #12 127.6 checking whether g++ accepts -g... yes #12 127.9 checking for g++ option to enable C++11 features... none needed #12 199.7 checking how to run the C++ preprocessor... g++ -E #12 200.1 checking whether gcc accepts -g3 -O2... yes #12 200.4 checking whether the compiler is clang... no #12 200.8 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 201.0 checking whether -Wno-missing-field-initializers is needed... yes #12 201.5 checking whether -Wuninitialized is supported... yes #12 201.7 checking whether C compiler handles -fstrict-flex-arrays... no #12 201.8 checking whether C compiler handles -Wall... yes #12 202.2 checking whether C compiler handles -Warith-conversion... yes #12 202.6 checking whether C compiler handles -Wdate-time... yes #12 203.0 checking whether C compiler handles -Wdisabled-optimization... yes #12 203.6 checking whether C compiler handles -Wdouble-promotion... yes #12 204.2 checking whether C compiler handles -Wduplicated-cond... yes #12 204.6 checking whether C compiler handles -Wextra... yes #12 204.9 checking whether C compiler handles -Wformat-signedness... yes #12 205.8 checking whether C compiler handles -Winit-self... yes #12 206.3 checking whether C compiler handles -Winvalid-pch... yes #12 206.9 checking whether C compiler handles -Wlogical-op... yes #12 207.4 checking whether C compiler handles -Wmissing-declarations... yes #12 208.0 checking whether C compiler handles -Wmissing-include-dirs... yes #12 208.6 checking whether C compiler handles -Wmissing-prototypes... yes #12 209.2 checking whether C compiler handles -Wnested-externs... yes #12 209.6 checking whether C compiler handles -Wnull-dereference... yes #12 210.0 checking whether C compiler handles -Wold-style-definition... yes #12 210.7 checking whether C compiler handles -Wopenmp-simd... yes #12 211.6 checking whether C compiler handles -Wpacked... yes #12 212.1 checking whether C compiler handles -Wpointer-arith... yes #12 212.7 checking whether C compiler handles -Wstrict-flex-arrays... no #12 213.0 checking whether C compiler handles -Wstrict-prototypes... yes #12 213.8 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 214.4 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 214.9 checking whether C compiler handles -Wsuggest-final-methods... yes #12 215.6 checking whether C compiler handles -Wsuggest-final-types... yes #12 216.2 checking whether C compiler handles -Wtrampolines... yes #12 216.8 checking whether C compiler handles -Wuninitialized... yes #12 217.3 checking whether C compiler handles -Wunknown-pragmas... yes #12 217.8 checking whether C compiler handles -Wunused-macros... yes #12 218.5 checking whether C compiler handles -Wvariadic-macros... yes #12 219.1 checking whether C compiler handles -Wvector-operation-performance... yes #12 219.6 checking whether C compiler handles -Wwrite-strings... yes #12 220.0 checking whether C compiler handles -Warray-bounds=2... yes #12 220.4 checking whether C compiler handles -Wattribute-alias=2... yes #12 220.8 checking whether C compiler handles -Wformat=2... yes #12 221.5 checking whether C compiler handles -Wformat-truncation=2... yes #12 222.1 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 222.9 checking whether C compiler handles -Wshift-overflow=2... yes #12 223.6 checking whether C compiler handles -Wuse-after-free=3... no #12 223.9 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 224.5 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 225.1 checking whether C compiler handles -Wredundant-decls... yes #12 225.6 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 225.6 checking whether C compiler handles -Wno-override-init... yes #12 226.1 checking whether C compiler handles -Wno-sign-compare... yes #12 226.6 checking whether C compiler handles -Wno-type-limits... yes #12 227.2 checking whether C compiler handles -Wno-unused-parameter... yes #12 227.8 checking whether C compiler handles -Wno-format-nonliteral... yes #12 228.5 checking whether C compiler handles -Wno-bidi-chars... no #12 228.8 checking for a BSD-compatible install... /usr/bin/install -c #12 228.9 checking command to symlink files in the same directory... ln -s #12 228.9 checking for install-info... : #12 228.9 checking for gzip... /bin/gzip #12 228.9 checking for 'find' args to delete a file... -delete #12 228.9 checking for brew... no #12 229.9 checking for -znocombreloc... not needed #12 229.9 checking whether addresses are sanitized... no #12 230.0 checking for math library... -lm #12 231.9 checking for struct passwd.pw_gecos... yes #12 232.1 checking for pkg-config... /usr/bin/pkg-config #12 232.1 checking pkg-config is at least version 0.9.0... yes #12 232.2 checking for machine/soundcard.h... no #12 232.4 checking for sys/soundcard.h... yes #12 232.6 checking for soundcard.h... no #12 232.7 checking for mmsystem.h... no #12 232.8 checking for _oss_ioctl in -lossaudio... no #12 233.0 checking for alsa >= 1.0.0... no #12 233.1 checking for ADDR_NO_RANDOMIZE... yes #12 233.3 checking if Linux sysinfo may be used... yes #12 233.8 checking for sys/wait.h that is POSIX.1 compatible... yes #12 234.1 checking for net/if.h... yes #12 234.6 checking for ifaddrs.h... yes #12 235.0 checking for net/if_dl.h... no #12 235.5 checking for struct ifreq.ifr_flags... yes #12 235.9 checking for struct ifreq.ifr_hwaddr... yes #12 236.5 checking for struct ifreq.ifr_netmask... yes #12 237.5 checking for struct ifreq.ifr_broadaddr... yes #12 238.2 checking for struct ifreq.ifr_addr... yes #12 239.3 checking for struct ifreq.ifr_addr.sa_len... no #12 240.1 checking whether gcc understands -MMD -MF... yes #12 240.3 checking for X... no #12 240.8 checking AppKit/AppKit.h usability... yes #12 243.0 checking AppKit/AppKit.h presence... yes #12 243.7 checking for AppKit/AppKit.h... yes #12 243.7 checking for Mac OS X 12.0 or later... yes #12 243.9 checking for gcc... gcc #12 244.0 checking whether we are using the GNU Objective C compiler... yes #12 244.1 checking whether gcc accepts -g... yes #12 244.3 checking if the Objective C compiler supports instancetype... yes #12 244.4 checking if the Objective C compiler defaults to C99... no #12 244.5 checking whether malloc is Doug Lea style... no #12 244.7 checking for sbrk... yes #12 245.2 checking for __lsan_ignore_object... no #12 245.6 checking for fchmod... yes #12 246.0 checking for utmpname... yes #12 246.5 checking for utmpxname... yes #12 246.8 checking for canonicalize_file_name... yes #12 247.2 checking for realpath... yes #12 247.6 checking for lstat... yes #12 248.1 checking for fchmodat... yes #12 248.5 checking for lchmod... no #12 248.6 checking for fcntl... yes #12 249.1 checking for fdopendir... yes #12 249.4 checking for listxattr... yes #12 249.8 checking for fstatat... yes #12 250.4 checking for fsync... yes #12 250.8 checking for gettimeofday... yes #12 251.3 checking for memset_explicit... no #12 251.9 checking for memset_s... no #12 252.8 checking for pselect... yes #12 253.6 checking for readlink... yes #12 254.4 checking for isblank... yes #12 255.3 checking for iswctype... yes #12 256.0 checking for strtoimax... yes #12 256.6 checking for symlink... yes #12 257.4 checking for localtime_r... yes #12 258.1 checking for getdtablesize... yes #12 258.9 checking for getpagesize... yes #12 259.6 checking for working mmap... yes #12 260.7 checking for main in -lXbsd... no #12 261.2 checking for pthread library... -lpthread #12 262.8 checking for thread support... yes #12 262.8 checking for librsvg-2.0 >= 2.14.0... no #12 262.8 checking for libwebpdemux >= 0.6.0... no #12 262.8 checking for WebPGetInfo... no #12 263.2 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 263.2 checking for sqlite3_open_v2 in -lsqlite3... no #12 263.5 checking for getaddrinfo_a in -lanl... yes #12 263.9 checking for malloc_trim... yes #12 264.2 checking for dbus-1 >= 1.0... yes #12 264.3 checking for dbus_watch_get_unix_fd... yes #12 264.7 checking for dbus_type_is_valid... yes #12 265.3 checking for dbus_validate_bus_name... yes #12 266.0 checking for dbus_validate_path... yes #12 266.3 checking for dbus_validate_interface... yes #12 266.6 checking for dbus_validate_member... yes #12 267.2 checking for lgetfilecon in -lselinux... no #12 267.6 checking for gnutls >= 2.12.2... yes #12 267.6 checking for libsystemd >= 222... no #12 267.7 checking for jansson >= 2.7... no #12 267.7 checking for tree-sitter >= 0.20.2... no #12 267.8 checking for tree-sitter >= 0.6.3... no #12 267.8 checking sys/inotify.h usability... yes #12 268.1 checking sys/inotify.h presence... yes #12 268.2 checking for sys/inotify.h... yes #12 268.2 checking for inotify_init1... yes #12 269.0 checking for jpeglib 6b or later... no #12 269.5 checking for lcms2... no #12 269.6 checking for library containing inflateEnd... -lz #12 270.6 checking for dladdr... yes #12 271.1 checking for dlfunc... no #12 271.5 checking for gcc_jit_context_acquire in -lgccjit... no #12 272.0 checking libgccjit.h usability... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 272.0 found. #12 272.0 Please try installing libgccjit or a similar package if you want to have it #12 272.0 enabled. #12 272.4 no #12 272.4 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 272.6 were not found. #12 272.6 Please try installing libgccjit-dev or a similar package if you want to have it #12 272.6 enabled. #12 272.6 no #12 272.6 checking for libgccjit.h... no #12 272.6 checking for libpng >= 1.0.0... no #12 272.7 checking for libpng not configured by pkg-config... no #12 273.1 checking tiffio.h usability... no #12 273.5 checking tiffio.h presence... no #12 273.6 checking for tiffio.h... no #12 273.7 checking gif_lib.h usability... no #12 274.0 checking gif_lib.h presence... no #12 274.0 checking for gif_lib.h... no #12 274.1 checking gpm.h usability... no #12 274.3 checking gpm.h presence... no #12 274.4 checking for gpm.h... no #12 274.4 checking for libxml-2.0 > 2.6.17... no #12 274.4 checking for maillock in -lmail... no #12 274.7 checking for maillock in -llockfile... no #12 275.0 checking for liblockfile.so... no #12 275.0 checking maillock.h usability... no #12 275.2 checking maillock.h presence... no #12 275.4 checking for maillock.h... no #12 275.4 checking linux/seccomp.h usability... yes #12 275.7 checking linux/seccomp.h presence... yes #12 275.7 checking for linux/seccomp.h... yes #12 275.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 276.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 276.2 checking linux/filter.h usability... yes #12 276.5 checking linux/filter.h presence... yes #12 276.5 checking for linux/filter.h... yes #12 276.7 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 276.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 276.7 checking for libseccomp >= 2.5.2... no #12 276.8 checking size of long... 8 #12 277.3 checking for accept4... yes #12 277.8 checking for fchdir... yes #12 278.1 checking for gethostname... yes #12 278.3 checking for getrusage... yes #12 279.1 checking for get_current_dir_name... yes #12 279.4 checking for lrand48... yes #12 279.8 checking for random... yes #12 280.3 checking for rint... yes #12 281.1 checking for tcdrain... yes #12 281.9 checking for trunc... yes #12 282.9 checking for select... yes #12 283.7 checking for getpagesize... (cached) yes #12 283.7 checking for setlocale... yes #12 284.4 checking for newlocale... yes #12 285.0 checking for getrlimit... yes #12 285.5 checking for setrlimit... yes #12 286.0 checking for shutdown... yes #12 286.5 checking for pthread_sigmask... (cached) yes #12 286.6 checking for strsignal... yes #12 287.6 checking for setitimer... yes #12 288.3 checking for sendto... yes #12 289.2 checking for recvfrom... yes #12 302.3 checking for getsockname... yes #12 303.1 checking for getifaddrs... yes #12 304.0 checking for freeifaddrs... yes #12 304.8 checking for gai_strerror... yes #12 305.6 checking for sync... yes #12 306.4 checking for endpwent... yes #12 307.2 checking for getgrent... yes #12 308.1 checking for endgrent... yes #12 309.0 checking for renameat2... yes #12 309.7 checking for cfmakeraw... yes #12 310.4 checking for cfsetspeed... yes #12 311.4 checking for __executable_start... yes #12 312.3 checking for log2... yes #12 313.2 checking for pthread_setname_np... yes #12 314.0 checking for pthread_set_name_np... no #12 314.8 checking for getpwent... yes #12 315.5 checking whether pthread_setname_np takes a single argument... no #12 315.8 checking whether pthread_setname_np takes three arguments... no #12 316.2 checking for aligned_alloc... yes #12 317.3 checking whether aligned_alloc is declared... yes #12 317.8 checking for posix_madvise... yes #12 318.5 checking for madvise... yes #12 319.2 checking for __builtin_frame_address... yes #12 319.8 checking for __builtin_unwind_init... yes #12 320.5 checking for _LARGEFILE_SOURCE value needed for large files... no #12 321.2 checking for grantpt... yes #12 321.9 checking for getpt... yes #12 322.8 checking for posix_openpt... yes #12 323.5 checking for library containing tputs... -ltinfo #12 325.0 checking whether -ltinfo library defines BC... yes #12 325.8 checking for timerfd interface... yes #12 326.2 checking whether signals can be handled on alternate stack... yes #12 326.6 checking valgrind/valgrind.h usability... no #12 327.0 checking valgrind/valgrind.h presence... no #12 327.3 checking for valgrind/valgrind.h... no #12 327.3 checking for struct unipair.unicode... yes #12 327.7 checking for pid_t... yes #12 328.6 checking vfork.h usability... no #12 328.8 checking vfork.h presence... no #12 328.9 checking for vfork.h... no #12 329.0 checking for fork... yes #12 329.5 checking for vfork... yes #12 330.1 checking for working fork... yes #12 330.9 checking for working vfork... (cached) yes #12 330.9 checking for snprintf... yes #12 331.3 checking for open_memstream... yes #12 331.7 checking spawn.h usability... yes #12 332.0 checking spawn.h presence... yes #12 332.1 checking for spawn.h... yes #12 332.1 checking for posix_spawn... yes #12 332.7 checking for posix_spawn_file_actions_addchdir... no #12 333.3 checking for posix_spawn_file_actions_addchdir_np... yes #12 334.1 checking for posix_spawnattr_setflags... yes #12 334.9 checking whether POSIX_SPAWN_SETSID is declared... yes #12 335.2 checking whether GLib is linked in... no #12 335.5 checking for nl_langinfo and CODESET... yes #12 336.0 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 336.5 checking for mbstate_t... yes #12 336.9 checking for signals via characters... yes #12 337.6 checking for _setjmp... yes #12 338.1 checking for sigsetjmp... yes #12 338.3 checking POSIX termios... yes #12 338.7 checking size of speed_t... 4 #12 339.3 checking for usable FIONREAD... yes #12 339.5 checking for usable SIGIO... yes #12 339.9 checking for struct alignment... yes #12 340.0 checking for C/C++ restrict keyword... __restrict__ #12 340.3 checking for typeof syntax and keyword spelling... typeof #12 340.5 checking for statement expressions... yes #12 340.7 checking whether malloc (0) returns nonnull... yes #12 341.2 checking sys/acl.h usability... yes #12 341.4 checking sys/acl.h presence... yes #12 341.4 checking for sys/acl.h... yes #12 341.4 checking for library containing acl_get_file... -lacl #12 342.9 checking for acl_get_file... yes #12 343.8 checking for acl_get_fd... yes #12 344.6 checking for acl_set_file... yes #12 345.3 checking for acl_set_fd... yes #12 346.0 checking for acl_free... yes #12 346.8 checking for acl_from_mode... yes #12 347.5 checking for acl_from_text... yes #12 348.3 checking for acl_delete_def_file... yes #12 349.0 checking for acl_extended_file... yes #12 349.7 checking for acl_delete_fd_np... no #12 350.5 checking for acl_delete_file_np... no #12 351.2 checking for acl_copy_ext_native... no #12 351.9 checking for acl_create_entry_np... no #12 352.8 checking for acl_to_short_text... no #12 353.6 checking for acl_free_text... no #12 354.3 checking for working acl_get_file... yes #12 355.0 checking acl/libacl.h usability... yes #12 355.6 checking acl/libacl.h presence... yes #12 355.8 checking for acl/libacl.h... yes #12 355.8 checking for acl_entries... yes #12 356.3 checking for ACL_FIRST_ENTRY... yes #12 356.7 checking for ACL_TYPE_EXTENDED... no #12 357.0 checking for working alloca.h... yes #12 357.7 checking for alloca... yes #12 358.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 358.3 checking whether the preprocessor supports include_next... yes #12 358.6 checking whether source code line length is unlimited... yes #12 358.8 checking whether endutent is declared... yes #12 359.1 checking for struct utmpx.ut_user... yes #12 359.8 checking for struct utmp.ut_user... yes #12 360.5 checking for struct utmpx.ut_name... yes #12 361.1 checking for struct utmp.ut_name... yes #12 361.8 checking for struct utmpx.ut_type... yes #12 362.4 checking for struct utmp.ut_type... yes #12 363.1 checking for struct utmpx.ut_pid... yes #12 363.8 checking for struct utmp.ut_pid... yes #12 364.5 checking for struct utmp.ut_tv... yes #12 365.5 checking for struct utmpx.ut_host... yes #12 366.3 checking for struct utmp.ut_host... yes #12 366.9 checking for struct utmpx.ut_id... yes #12 367.5 checking for struct utmp.ut_id... yes #12 368.2 checking for struct utmpx.ut_session... yes #12 368.7 checking for struct utmp.ut_session... yes #12 369.4 checking for struct utmpx.ut_exit... yes #12 370.7 checking for struct utmp.ut_exit... yes #12 371.8 checking for struct utmpx.ut_exit.ut_exit... no #12 372.7 checking for struct utmpx.ut_exit.e_exit... yes #12 373.4 checking for struct utmp.ut_exit.e_exit... yes #12 374.0 checking for struct utmpx.ut_exit.ut_termination... no #12 375.0 checking for struct utmpx.ut_exit.e_termination... yes #12 375.6 checking for struct utmp.ut_exit.e_termination... yes #12 376.4 checking whether sysinfo is declared... yes #12 376.7 checking for sys/sysctl.h... yes #12 377.6 checking for sysctl... yes #12 378.5 checking whether lstat correctly handles trailing slash... yes #12 379.4 checking whether // is distinct from /... no #12 379.4 checking whether realpath works... yes #12 380.5 checking for faccessat... yes #12 381.0 checking for getcwd... yes #12 381.8 checking whether byte ordering is bigendian... no #12 383.1 checking if environ is properly declared... yes #12 383.5 checking for complete errno.h... yes #12 383.7 checking whether ctype.h defines __header_inline... no #12 384.0 checking for mode_t... yes #12 385.2 checking whether strmode is declared... no #12 385.8 checking whether getline is declared... yes #12 386.3 checking for gawk... no #12 386.3 checking for mawk... mawk #12 386.3 checking for getopt.h... (cached) yes #12 386.4 checking for getopt_long_only... yes #12 387.1 checking whether getopt is POSIX compatible... yes #12 389.8 checking for working GNU getopt function... yes #12 390.9 checking for working GNU getopt_long function... yes #12 391.8 checking whether timespec_get is declared... yes #12 392.1 checking for timespec_get... yes #12 392.7 checking for struct timeval... yes #12 393.1 checking for wide-enough struct timeval.tv_sec member... yes #12 393.4 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 393.7 checking whether the compiler produces multi-arch binaries... no #12 393.9 checking whether stdint.h conforms to C99... yes #12 395.3 checking whether stdint.h works without ISO C predefines... yes #12 395.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 396.0 checking whether memmem is declared... yes #12 396.8 checking whether memrchr is declared... yes #12 397.4 checking whether defines MIN and MAX... no #12 397.7 checking whether defines MIN and MAX... yes #12 398.2 checking whether time_t is signed... yes #12 398.9 checking whether alarm is declared... yes #12 399.6 checking for working mktime... no #12 401.2 checking whether struct tm is in sys/time.h or time.h... time.h #12 401.7 checking for struct tm.tm_zone... yes #12 402.1 checking for struct tm.tm_gmtoff... yes #12 402.5 checking whether is self-contained... yes #12 403.9 checking for inline... inline #12 404.1 checking for sigset_t... yes #12 404.9 checking for volatile sig_atomic_t... yes #12 405.6 checking for sighandler_t... yes #12 406.1 checking for wchar_t... yes #12 406.4 checking for good max_align_t... yes #12 406.8 checking whether NULL can be used in arbitrary expressions... yes #12 407.1 checking for unreachable... no #12 407.9 checking whether fcloseall is declared... yes #12 408.6 checking whether getw is declared... yes #12 409.4 checking whether putw is declared... yes #12 409.9 checking which flavor of printf attribute matches inttypes macros... system #12 410.5 checking whether strnlen is declared... yes #12 411.3 checking whether strtoimax is declared... yes #12 411.9 checking whether stat file-mode macros are broken... no #12 412.3 checking for nlink_t... yes #12 413.0 checking for struct timespec in ... yes #12 413.6 checking for TIME_UTC in ... yes #12 414.1 checking whether execvpe is declared... yes #12 414.8 checking whether clearerr_unlocked is declared... yes #12 415.4 checking whether feof_unlocked is declared... yes #12 415.9 checking whether ferror_unlocked is declared... yes #12 416.4 checking whether fflush_unlocked is declared... yes #12 416.8 checking whether fgets_unlocked is declared... yes #12 417.4 checking whether fputc_unlocked is declared... yes #12 417.7 checking whether fputs_unlocked is declared... yes #12 418.4 checking whether fread_unlocked is declared... yes #12 418.8 checking whether fwrite_unlocked is declared... yes #12 419.2 checking whether getc_unlocked is declared... yes #12 419.6 checking whether getchar_unlocked is declared... yes #12 420.0 checking whether putc_unlocked is declared... yes #12 420.4 checking whether putchar_unlocked is declared... yes #12 421.0 checking type of array argument to getgroups... gid_t #12 421.6 checking whether getdelim is declared... yes #12 421.9 checking whether getdtablesize is declared... yes #12 422.3 checking whether malloc is ptrdiff_t safe... yes #12 422.4 checking whether malloc, realloc, calloc set errno on failure... yes #12 422.4 checking for O_CLOEXEC... yes #12 422.6 checking for promoted mode_t type... mode_t #12 422.7 checking whether the utimes function works... yes #12 423.5 checking for C compiler option to allow warnings... -Wno-error #12 424.0 checking for alignas and alignof... yes, macros #12 424.4 checking for alloca as a compiler built-in... yes #12 424.5 checking for static_assert... yes, an macro #12 425.0 checking for __builtin_expect... yes #12 425.3 checking byteswap.h usability... yes #12 425.6 checking byteswap.h presence... yes #12 425.6 checking for byteswap.h... yes #12 425.7 checking for readlinkat... yes #12 426.2 checking for library containing clock_gettime... none required #12 426.8 checking for clock_getres... yes #12 427.3 checking for clock_gettime... yes #12 427.8 checking for clock_settime... yes #12 428.5 checking for copy_file_range... yes #12 429.1 checking for d_type member in directory struct... yes #12 429.7 checking whether // is distinct from /... (cached) no #12 429.7 checking whether dup2 works... yes #12 430.6 checking for library containing backtrace_symbols_fd... none required #12 431.3 checking for faccessat... (cached) yes #12 431.4 checking whether fchmodat works... no #12 432.3 checking for readlinkat... (cached) yes #12 432.3 checking whether fcntl handles F_DUPFD correctly... yes #12 433.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 434.2 checking whether fdopendir is declared... yes #12 434.5 checking whether fdopendir works... yes #12 435.2 checking for flexible array member... yes #12 435.6 checking for __fpending... yes #12 436.4 checking whether __fpending is declared... yes #12 437.0 checking whether free is known to preserve errno... no #12 437.4 checking whether fstatat (..., 0) works... yes #12 438.0 checking for sys/mount.h... yes #12 438.7 checking for statvfs function (SVR4)... yes #12 439.5 checking whether to use statvfs64... no #12 439.8 checking for two-argument statfs with statfs.f_frsize member... yes #12 440.6 checking sys/fs/s5param.h usability... no #12 441.2 checking sys/fs/s5param.h presence... no #12 441.3 checking for sys/fs/s5param.h... no #12 441.4 checking sys/statfs.h usability... yes #12 442.1 checking sys/statfs.h presence... yes #12 442.2 checking for sys/statfs.h... yes #12 442.3 checking for statfs that truncates block counts... no #12 442.6 checking for futimens... yes #12 443.3 checking whether futimens works... yes #12 445.2 checking for getline... yes #12 445.7 checking for working getline function... yes #12 446.7 checking for getloadavg... yes #12 447.4 checking sys/loadavg.h usability... no #12 447.7 checking sys/loadavg.h presence... no #12 447.9 checking for sys/loadavg.h... no #12 448.1 checking whether getloadavg is declared... yes #12 448.6 checking for getrandom... yes #12 449.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 449.8 checking for gettimeofday with POSIX signature... yes #12 450.2 checking whether the compiler supports the __inline keyword... yes #12 450.6 checking gmp.h usability... yes #12 451.3 checking gmp.h presence... yes #12 451.5 checking for gmp.h... yes #12 451.6 checking for library containing __gmpz_roinit_n... -lgmp #12 453.4 checking for memmem... yes #12 454.0 checking whether memmem works... yes #12 454.8 checking for mempcpy... yes #12 455.5 checking for memrchr... yes #12 456.4 checking for explicit_memset... no #12 457.1 checking for mkostemp... yes #12 457.7 checking for library containing nanosleep... none required #12 458.2 checking for working nanosleep... no (mishandles large arguments) #12 460.2 checking for sys/pstat.h... no #12 460.9 checking for sys/sysmp.h... no #12 461.6 checking for sys/param.h... (cached) yes #12 461.6 checking for sys/sysctl.h... (cached) yes #12 461.7 checking for sched_getaffinity_np... no #12 462.5 checking for pstat_getdynamic... no #12 463.4 checking for sysmp... no #12 464.2 checking for sysctl... (cached) yes #12 464.3 checking for sched_getaffinity... yes #12 465.0 checking for glibc compatible sched_getaffinity... yes #12 465.5 checking for pipe2... yes #12 466.3 checking whether signature of pselect conforms to POSIX... yes #12 467.0 checking whether pselect detects invalid fds... yes #12 467.7 checking whether pthread_sigmask is a macro... no #12 468.0 checking whether pthread_sigmask returns error numbers... yes #12 469.0 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 471.8 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 473.0 checking whether readlink signature is correct... yes #12 473.4 checking whether readlink handles trailing slash correctly... yes #12 474.4 checking whether readlink truncates results correctly... yes #12 476.1 checking for readlinkat... (cached) yes #12 476.1 checking whether readlinkat signature is correct... yes #12 476.5 checking for working re_compile_pattern... no #12 478.3 checking libintl.h usability... yes #12 478.9 checking libintl.h presence... yes #12 479.0 checking for libintl.h... yes #12 479.1 checking whether isblank is declared... yes #12 479.5 checking for sig2str... no #12 480.4 checking for sigdescr_np... no #12 481.2 checking for socklen_t... yes #12 482.1 checking for ssize_t... yes #12 482.6 checking for struct stat.st_atim.tv_nsec... yes #12 483.1 checking whether struct stat.st_atim is of type struct timespec... yes #12 483.5 checking for struct stat.st_birthtimespec.tv_nsec... no #12 484.0 checking for struct stat.st_birthtimensec... no #12 484.5 checking for struct stat.st_birthtim.tv_nsec... no #12 485.0 checking for bool, true, false... no #12 485.2 checking for stpcpy... yes #12 485.9 checking for working strnlen... yes #12 486.7 checking whether strtoimax works... yes #12 487.2 checking whether symlink handles trailing slash correctly... yes #12 487.9 checking whether localtime_r is declared... yes #12 488.4 checking whether localtime_r is compatible with its POSIX signature... yes #12 488.7 checking whether localtime works even near extrema... yes #12 489.7 checking for timezone_t... no #12 490.0 checking for timegm... yes #12 490.8 checking whether timer_settime is declared... yes #12 491.3 checking for library containing timer_settime... -lrt #12 492.7 checking for timer_settime... yes #12 493.4 checking for utimensat... yes #12 494.1 checking whether utimensat works... yes #12 496.2 checking for variable-length arrays... yes #12 496.9 checking whether getdtablesize works... yes #12 497.8 checking for __mktime_internal... no #12 498.6 checking for timer_getoverrun... yes #12 499.3 checking for gcc option to disable position independent executables... not needed #12 499.3 checking for __ctype_get_mb_cur_max... yes #12 500.0 checking whether MB_CUR_MAX is defined to function that won't link... no #12 500.2 #12 500.2 Configured for 'x86_64-pc-linux-gnu'. #12 500.2 #12 500.2 Where should the build process find the source code? . #12 500.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 500.2 Should Emacs use the GNU version of malloc? no #12 500.2 (The GNU allocators don't work with this system configuration.) #12 500.2 Should Emacs use a relocating allocator for buffers? no #12 500.2 Should Emacs use mmap(2) for buffer allocation? no #12 500.2 What window system should Emacs use? nextstep #12 500.2 What toolkit should Emacs use? none #12 500.2 Where do we find X Windows header files? NONE #12 500.2 Where do we find X Windows libraries? NONE #12 500.3 Does Emacs use -lXaw3d? no #12 500.3 Is Emacs being built for Android? no #12 500.3 Does Emacs use the X Double Buffer Extension? no #12 500.3 Does Emacs use -lXpm? no #12 500.3 Does Emacs use -ljpeg? no #12 500.3 Does Emacs use -ltiff? no #12 500.3 Does Emacs use a gif library? no #12 500.3 Does Emacs use a png library? no #12 500.3 Does Emacs use -lrsvg-2? no #12 500.3 Does Emacs use -lwebp? no #12 500.3 Does Emacs use -lsqlite3? no #12 500.3 Does Emacs use cairo? no #12 500.3 Does Emacs use -llcms2? no #12 500.3 Does Emacs use imagemagick? no #12 500.3 Does Emacs use native APIs for images? yes (ns) #12 500.3 Does Emacs support sound? yes #12 500.3 Does Emacs use -lgpm? no #12 500.3 Does Emacs use -ldbus? yes #12 500.3 Does Emacs use -lgconf? no #12 500.3 Does Emacs use GSettings? no #12 500.3 Does Emacs use a file notification library? yes -lglibc (inotify) #12 500.3 Does Emacs use access control lists? yes -lacl -lattr #12 500.3 Does Emacs use -lselinux? no #12 500.3 Does Emacs use -lgnutls? yes #12 500.3 Does Emacs use -lxml2? no #12 500.3 Does Emacs use -lfreetype? no #12 500.3 Does Emacs use HarfBuzz? no #12 500.3 Does Emacs use -lm17n-flt? no #12 500.3 Does Emacs use -lotf? no #12 500.3 Does Emacs use -lxft? no #12 500.3 Does Emacs use -lsystemd? no #12 500.3 Does Emacs use -ljansson? no #12 500.3 Does Emacs use -ltree-sitter? no #12 500.3 Does Emacs use the GMP library? yes #12 500.3 Does Emacs directly use zlib? yes #12 500.3 Does Emacs have dynamic modules support? yes #12 500.3 Does Emacs use toolkit scroll bars? yes #12 500.3 Does Emacs support Xwidgets? no #12 500.3 Does Emacs have threading support in lisp? yes #12 500.3 Does Emacs support the portable dumper? yes #12 500.3 Does Emacs support legacy unexec dumping? no #12 500.3 Which dumping strategy does Emacs use? pdumper #12 500.3 Does Emacs have native lisp compiler? no #12 500.3 Does Emacs use version 2 of the X Input Extension? no #12 500.3 Does Emacs generate a smaller-size Japanese dictionary? no #12 500.3 #12 500.3 #12 500.3 #12 500.3 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 500.3 Run 'make install' in order to build an application bundle. #12 500.3 The application will go to nextstep/Emacs.app and can be run or moved #12 500.3 from there. #12 500.3 The application will be fully self-contained. #12 500.3 #12 502.5 configure: creating ./config.status #12 503.5 configure: WARNING: This configuration installs a 'movemail' program #12 503.5 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 503.5 installed a 'movemail' program that retrieved POP3 email via only #12 503.5 insecure channels, a practice that is no longer recommended but that #12 503.6 you can continue to support by using './configure --with-pop'. #12 503.6 configure: You might want to install GNU Mailutils #12 503.6 and use './configure --with-mailutils'. #12 505.6 MAKE='make' ./config.status #12 506.2 config.status: creating src/verbose.mk #12 506.4 config.status: creating src/emacs-module.h #12 506.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 506.8 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 507.0 config.status: creating Makefile #12 507.1 config.status: creating lib/gnulib.mk #12 507.5 config.status: creating ./doc/man/emacs.1 #12 507.8 config.status: creating lib/Makefile #12 508.1 config.status: creating lib-src/Makefile #12 508.4 config.status: creating oldXMenu/Makefile #12 508.7 config.status: creating src/Makefile #12 508.9 config.status: creating lwlib/Makefile #12 509.3 config.status: creating nextstep/Makefile #12 509.5 config.status: creating nt/Makefile #12 509.7 config.status: creating doc/emacs/Makefile #12 509.9 config.status: creating doc/misc/Makefile #12 510.2 config.status: creating doc/lispintro/Makefile #12 510.4 config.status: creating doc/lispref/Makefile #12 510.7 config.status: creating lisp/Makefile #12 510.8 config.status: creating leim/Makefile #12 511.1 config.status: creating test/Makefile #12 511.3 config.status: creating test/manual/noverlay/Makefile #12 511.6 config.status: creating test/infra/Makefile #12 511.8 config.status: creating admin/charsets/Makefile #12 512.0 config.status: creating admin/unidata/Makefile #12 512.1 config.status: creating admin/grammars/Makefile #12 512.2 config.status: creating java/Makefile #12 512.4 config.status: creating cross/Makefile #12 512.5 config.status: creating java/AndroidManifest.xml #12 512.6 config.status: creating src/config.h #12 512.7 config.status: executing src/epaths.h commands #12 512.8 make[3]: Entering directory '/checkout' #12 513.0 make[3]: Leaving directory '/checkout' #12 513.0 config.status: executing src/.gdbinit commands #12 513.1 config.status: executing doc/emacs/emacsver.texi commands #12 513.2 config.status: executing etc-refcards-emacsver.tex commands #12 513.2 make[3]: Entering directory '/checkout' #12 513.3 make[3]: Leaving directory '/checkout' #12 513.3 make[2]: Leaving directory '/checkout' #12 513.3 make actual-all #12 513.4 make[2]: Entering directory '/checkout' #12 513.7 make -C lib all #12 514.0 make[3]: Entering directory '/checkout/lib' #12 514.0 GEN alloca.h #12 514.0 GEN dirent.h #12 514.1 GEN fcntl.h #12 514.2 GEN malloc/dynarray.gl.h #12 514.2 GEN malloc/dynarray-skeleton.gl.h #12 514.3 GEN inttypes.h #12 514.3 GEN limits.h #12 514.3 GEN signal.h #12 514.4 GEN stdckdint.h #12 514.4 GEN stddef.h #12 514.4 GEN stdio.h #12 514.9 GEN stdlib.h #12 515.5 GEN string.h #12 515.7 GEN sys/random.h #12 515.7 GEN sys/select.h #12 515.7 GEN sys/stat.h #12 515.9 GEN sys/time.h #12 515.9 GEN sys/types.h #12 516.0 GEN time.h #12 516.0 GEN unistd.h #12 516.6 CC fingerprint.o #12 516.8 CC mktime.o #12 518.1 CC acl-errno-valid.o #12 518.5 CC acl-internal.o #12 519.1 CC get-permissions.o #12 519.8 CC set-permissions.o #12 520.7 CC allocator.o #12 521.0 CC binary-io.o #12 521.6 CC boot-time.o #12 522.7 CC c-ctype.o #12 523.2 CC c-strcasecmp.o #12 523.7 CC c-strncasecmp.o #12 524.2 CC careadlinkat.o #12 524.6 CC close-stream.o #12 525.0 CC copy-file-range.o #12 525.3 CC count-leading-zeros.o #12 525.5 CC count-one-bits.o #12 525.8 CC count-trailing-zeros.o #12 526.2 CC md5-stream.o #12 526.6 CC md5.o #12 528.0 CC sha1.o #12 530.5 CC sha256.o #12 534.5 CC sha512.o #12 541.4 CC dtoastr.o #12 541.8 CC dtotimespec.o #12 542.1 CC fchmodat.o #12 542.6 CC fcntl.o #12 543.1 CC file-has-acl.o #12 544.0 CC filemode.o #12 544.6 CC filevercmp.o #12 545.1 CC free.o #12 545.5 CC fsusage.o #12 545.9 CC gettime.o #12 546.2 CC malloc/dynarray_at_failure.o #12 546.6 CC malloc/dynarray_emplace_enlarge.o #12 547.0 CC malloc/dynarray_finalize.o #12 547.3 CC malloc/dynarray_resize.o #12 547.8 CC malloc/dynarray_resize_clear.o #12 548.0 CC memset_explicit.o #12 548.2 CC nanosleep.o #12 548.6 CC nproc.o #12 549.2 CC nstrftime.o #12 552.9 CC pipe2.o #12 553.6 CC qcopy-acl.o #12 554.3 CC regex.o #12 584.8 CC sig2str.o #12 585.7 CC sigdescr_np.o #12 586.3 CC stat-time.o #12 586.9 CC tempname.o #12 588.1 CC time_rz.o #12 589.2 CC timegm.o #12 589.6 CC timespec.o #12 590.1 CC timespec-add.o #12 590.7 CC timespec-sub.o #12 591.4 CC u64.o #12 591.7 CC unistd.o #12 592.1 CC openat-die.o #12 592.8 CC save-cwd.o #12 593.4 AR libgnu.a #12 594.4 make[3]: Leaving directory '/checkout/lib' #12 594.4 make -C lib-src all #12 594.5 make[3]: Entering directory '/checkout/lib-src' #12 594.5 CCLD etags #12 624.4 CCLD ctags #12 655.8 CCLD emacsclient #12 661.3 CCLD ebrowse #12 672.2 CCLD hexl #12 674.2 CC pop.o #12 674.4 CCLD movemail #12 675.9 CCLD make-docfile #12 680.2 CCLD make-fingerprint #12 681.2 make[3]: Leaving directory '/checkout/lib-src' #12 681.2 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 681.2 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 681.7 make[3]: Entering directory '/checkout/src' #12 681.7 GEN globals.h #12 682.3 CC dispnew.o #12 709.0 CC frame.o #12 737.4 CC scroll.o #12 740.4 CC xdisp.o #12 909.6 CC menu.o #12 920.2 CC window.o #12 956.5 CC charset.o #12 968.5 CC coding.o #12 1045. CC category.o #12 1049. CC ccl.o #12 1066. CC character.o #12 1073. CC chartab.o #12 1081. CC bidi.o #12 1088. CC cm.o #12 1091. CC term.o #12 1105. CC terminal.o #12 1108. CC xfaces.o #12 1145. CC dbusbind.o #12 1160. CC emacs.o #12 1167. CC keyboard.o #12 1219. CC macros.o #12 1223. CC keymap.o #12 1246. CC sysdep.o #12 1256. CC bignum.o #12 1259. CC buffer.o #12 1278. CC filelock.o #12 1283. CC insdel.o #12 1293. CC marker.o #12 1298. CC minibuf.o #12 1313. CC fileio.o #12 1331. CC dired.o #12 1338. CC cmds.o #12 1344. CC casetab.o #12 1347. CC casefiddle.o #12 1353. CC indent.o #12 1370. CC search.o #12 1383. CC regex-emacs.o #12 1412. CC undo.o #12 1414. CC alloc.o #12 1433. CC pdumper.o #12 1456. CC data.o #12 1482. GEN buildobj.h #12 1485. CC doc.o #12 1491. CC editfns.o #12 1521. CC callint.o #12 1528. CC eval.o #12 1555. CC floatfns.o #12 1561. CC fns.o #12 1603. CC sort.o #12 1608. CC font.o #12 1641. CC print.o #12 1659. CC lread.o #12 1683. CC emacs-module.o #12 1691. CC syntax.o #12 1711. CC bytecode.o #12 1725. CC comp.o #12 1726. CC dynlib.o #12 1726. CC process.o #12 1751. CC gnutls.o #12 1759. CC callproc.o #12 1764. CC region-cache.o #12 1766. CC sound.o #12 1768. CC timefns.o #12 1773. CC atimer.o #12 1775. CC doprnt.o #12 1777. CC intervals.o #12 1787. CC textprop.o #12 1798. CC composite.o #12 1813. CC xml.o #12 1815. CC lcms.o #12 1816. CC inotify.o #12 1820. CC profiler.o #12 1824. CC decompress.o #12 1826. CC thread.o #12 1830. CC systhread.o #12 1831. CC sqlite.o #12 1832. CC treesit.o #12 1833. CC itree.o #12 1836. CC fontset.o #12 1847. CC fringe.o #12 1861. CC image.o #12 1880. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1880. 143 | #define PIX_MASK_DRAW 1 #12 1880. | #12 1881. CC nsterm.o #12 1881. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1881. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1888. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1888. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1888. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1888. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1888. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1888. | ^~~~~~~~~~~~~~~~~~~~ #12 1888. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1888. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1888. | ^~~~~~~~~~~~~~~~~~~~ #12 1888. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1888. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1888. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1888. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1888. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 88 | #if GS_API_VERSION(0,011500) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1888. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1888. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1888. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1888. | ^~~~~~~~~~ #12 1888. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1888. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1888. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1888. | ^~~~~~~~~~ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1888. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1888. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1888. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1888. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1888. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1888. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1888. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1888. | ^ #12 1888. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1888. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1888. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1888. from nsgui.h:34, #12 1888. from dispextern.h:137, #12 1888. from nsterm.h:22, #12 1888. from nsterm.m:48: #12 1888. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1888. | ^ #12 1888. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1888. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1888. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1889. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 45 | #if GS_EXPOSE(NSArchiver) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 114 | #if GS_EXPOSE(NSBundle) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 43 | #if GS_EXPOSE(NSCache) #12 1889. | ^~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 113 | #if GS_EXPOSE(NSException) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1889. 303 | NSGetUncaughtExceptionHandler(); #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 53 | #if GS_EXPOSE(NSExpression) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 47 | #if GS_EXPOSE(NSTimer) #12 1889. | ^~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1889. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1889. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 46 | #if GS_EXPOSE(NSRunLoop) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1889. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 40 | #if GS_EXPOSE(NSDistantObject) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 74 | #if GS_EXPOSE(NSLock) #12 1889. | ^~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 125 | #if GS_EXPOSE(NSCondition) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 175 | #if GS_EXPOSE(NSConditionLock) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1889. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 134 | #if GS_EXPOSE(NSError) #12 1889. | ^~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1889. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 182 | #if GS_EXPOSE(NSURLHandle) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 73 | #if GS_EXPOSE(NSURL) #12 1889. | ^~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1889. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 633 | #if GS_EXPOSE(NSURLComponents) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 160 | #if GS_EXPOSE(NSPipe) #12 1889. | ^~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 215 | #if GS_EXPOSE(NSFileManager) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 42 | #if GS_EXPOSE(NSHost) #12 1889. | ^~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 47 | #if GS_EXPOSE(NSIndexPath) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 49 | #if GS_EXPOSE(NSIndexSet) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 38 | #if GS_EXPOSE(NSInvocation) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 103 | #if GS_EXPOSE(NSLocale) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 361 | #if GS_EXPOSE(NSNetService) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 53 | #if GS_EXPOSE(NSPortCoder) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 77 | #if GS_EXPOSE(NSPort) #12 1889. | ^~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 202 | #if GS_EXPOSE(NSSocketPort) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 284 | #if GS_EXPOSE(NSMessagePort) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 47 | #if GS_EXPOSE(NSPortMessage) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 53 | #if GS_EXPOSE(NSProgress) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 42 | #if GS_EXPOSE(NSScanner) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 58 | #if GS_EXPOSE(NSSpellServer) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 51 | #if GS_EXPOSE(NSTask) #12 1889. | ^~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 59 | #if GS_EXPOSE(NSThread) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 87 | #if GS_EXPOSE(NSUndoManager) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 105 | #if GS_EXPOSE(NSURLCache) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 48 | #if GS_EXPOSE(NSURLConnection) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 56 | #if GS_EXPOSE(NSURLCredential) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 49 | #if GS_EXPOSE(NSURLDownload) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 92 | #if GS_EXPOSE(NSURLRequest) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 49 | #if GS_EXPOSE(NSURLResponse) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1889. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1889. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1889. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1889. | ^ #12 1889. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1889. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1889. from nsgui.h:34, #12 1889. from dispextern.h:137, #12 1889. from nsterm.h:22, #12 1889. from nsterm.m:48: #12 1889. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1889. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1889. | ^ #12 1890. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 72 | #if GS_EXPOSE(NSXMLParser) #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1890. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1890. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1890. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1890. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1890. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1890. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1890. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1890. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1890. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1890. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1890. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1890. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1890. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1890. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1890. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1890. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1890. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1890. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1890. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1890. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1890. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1890. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1890. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1890. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1890. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1890. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1890. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1890. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1890. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1890. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1890. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1890. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1890. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1890. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1890. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1890. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1890. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1890. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1890. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1890. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1890. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1890. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1890. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1890. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1890. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1890. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1890. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1890. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1890. | ^~~~~~~~~~~~~~~~~~~~ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1890. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1890. | ^~~~~~~~~~~~~~~~~~~~ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1890. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1890. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1890. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1890. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1890. from nsgui.h:34, #12 1890. from dispextern.h:137, #12 1890. from nsterm.h:22, #12 1890. from nsterm.m:48: #12 1890. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1890. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1890. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1891. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1891. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1891. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1891. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1891. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1891. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1891. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1891. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1891. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1891. | ^ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1891. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1891. | ^ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 125 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 129 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 133 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 214 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 247 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 251 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 259 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 263 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 267 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 271 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 275 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 287 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 311 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 323 | __attribute__((unused)); #12 1891. | ^~~~~~~~~~~~~ #12 1891. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1891. from nsgui.h:34, #12 1891. from dispextern.h:137, #12 1891. from nsterm.h:22, #12 1891. from nsterm.m:48: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 493 | PSgsave() #12 1891. | ^~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 499 | PSgrestore() #12 1891. | ^~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 505 | PSinitgraphics() #12 1891. | ^~~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 622 | PSinitmatrix() #12 1891. | ^~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 669 | PSclip() #12 1891. | ^~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 675 | PSclosepath() #12 1891. | ^~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 687 | PSeoclip() #12 1891. | ^~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 693 | PSeofill() #12 1891. | ^~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 699 | PSfill() #12 1891. | ^~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 705 | PSflattenpath() #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 711 | PSinitclip() #12 1891. | ^~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 729 | PSnewpath() #12 1891. | ^~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 765 | PSreversepath() #12 1891. | ^~~~~~~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 783 | PSstroke() #12 1891. | ^~~~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1891. 835 | PSWait() #12 1891. | ^~~~~~ #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1891. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1892. nsterm.m: In function 'ns_set_undecorated': #12 1892. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1892. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1892. | ^ #12 1892. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1892. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1892. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1892. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1892. | ^ #12 1935. CC nsfns.o #12 1935. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1935. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1937. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1937. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1937. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1937. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1937. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1937. | ^~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1937. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1937. | ^~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1937. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1937. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1937. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1937. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 88 | #if GS_API_VERSION(0,011500) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1937. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1937. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1937. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1937. | ^~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1937. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1937. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1937. | ^~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1937. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1937. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1937. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1937. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1937. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1937. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1937. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1937. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 45 | #if GS_EXPOSE(NSArchiver) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 114 | #if GS_EXPOSE(NSBundle) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 43 | #if GS_EXPOSE(NSCache) #12 1937. | ^~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 113 | #if GS_EXPOSE(NSException) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1937. 303 | NSGetUncaughtExceptionHandler(); #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 53 | #if GS_EXPOSE(NSExpression) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 47 | #if GS_EXPOSE(NSTimer) #12 1937. | ^~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1937. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1937. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 46 | #if GS_EXPOSE(NSRunLoop) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1937. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 40 | #if GS_EXPOSE(NSDistantObject) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 74 | #if GS_EXPOSE(NSLock) #12 1937. | ^~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 125 | #if GS_EXPOSE(NSCondition) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 175 | #if GS_EXPOSE(NSConditionLock) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1937. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 134 | #if GS_EXPOSE(NSError) #12 1937. | ^~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1937. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 182 | #if GS_EXPOSE(NSURLHandle) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 73 | #if GS_EXPOSE(NSURL) #12 1937. | ^~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1937. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 633 | #if GS_EXPOSE(NSURLComponents) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 160 | #if GS_EXPOSE(NSPipe) #12 1937. | ^~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 215 | #if GS_EXPOSE(NSFileManager) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 42 | #if GS_EXPOSE(NSHost) #12 1937. | ^~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 47 | #if GS_EXPOSE(NSIndexPath) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 49 | #if GS_EXPOSE(NSIndexSet) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1937. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1937. | ^ #12 1937. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1937. | ^ #12 1937. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1937. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1937. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1937. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1937. from nsgui.h:34, #12 1937. from dispextern.h:137, #12 1937. from nsterm.h:22, #12 1937. from nsfns.m:38: #12 1937. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1937. 38 | #if GS_EXPOSE(NSInvocation) #12 1937. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 103 | #if GS_EXPOSE(NSLocale) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 361 | #if GS_EXPOSE(NSNetService) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 53 | #if GS_EXPOSE(NSPortCoder) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 77 | #if GS_EXPOSE(NSPort) #12 1938. | ^~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 202 | #if GS_EXPOSE(NSSocketPort) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 284 | #if GS_EXPOSE(NSMessagePort) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 47 | #if GS_EXPOSE(NSPortMessage) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 53 | #if GS_EXPOSE(NSProgress) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 42 | #if GS_EXPOSE(NSScanner) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 58 | #if GS_EXPOSE(NSSpellServer) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 51 | #if GS_EXPOSE(NSTask) #12 1938. | ^~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 59 | #if GS_EXPOSE(NSThread) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 87 | #if GS_EXPOSE(NSUndoManager) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 105 | #if GS_EXPOSE(NSURLCache) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 48 | #if GS_EXPOSE(NSURLConnection) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 56 | #if GS_EXPOSE(NSURLCredential) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 49 | #if GS_EXPOSE(NSURLDownload) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 92 | #if GS_EXPOSE(NSURLRequest) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 49 | #if GS_EXPOSE(NSURLResponse) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1938. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1938. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 72 | #if GS_EXPOSE(NSXMLParser) #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1938. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1938. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1938. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1938. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1938. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1938. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1938. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1938. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1938. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1938. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1938. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1938. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1938. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1938. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1938. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1938. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1938. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1938. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1938. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1938. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1938. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1938. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1938. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1938. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1938. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1938. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1938. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1938. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1938. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1938. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1938. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1938. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1938. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1938. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1938. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1938. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1938. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1938. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1938. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1938. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1938. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1938. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1938. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1938. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1938. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1938. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1938. from nsgui.h:34, #12 1938. from dispextern.h:137, #12 1938. from nsterm.h:22, #12 1938. from nsfns.m:38: #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1938. | ^ #12 1938. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1938. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1938. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1939. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1939. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1939. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1939. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1939. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1939. | ^~~~~~~~~~~~~~~~~~~~ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1939. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1939. | ^~~~~~~~~~~~~~~~~~~~ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1939. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1939. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1939. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1939. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1939. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1939. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1939. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1939. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1939. | ^ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1939. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1939. | ^ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 125 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 129 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 133 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 214 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 247 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 251 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 259 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 263 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 267 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 271 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 275 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 287 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 311 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 323 | __attribute__((unused)); #12 1939. | ^~~~~~~~~~~~~ #12 1939. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1939. from nsgui.h:34, #12 1939. from dispextern.h:137, #12 1939. from nsterm.h:22, #12 1939. from nsfns.m:38: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 493 | PSgsave() #12 1939. | ^~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 499 | PSgrestore() #12 1939. | ^~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 505 | PSinitgraphics() #12 1939. | ^~~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 622 | PSinitmatrix() #12 1939. | ^~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 669 | PSclip() #12 1939. | ^~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 675 | PSclosepath() #12 1939. | ^~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 687 | PSeoclip() #12 1939. | ^~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 693 | PSeofill() #12 1939. | ^~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 699 | PSfill() #12 1939. | ^~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 705 | PSflattenpath() #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 711 | PSinitclip() #12 1939. | ^~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 729 | PSnewpath() #12 1939. | ^~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 765 | PSreversepath() #12 1939. | ^~~~~~~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 783 | PSstroke() #12 1939. | ^~~~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1939. 835 | PSWait() #12 1939. | ^~~~~~ #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1939. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1940. nsfns.m: At top level: #12 1940. nsfns.m:694:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1940. 694 | ns_make_frame_key_window (struct frame *f) #12 1940. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1960. CC nsmenu.o #12 1960. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1960. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1962. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1962. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1962. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1962. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1962. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1962. | ^~~~~~~~~~~~~~~~~~~~ #12 1962. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1962. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1962. | ^~~~~~~~~~~~~~~~~~~~ #12 1962. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1962. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1962. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1962. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1962. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 88 | #if GS_API_VERSION(0,011500) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1962. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1962. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1962. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1962. | ^~~~~~~~~~ #12 1962. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1962. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1962. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1962. | ^~~~~~~~~~ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1962. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1962. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1962. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1962. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1962. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1962. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1962. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1962. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1962. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 45 | #if GS_EXPOSE(NSArchiver) #12 1962. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1962. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1962. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1962. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1962. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1962. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 114 | #if GS_EXPOSE(NSBundle) #12 1962. | ^~~~~~~~~~~~~~~~~~~~~ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 43 | #if GS_EXPOSE(NSCache) #12 1962. | ^~~~~~~~~~~~~~~~~~~~ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1962. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1962. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1962. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 113 | #if GS_EXPOSE(NSException) #12 1962. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1962. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1962. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1962. 303 | NSGetUncaughtExceptionHandler(); #12 1962. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1962. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1962. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1962. from nsgui.h:34, #12 1962. from dispextern.h:137, #12 1962. from window.h:23, #12 1962. from nsmenu.m:29: #12 1962. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1962. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1962. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 53 | #if GS_EXPOSE(NSExpression) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 47 | #if GS_EXPOSE(NSTimer) #12 1963. | ^~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1963. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1963. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 46 | #if GS_EXPOSE(NSRunLoop) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1963. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 40 | #if GS_EXPOSE(NSDistantObject) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 74 | #if GS_EXPOSE(NSLock) #12 1963. | ^~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 125 | #if GS_EXPOSE(NSCondition) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 175 | #if GS_EXPOSE(NSConditionLock) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1963. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 134 | #if GS_EXPOSE(NSError) #12 1963. | ^~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1963. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 182 | #if GS_EXPOSE(NSURLHandle) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 73 | #if GS_EXPOSE(NSURL) #12 1963. | ^~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1963. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 633 | #if GS_EXPOSE(NSURLComponents) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 160 | #if GS_EXPOSE(NSPipe) #12 1963. | ^~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 215 | #if GS_EXPOSE(NSFileManager) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 42 | #if GS_EXPOSE(NSHost) #12 1963. | ^~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 47 | #if GS_EXPOSE(NSIndexPath) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 49 | #if GS_EXPOSE(NSIndexSet) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 38 | #if GS_EXPOSE(NSInvocation) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 103 | #if GS_EXPOSE(NSLocale) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 361 | #if GS_EXPOSE(NSNetService) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 53 | #if GS_EXPOSE(NSPortCoder) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 77 | #if GS_EXPOSE(NSPort) #12 1963. | ^~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 202 | #if GS_EXPOSE(NSSocketPort) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 284 | #if GS_EXPOSE(NSMessagePort) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 47 | #if GS_EXPOSE(NSPortMessage) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 53 | #if GS_EXPOSE(NSProgress) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 42 | #if GS_EXPOSE(NSScanner) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 58 | #if GS_EXPOSE(NSSpellServer) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 51 | #if GS_EXPOSE(NSTask) #12 1963. | ^~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 59 | #if GS_EXPOSE(NSThread) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 87 | #if GS_EXPOSE(NSUndoManager) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 105 | #if GS_EXPOSE(NSURLCache) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 48 | #if GS_EXPOSE(NSURLConnection) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 56 | #if GS_EXPOSE(NSURLCredential) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 49 | #if GS_EXPOSE(NSURLDownload) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 92 | #if GS_EXPOSE(NSURLRequest) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 49 | #if GS_EXPOSE(NSURLResponse) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1963. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1963. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 72 | #if GS_EXPOSE(NSXMLParser) #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1963. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1963. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1963. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1963. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1963. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1963. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1963. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1963. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1963. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1963. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1963. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1963. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1963. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1963. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1963. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1963. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1963. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1963. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1963. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1963. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1963. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1963. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1963. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1963. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1963. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1963. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1963. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1963. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1963. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1963. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1963. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1963. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1963. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1963. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1963. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1963. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1963. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1963. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1963. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1963. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1963. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1963. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1963. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1963. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1963. from nsgui.h:34, #12 1963. from dispextern.h:137, #12 1963. from window.h:23, #12 1963. from nsmenu.m:29: #12 1963. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1963. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1963. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1963. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1964. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1964. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1964. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1964. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1964. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1964. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1964. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1964. | ^~~~~~~~~~~~~~~~~~~~ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1964. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1964. | ^~~~~~~~~~~~~~~~~~~~ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1964. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1964. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1964. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1964. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1964. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1964. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1964. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1964. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1964. | ^ #12 1964. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1964. from nsgui.h:34, #12 1964. from dispextern.h:137, #12 1964. from window.h:23, #12 1964. from nsmenu.m:29: #12 1964. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1964. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1964. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1965. | ^ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1965. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1965. | ^ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 125 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 129 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 133 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 214 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 247 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 251 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 259 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 263 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 267 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 271 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 275 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 287 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 311 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 323 | __attribute__((unused)); #12 1965. | ^~~~~~~~~~~~~ #12 1965. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1965. from nsgui.h:34, #12 1965. from dispextern.h:137, #12 1965. from window.h:23, #12 1965. from nsmenu.m:29: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 493 | PSgsave() #12 1965. | ^~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 499 | PSgrestore() #12 1965. | ^~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 505 | PSinitgraphics() #12 1965. | ^~~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 622 | PSinitmatrix() #12 1965. | ^~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 669 | PSclip() #12 1965. | ^~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 675 | PSclosepath() #12 1965. | ^~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 687 | PSeoclip() #12 1965. | ^~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 693 | PSeofill() #12 1965. | ^~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 699 | PSfill() #12 1965. | ^~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 705 | PSflattenpath() #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 711 | PSinitclip() #12 1965. | ^~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 729 | PSnewpath() #12 1965. | ^~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 765 | PSreversepath() #12 1965. | ^~~~~~~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 783 | PSstroke() #12 1965. | ^~~~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1965. 835 | PSWait() #12 1965. | ^~~~~~ #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1965. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1975. CC nsselect.o #12 1975. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1975. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1977. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1977. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1977. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1977. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1977. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1977. | ^~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1977. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1977. | ^~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1977. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1977. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1977. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1977. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 88 | #if GS_API_VERSION(0,011500) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1977. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1977. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1977. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1977. | ^~~~~~~~~~ #12 1977. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1977. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1977. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1977. | ^~~~~~~~~~ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1977. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1977. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1977. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1977. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1977. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1977. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1977. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1977. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 45 | #if GS_EXPOSE(NSArchiver) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 114 | #if GS_EXPOSE(NSBundle) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 43 | #if GS_EXPOSE(NSCache) #12 1977. | ^~~~~~~~~~~~~~~~~~~~ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 113 | #if GS_EXPOSE(NSException) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1977. 303 | NSGetUncaughtExceptionHandler(); #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 53 | #if GS_EXPOSE(NSExpression) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1977. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 47 | #if GS_EXPOSE(NSTimer) #12 1977. | ^~~~~~~~~~~~~~~~~~~~ #12 1977. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1977. | ^ #12 1977. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1977. | ^ #12 1977. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1977. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1977. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1977. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1977. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1977. from nsgui.h:34, #12 1977. from dispextern.h:137, #12 1977. from nsterm.h:22, #12 1977. from nsselect.m:31: #12 1977. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1977. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1977. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 46 | #if GS_EXPOSE(NSRunLoop) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1978. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 40 | #if GS_EXPOSE(NSDistantObject) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 74 | #if GS_EXPOSE(NSLock) #12 1978. | ^~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 125 | #if GS_EXPOSE(NSCondition) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 175 | #if GS_EXPOSE(NSConditionLock) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1978. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 134 | #if GS_EXPOSE(NSError) #12 1978. | ^~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1978. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 182 | #if GS_EXPOSE(NSURLHandle) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 73 | #if GS_EXPOSE(NSURL) #12 1978. | ^~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1978. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 633 | #if GS_EXPOSE(NSURLComponents) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 160 | #if GS_EXPOSE(NSPipe) #12 1978. | ^~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 215 | #if GS_EXPOSE(NSFileManager) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 42 | #if GS_EXPOSE(NSHost) #12 1978. | ^~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 47 | #if GS_EXPOSE(NSIndexPath) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 49 | #if GS_EXPOSE(NSIndexSet) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 38 | #if GS_EXPOSE(NSInvocation) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 103 | #if GS_EXPOSE(NSLocale) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 361 | #if GS_EXPOSE(NSNetService) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 53 | #if GS_EXPOSE(NSPortCoder) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 77 | #if GS_EXPOSE(NSPort) #12 1978. | ^~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 202 | #if GS_EXPOSE(NSSocketPort) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 284 | #if GS_EXPOSE(NSMessagePort) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 47 | #if GS_EXPOSE(NSPortMessage) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 53 | #if GS_EXPOSE(NSProgress) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 42 | #if GS_EXPOSE(NSScanner) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 58 | #if GS_EXPOSE(NSSpellServer) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 51 | #if GS_EXPOSE(NSTask) #12 1978. | ^~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 59 | #if GS_EXPOSE(NSThread) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 87 | #if GS_EXPOSE(NSUndoManager) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 105 | #if GS_EXPOSE(NSURLCache) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 48 | #if GS_EXPOSE(NSURLConnection) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 56 | #if GS_EXPOSE(NSURLCredential) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 49 | #if GS_EXPOSE(NSURLDownload) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 92 | #if GS_EXPOSE(NSURLRequest) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 49 | #if GS_EXPOSE(NSURLResponse) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1978. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1978. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 72 | #if GS_EXPOSE(NSXMLParser) #12 1978. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1978. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1978. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1978. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1978. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1978. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1978. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1978. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1978. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1978. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1978. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1978. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1978. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1978. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1978. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1978. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1978. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1978. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1978. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1978. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1978. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1978. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1978. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1978. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1978. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1978. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1978. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1978. | ^ #12 1978. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1978. from nsgui.h:34, #12 1978. from dispextern.h:137, #12 1978. from nsterm.h:22, #12 1978. from nsselect.m:31: #12 1978. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1978. | ^ #12 1978. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1978. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1978. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1979. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1979. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1979. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1979. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1979. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1979. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1979. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1979. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1979. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1979. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1979. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1979. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1979. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1979. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1979. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1979. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1979. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1979. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1979. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1979. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1979. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1979. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1979. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1979. | ^~~~~~~~~~~~~~~~~~~~ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1979. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1979. | ^~~~~~~~~~~~~~~~~~~~ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1979. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1979. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1979. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1979. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1979. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1979. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1979. | ^ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1979. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1979. | ^ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 125 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 129 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 133 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 214 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 247 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 251 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 259 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 263 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 267 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 271 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 275 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 287 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 311 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 323 | __attribute__((unused)); #12 1979. | ^~~~~~~~~~~~~ #12 1979. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1979. from nsgui.h:34, #12 1979. from dispextern.h:137, #12 1979. from nsterm.h:22, #12 1979. from nsselect.m:31: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 493 | PSgsave() #12 1979. | ^~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 499 | PSgrestore() #12 1979. | ^~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 505 | PSinitgraphics() #12 1979. | ^~~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 622 | PSinitmatrix() #12 1979. | ^~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 669 | PSclip() #12 1979. | ^~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 675 | PSclosepath() #12 1979. | ^~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 687 | PSeoclip() #12 1979. | ^~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 693 | PSeofill() #12 1979. | ^~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 699 | PSfill() #12 1979. | ^~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 705 | PSflattenpath() #12 1979. | ^~~~~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 711 | PSinitclip() #12 1979. | ^~~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1979. 729 | PSnewpath() #12 1979. | ^~~~~~~~~ #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1979. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1980. 765 | PSreversepath() #12 1980. | ^~~~~~~~~~~~~ #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1980. 783 | PSstroke() #12 1980. | ^~~~~~~~ #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1980. 835 | PSWait() #12 1980. | ^~~~~~ #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1980. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1985. CC nsimage.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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.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:42, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSAppleEventManager.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:43, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSAppleScript.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/NSCoder.h:31, #12 1987. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:44, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSet.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/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:44, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCoder.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_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 371 | #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:44, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 45 | #if GS_EXPOSE(NSArchiver) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSArray.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_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.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/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.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_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 404 | #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/NSArray.h:419, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:45, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/GNUstepBase/NSArray+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:46, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:46, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: 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. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSDictionary.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/Foundation/NSDictionary.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. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:46, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/GNUstepBase/NSAttributedString+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:47, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSAutoreleasePool.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/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 32 | #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:49, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 114 | #if GS_EXPOSE(NSBundle) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.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_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.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/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:49, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/GNUstepBase/NSBundle+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:51, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 43 | #if GS_EXPOSE(NSCache) #12 1987. | ^~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.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/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.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_9, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.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_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.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_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: 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) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.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_7, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendar.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_5, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:53, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSCharacterSet.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/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:55, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 113 | #if GS_EXPOSE(NSException) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSException.h:159:55: 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) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSException.h:159:95: 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) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1987. 303 | NSGetUncaughtExceptionHandler(); #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSClassDescription.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/Foundation/Foundation.h:57, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #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/NSComparisonPredicate.h:31, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:57, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 53 | #if GS_EXPOSE(NSExpression) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:57, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSPredicate.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. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 60 | #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:57, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:59, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 47 | #if GS_EXPOSE(NSTimer) #12 1987. | ^~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 115 | #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/NSMapTable.h:39, #12 1987. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1987. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:59, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSPointerFunctions.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. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:59, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 46 | #if GS_EXPOSE(NSRunLoop) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSRunLoop.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_5,GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 122 | #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/NSData.h:31, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:60, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSData.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/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.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_9,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.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_9,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:60, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/GNUstepBase/NSData+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/NSDateComponentsFormatter.h:28, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:61, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSFormatter.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/Foundation.h:61, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDateFormatter.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/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSDateFormatter.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_6, GS_API_LATEST) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #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:64, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 35 | #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:66, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDecimalNumber.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/NSDecimalNumber.h:32, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:66, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDecimal.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/Foundation/NSDecimalNumber.h:33, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:66, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1987. | ^ #12 1987. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1987. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1987. from /usr/include/GNUstep/Foundation/Foundation.h:66, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/GNUstepBase/NSNumber+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:66, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 40 | #if GS_EXPOSE(NSDistantObject) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 41 | #if GS_EXPOSE(NSDistributedLock) #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.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/NSDistributedNotificationCenter.h:32, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 74 | #if GS_EXPOSE(NSLock) #12 1987. | ^~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 125 | #if GS_EXPOSE(NSCondition) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 175 | #if GS_EXPOSE(NSConditionLock) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1987. | ^ #12 1987. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1987. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1987. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1987. 310 | #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/NSLock.h:362, #12 1987. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #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 nsimage.m:33: #12 1987. /usr/include/GNUstep/GNUstepBase/NSLock+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/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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 1988. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSAttributedString.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_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 312 | #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/NSBitmapImageRep.h:34, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImageRep.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_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 182 | #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:54, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.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_4, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.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_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.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_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBox.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_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBox.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/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBox.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_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSControl.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_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSControl.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. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 208 | #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/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.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_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.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. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.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_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.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_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 319 | #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/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.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_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSBrowser.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_3, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSCIImageRep.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:63, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSDragging.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_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDragging.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_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 164 | #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/NSCollectionView.h:35, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSImageView.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/NSImageView.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/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1988. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSTextFieldCell.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_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextFieldCell.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_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextFieldCell.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_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextFieldCell.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. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSTextField.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_2, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSViewController.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_5, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1988. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.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_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.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. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.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_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 920 | #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/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1988. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPanel.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/NSPanel.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/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSPanel.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:73, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSCursor.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/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1988. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1988. | ^ #12 1988. /usr/include/GNUstep/AppKit/NSCursor.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_6, GS_API_LATEST) #12 1988. | ^ #12 1988. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1988. from nsgui.h:34, #12 1988. from dispextern.h:137, #12 1988. from nsimage.m:33: #12 1988. /usr/include/GNUstep/AppKit/NSDataAsset.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_11, GS_API_LATEST) #12 1988. | ^ #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 nsimage.m:33: #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 1992. CC nsfont.o #12 1992. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1993. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1994. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1994. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1994. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1994. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1994. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1994. | ^~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1994. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1994. | ^~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1994. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1994. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1994. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1994. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 88 | #if GS_API_VERSION(0,011500) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1994. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1994. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1994. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1994. | ^~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1994. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1994. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1994. | ^~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1994. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1994. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1994. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1994. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1994. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1994. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1994. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1994. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 45 | #if GS_EXPOSE(NSArchiver) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 114 | #if GS_EXPOSE(NSBundle) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 43 | #if GS_EXPOSE(NSCache) #12 1994. | ^~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 113 | #if GS_EXPOSE(NSException) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1994. 303 | NSGetUncaughtExceptionHandler(); #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 53 | #if GS_EXPOSE(NSExpression) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 47 | #if GS_EXPOSE(NSTimer) #12 1994. | ^~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1994. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1994. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 46 | #if GS_EXPOSE(NSRunLoop) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1994. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 40 | #if GS_EXPOSE(NSDistantObject) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 74 | #if GS_EXPOSE(NSLock) #12 1994. | ^~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 125 | #if GS_EXPOSE(NSCondition) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 175 | #if GS_EXPOSE(NSConditionLock) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1994. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 134 | #if GS_EXPOSE(NSError) #12 1994. | ^~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1994. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 182 | #if GS_EXPOSE(NSURLHandle) #12 1994. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1994. | ^ #12 1994. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1994. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1994. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1994. from nsgui.h:34, #12 1994. from dispextern.h:137, #12 1994. from nsfont.m:28: #12 1994. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 73 | #if GS_EXPOSE(NSURL) #12 1994. | ^~~~~~~~~~~~~~~~~~ #12 1994. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1994. | ^ #12 1994. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1994. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1994. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1995. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1995. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1995. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 633 | #if GS_EXPOSE(NSURLComponents) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 160 | #if GS_EXPOSE(NSPipe) #12 1995. | ^~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1995. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1995. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 215 | #if GS_EXPOSE(NSFileManager) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 42 | #if GS_EXPOSE(NSHost) #12 1995. | ^~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 47 | #if GS_EXPOSE(NSIndexPath) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 49 | #if GS_EXPOSE(NSIndexSet) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1995. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 38 | #if GS_EXPOSE(NSInvocation) #12 1995. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1995. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1995. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1995. | ^ #12 1995. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1995. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1995. from nsgui.h:34, #12 1995. from dispextern.h:137, #12 1995. from nsfont.m:28: #12 1995. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1995. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1995. | #12 1995. [output clipped, log limit 2MiB reached] #12 1997. make[3]: Leaving directory '/checkout/src' #12 1997. make[2]: Leaving directory '/checkout' #12 1997. make[1]: Leaving directory '/checkout' #12 1997. make[1]: Entering directory '/checkout' #12 1998. make[1]: Leaving directory '/checkout' #12 1999. /GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1999. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 361 | #if GS_EXPOSE(NSNetService) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 53 | #if GS_EXPOSE(NSPortCoder) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1999. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 77 | #if GS_EXPOSE(NSPort) #12 1999. | ^~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 202 | #if GS_EXPOSE(NSSocketPort) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 284 | #if GS_EXPOSE(NSMessagePort) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 47 | #if GS_EXPOSE(NSPortMessage) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 53 | #if GS_EXPOSE(NSProgress) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 42 | #if GS_EXPOSE(NSScanner) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 58 | #if GS_EXPOSE(NSSpellServer) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1999. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 51 | #if GS_EXPOSE(NSTask) #12 1999. | ^~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1999. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 59 | #if GS_EXPOSE(NSThread) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1999. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 87 | #if GS_EXPOSE(NSUndoManager) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 105 | #if GS_EXPOSE(NSURLCache) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 48 | #if GS_EXPOSE(NSURLConnection) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 56 | #if GS_EXPOSE(NSURLCredential) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 49 | #if GS_EXPOSE(NSURLDownload) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 92 | #if GS_EXPOSE(NSURLRequest) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 49 | #if GS_EXPOSE(NSURLResponse) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1999. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1999. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 72 | #if GS_EXPOSE(NSXMLParser) #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1999. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1999. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1999. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1999. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1999. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1999. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1999. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1999. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1999. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1999. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1999. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1999. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1999. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1999. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1999. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1999. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1999. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1999. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1999. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1999. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1999. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1999. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1999. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1999. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1999. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1999. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1999. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1999. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1999. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1999. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1999. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1999. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1999. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1999. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1999. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1999. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1999. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1999. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1999. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1999. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1999. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1999. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1999. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1999. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1999. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1999. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1999. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1999. | ^~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1999. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1999. | ^~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1999. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1999. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1999. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1999. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1999. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1999. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1999. | ^ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1999. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1999. | ^ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 125 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 129 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 133 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 214 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 247 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 251 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 259 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 263 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 267 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 271 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 275 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 287 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 311 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 323 | __attribute__((unused)); #12 1999. | ^~~~~~~~~~~~~ #12 1999. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1999. from nsgui.h:34, #12 1999. from dispextern.h:137, #12 1999. from nsfont.m:28: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 493 | PSgsave() #12 1999. | ^~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 499 | PSgrestore() #12 1999. | ^~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 505 | PSinitgraphics() #12 1999. | ^~~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 622 | PSinitmatrix() #12 1999. | ^~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 669 | PSclip() #12 1999. | ^~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 675 | PSclosepath() #12 1999. | ^~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 687 | PSeoclip() #12 1999. | ^~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 693 | PSeofill() #12 1999. | ^~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 699 | PSfill() #12 1999. | ^~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 705 | PSflattenpath() #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 711 | PSinitclip() #12 1999. | ^~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 729 | PSnewpath() #12 1999. | ^~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 765 | PSreversepath() #12 1999. | ^~~~~~~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 783 | PSstroke() #12 1999. | ^~~~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1999. 835 | PSWait() #12 1999. | ^~~~~~ #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1999. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1999. nsfont.m: In function 'nsfont_open': #12 1999. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1999. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1999. | ^~~~~~~~~~~~~~~ #12 1999. In file included from nsfont.m:27: #12 1999. ./globals.h:4727:8: note: declared here #12 1999. 4727 | EXFUN (Ffont_xlfd_name, 3); #12 1999. | ^~~~~~~~~~~~~~~ #12 1999. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1999. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1999. | ^~~~~~ #12 1999. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1999. make[2]: *** [Makefile:554: src] Error 2 #12 1999. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1999. *** #12 1999. *** "make bootstrap" failed with exit status 2. #12 1999. *** #12 1999. *** You could try to: #12 1999. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1999. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1999. *** default configuration options, which might fix the problem #12 1999. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1999. *** fix the problem if "make bootstrap configure=default" did not #12 1999. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1999. *** !BEWARE! version control, which means that all changes to such #12 1999. *** !BEWARE! files will be lost and cannot be restored later #12 1999. *** - run "make V=1", which displays the full commands invoked by make, #12 1999. *** to further investigate the problem #12 1999. *** - report the problem and ask for help by sending an email to #12 1999. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1999. *** message, the platform, and the repository revision displayed by #12 1999. *** "git rev-parse HEAD" #12 1999. *** #12 1999. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1999. 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:1702255720:step_script section_start:1702255720: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-9ee911ce: No such file or directory section_end:1702255724:after_script section_start:1702255724:cleanup_file_variables Cleaning up project directory and file based variables section_end:1702255726:cleanup_file_variables ERROR: Job failed: exit code 1