Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1702339445:prepare_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 ... section_end:1702339450:prepare_executor section_start:1702339450:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1702339462:prepare_script section_start:1702339462:get_sources $ 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/ From https://emba.gnu.org/emacs/emacs * [new ref] 6abea4d98d1d964c68a78cb9b5321071da851654 -> refs/pipelines/27471 9434ad2..6abea4d master -> origin/master Checking out 6abea4d9 as master... Skipping Git submodules setup section_end:1702339504:get_sources section_start:1702339504:restore_cache section_end:1702339537:restore_cache section_start:1702339537:download_artifacts section_end:1702339562:download_artifacts section_start:1702339562:build_script $ docker info Client: Debug Mode: false Server: Containers: 26 Running: 5 Paused: 0 Stopped: 21 Images: 18 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 WARNING: No swap limit support $ 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! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-6abea4d98d1d964c68a78cb9b5321071da851654/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: #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 0.5s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 0.5s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 1.9s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:ab2b95aa8... #4 DONE 0.0s #7 [internal] load build context #7 DONE 0.0s #7 [internal] load build context #7 transferring context: 2.45MB 0.6s #7 transferring context: 51.52MB 5.6s #7 transferring context: 78.15MB 10.8s #7 transferring context: 102.40MB 15.8s #7 transferring context: 119.77MB 21.0s #7 transferring context: 139.79MB 26.0s #7 transferring context: 160.82MB 31.0s #7 transferring context: 160.87MB 36.4s #7 transferring context: 186.63MB 41.4s #7 transferring context: 208.95MB 46.4s #7 transferring context: 226.32MB 51.5s #7 transferring context: 240.94MB 56.5s #7 transferring context: 242.25MB 57.0s done #7 DONE 58.1s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 92.9s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 15.6s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 8.340 Checking whether you have the necessary tools... #10 8.340 (Read INSTALL.REPO for more details on building Emacs) #10 8.363 Checking for autoconf (need at least version 2.65) ... ok #10 8.520 Your system has the required tools. #10 8.544 Building aclocal.m4 ... #10 8.561 Running 'autoreconf -fi -I m4' ... #10 47.92 Building 'aclocal.m4' in exec ... #10 47.93 Running 'autoreconf -fi' in exec ... #10 62.14 You can now run './autogen.sh git'. #10 DONE 84.1s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 5.492 checking for xcrun... no #11 5.502 checking for GNU Make... make #11 5.544 checking build system type... x86_64-pc-linux-gnu #11 6.044 checking host system type... x86_64-pc-linux-gnu #11 6.133 checking for gcc... gcc #11 6.391 checking whether the C compiler works... yes #11 8.809 checking for C compiler default output file name... a.out #11 8.824 checking for suffix of executables... #11 9.253 checking whether we are cross compiling... no #11 10.98 checking for suffix of object files... o #11 11.21 checking whether we are using the GNU C compiler... yes #11 11.45 checking whether gcc accepts -g... yes #11 11.67 checking for gcc option to enable C11 features... none needed #11 13.15 checking whether the compiler is clang... no #11 13.40 checking for compiler option needed when checking for declarations... none #11 13.40 checking whether gcc and cc understand -c and -o together... yes #11 14.30 checking how to run the C preprocessor... gcc -E #11 15.02 checking for grep that handles long lines and -e... /bin/grep #11 15.07 checking for egrep... /bin/grep -E #11 15.10 checking for ANSI C header files... yes #11 16.46 checking for sys/types.h... yes #11 17.03 checking for sys/stat.h... yes #11 17.57 checking for stdlib.h... yes #11 18.20 checking for string.h... yes #11 18.69 checking for memory.h... yes #11 19.21 checking for strings.h... yes #11 19.72 checking for inttypes.h... yes #11 20.24 checking for stdint.h... yes #11 20.65 checking for unistd.h... yes #11 21.18 checking for wchar.h... yes #11 21.70 checking for minix/config.h... no #11 22.08 checking for linux/fs.h... yes #11 22.79 checking for malloc.h... yes #11 23.40 checking for sys/systeminfo.h... no #11 23.88 checking for sys/sysinfo.h... yes #11 24.50 checking for coff.h... no #11 24.78 checking for pty.h... yes #11 25.36 checking for sys/resource.h... yes #11 25.82 checking for sys/utsname.h... yes #11 26.44 checking for pwd.h... yes #11 26.92 checking for util.h... no #11 27.34 checking for sanitizer/lsan_interface.h... yes #11 27.87 checking for sanitizer/asan_interface.h... yes #11 28.36 checking for sanitizer/common_interface_defs.h... yes #11 28.94 checking for sys/socket.h... yes #11 29.56 checking for stdlib.h... (cached) yes #11 29.67 checking for unistd.h... (cached) yes #11 29.79 checking for sys/param.h... yes #11 30.46 checking for pthread.h... yes #11 31.05 checking for malloc/malloc.h... no #11 31.55 checking for sys/un.h... yes #11 32.01 checking for utmp.h... yes #11 32.75 checking for utmpx.h... yes #11 33.20 checking for OS.h... no #11 33.58 checking for dirent.h... yes #11 34.11 checking for execinfo.h... yes #11 34.54 checking for linux/xattr.h... yes #11 35.14 checking for stdio_ext.h... yes #11 35.60 checking for sys/vfs.h... yes #11 36.16 checking for sys/fs_types.h... no #11 36.44 checking for getopt.h... yes #11 37.02 checking for sys/cdefs.h... yes #11 37.52 checking for sys/time.h... yes #11 38.07 checking for ieee754.h... yes #11 38.43 checking for limits.h... yes #11 38.88 checking for inttypes.h... (cached) yes #11 39.00 checking for sys/types.h... (cached) yes #11 39.07 checking for stdint.h... (cached) yes #11 39.14 checking for sys/select.h... yes #11 39.61 checking for stdbool.h... yes #11 40.20 checking for stdckdint.h... no #11 40.68 checking for sys/random.h... yes #11 41.20 checking for sys/stat.h... (cached) yes #11 41.24 checking whether it is safe to define __EXTENSIONS__... yes #11 41.62 checking whether _XOPEN_SOURCE should be defined... no #11 41.89 checking for Minix Amsterdam compiler... no #11 42.15 checking for ar... ar #11 42.15 checking for ranlib... ranlib #11 42.15 checking for gcc option to enable large file support... none needed #11 42.78 checking for gcc option for timestamps after 2038... none needed #11 43.15 checking for g++... g++ #11 43.42 checking whether we are using the GNU C++ compiler... yes #11 43.76 checking whether g++ accepts -g... yes #11 43.96 checking for g++ option to enable C++11 features... none needed #11 125.2 checking how to run the C++ preprocessor... g++ -E #11 126.0 checking whether gcc accepts -g3 -O2... yes #11 126.6 checking whether the compiler is clang... no #11 127.0 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 127.2 checking whether -Wno-missing-field-initializers is needed... yes #11 127.8 checking whether -Wuninitialized is supported... yes #11 128.1 checking whether C compiler handles -fstrict-flex-arrays... no #11 128.4 checking whether C compiler handles -Wall... yes #11 129.1 checking whether C compiler handles -Warith-conversion... yes #11 129.7 checking whether C compiler handles -Wdate-time... yes #11 130.3 checking whether C compiler handles -Wdisabled-optimization... yes #11 131.0 checking whether C compiler handles -Wdouble-promotion... yes #11 131.4 checking whether C compiler handles -Wduplicated-cond... yes #11 131.9 checking whether C compiler handles -Wextra... yes #11 132.7 checking whether C compiler handles -Wformat-signedness... yes #11 133.4 checking whether C compiler handles -Winit-self... yes #11 133.8 checking whether C compiler handles -Winvalid-pch... yes #11 134.3 checking whether C compiler handles -Wlogical-op... yes #11 134.9 checking whether C compiler handles -Wmissing-declarations... yes #11 135.4 checking whether C compiler handles -Wmissing-include-dirs... yes #11 135.9 checking whether C compiler handles -Wmissing-prototypes... yes #11 136.4 checking whether C compiler handles -Wnested-externs... yes #11 137.0 checking whether C compiler handles -Wnull-dereference... yes #11 137.5 checking whether C compiler handles -Wold-style-definition... yes #11 138.2 checking whether C compiler handles -Wopenmp-simd... yes #11 138.9 checking whether C compiler handles -Wpacked... yes #11 139.5 checking whether C compiler handles -Wpointer-arith... yes #11 140.0 checking whether C compiler handles -Wstrict-flex-arrays... no #11 140.3 checking whether C compiler handles -Wstrict-prototypes... yes #11 141.1 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 141.9 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 142.5 checking whether C compiler handles -Wsuggest-final-methods... yes #11 143.2 checking whether C compiler handles -Wsuggest-final-types... yes #11 143.8 checking whether C compiler handles -Wtrampolines... yes #11 144.4 checking whether C compiler handles -Wuninitialized... yes #11 144.9 checking whether C compiler handles -Wunknown-pragmas... yes #11 145.5 checking whether C compiler handles -Wunused-macros... yes #11 146.1 checking whether C compiler handles -Wvariadic-macros... yes #11 146.7 checking whether C compiler handles -Wvector-operation-performance... yes #11 147.1 checking whether C compiler handles -Wwrite-strings... yes #11 147.8 checking whether C compiler handles -Warray-bounds=2... yes #11 148.5 checking whether C compiler handles -Wattribute-alias=2... yes #11 149.1 checking whether C compiler handles -Wformat=2... yes #11 149.7 checking whether C compiler handles -Wformat-truncation=2... yes #11 150.2 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 151.0 checking whether C compiler handles -Wshift-overflow=2... yes #11 151.4 checking whether C compiler handles -Wuse-after-free=3... no #11 151.7 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 152.1 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 152.8 checking whether C compiler handles -Wredundant-decls... yes #11 153.5 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 153.5 checking whether C compiler handles -Wno-override-init... yes #11 154.1 checking whether C compiler handles -Wno-sign-compare... yes #11 154.6 checking whether C compiler handles -Wno-type-limits... yes #11 155.2 checking whether C compiler handles -Wno-unused-parameter... yes #11 155.8 checking whether C compiler handles -Wno-format-nonliteral... yes #11 156.4 checking whether C compiler handles -Wno-bidi-chars... no #11 156.5 checking for a BSD-compatible install... /usr/bin/install -c #11 156.6 checking command to symlink files in the same directory... ln -s #11 156.6 checking for install-info... : #11 156.6 checking for gzip... /bin/gzip #11 156.6 checking for 'find' args to delete a file... -delete #11 156.7 checking for brew... no #11 157.8 checking for -znocombreloc... not needed #11 157.8 checking whether addresses are sanitized... no #11 158.0 checking for math library... -lm #11 160.4 checking for struct passwd.pw_gecos... yes #11 160.8 checking for pkg-config... /usr/bin/pkg-config #11 160.8 checking pkg-config is at least version 0.9.0... yes #11 160.9 checking for machine/soundcard.h... no #11 161.1 checking for sys/soundcard.h... yes #11 161.5 checking for soundcard.h... no #11 161.8 checking for mmsystem.h... no #11 162.1 checking for _oss_ioctl in -lossaudio... no #11 162.5 checking for alsa >= 1.0.0... no #11 162.5 checking for ADDR_NO_RANDOMIZE... yes #11 162.7 checking if Linux sysinfo may be used... yes #11 163.6 checking for sys/wait.h that is POSIX.1 compatible... yes #11 164.0 checking for net/if.h... yes #11 164.7 checking for ifaddrs.h... yes #11 165.3 checking for net/if_dl.h... no #11 165.7 checking for struct ifreq.ifr_flags... yes #11 166.3 checking for struct ifreq.ifr_hwaddr... yes #11 167.4 checking for struct ifreq.ifr_netmask... yes #11 168.8 checking for struct ifreq.ifr_broadaddr... yes #11 169.8 checking for struct ifreq.ifr_addr... yes #11 171.0 checking for struct ifreq.ifr_addr.sa_len... no #11 172.4 checking whether gcc understands -MMD -MF... yes #11 172.8 checking for X... no #11 173.6 checking AppKit/AppKit.h usability... yes #11 180.4 checking AppKit/AppKit.h presence... yes #11 181.6 checking for AppKit/AppKit.h... yes #11 181.6 checking for Mac OS X 12.0 or later... yes #11 181.8 checking for gcc... gcc #11 182.1 checking whether we are using the GNU Objective C compiler... yes #11 182.3 checking whether gcc accepts -g... yes #11 182.6 checking if the Objective C compiler supports instancetype... yes #11 182.8 checking if the Objective C compiler defaults to C99... no #11 183.0 checking whether malloc is Doug Lea style... no #11 183.4 checking for sbrk... yes #11 184.1 checking for __lsan_ignore_object... no #11 184.9 checking for fchmod... yes #11 185.6 checking for utmpname... yes #11 186.3 checking for utmpxname... yes #11 186.9 checking for canonicalize_file_name... yes #11 187.6 checking for realpath... yes #11 188.2 checking for lstat... yes #11 188.9 checking for fchmodat... yes #11 189.6 checking for lchmod... no #11 189.9 checking for fcntl... yes #11 190.6 checking for fdopendir... yes #11 191.4 checking for listxattr... yes #11 192.1 checking for fstatat... yes #11 192.8 checking for fsync... yes #11 193.6 checking for gettimeofday... yes #11 194.3 checking for memset_explicit... no #11 195.1 checking for memset_s... no #11 195.7 checking for pselect... yes #11 196.4 checking for readlink... yes #11 197.1 checking for isblank... yes #11 197.8 checking for iswctype... yes #11 198.6 checking for strtoimax... yes #11 199.3 checking for symlink... yes #11 200.0 checking for localtime_r... yes #11 200.9 checking for getdtablesize... yes #11 201.6 checking for getpagesize... yes #11 202.3 checking for working mmap... yes #11 203.6 checking for main in -lXbsd... no #11 204.1 checking for pthread library... -lpthread #11 205.8 checking for thread support... yes #11 205.8 checking for librsvg-2.0 >= 2.14.0... no #11 205.9 checking for libwebpdemux >= 0.6.0... no #11 206.0 checking for WebPGetInfo... no #11 206.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 206.8 checking for sqlite3_open_v2 in -lsqlite3... no #11 207.4 checking for getaddrinfo_a in -lanl... yes #11 208.0 checking for malloc_trim... yes #11 208.6 checking for dbus-1 >= 1.0... yes #11 208.7 checking for dbus_watch_get_unix_fd... yes #11 209.7 checking for dbus_type_is_valid... yes #11 210.7 checking for dbus_validate_bus_name... yes #11 211.7 checking for dbus_validate_path... yes #11 212.6 checking for dbus_validate_interface... yes #11 213.6 checking for dbus_validate_member... yes #11 214.3 checking for lgetfilecon in -lselinux... no #11 214.8 checking for gnutls >= 2.12.2... yes #11 215.0 checking for libsystemd >= 222... no #11 215.1 checking for jansson >= 2.7... no #11 215.2 checking for tree-sitter >= 0.20.2... no #11 215.3 checking for tree-sitter >= 0.6.3... no #11 215.3 checking sys/inotify.h usability... yes #11 215.9 checking sys/inotify.h presence... yes #11 216.1 checking for sys/inotify.h... yes #11 216.1 checking for inotify_init1... yes #11 216.7 checking for jpeglib 6b or later... no #11 217.3 checking for lcms2... no #11 217.4 checking for library containing inflateEnd... -lz #11 218.6 checking for dladdr... yes #11 219.6 checking for dlfunc... no #11 220.3 checking for gcc_jit_context_acquire in -lgccjit... no #11 220.5 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 220.5 found. #11 220.5 Please try installing libgccjit or a similar package if you want to have it #11 220.5 enabled. #11 220.5 checking libgccjit.h usability... no #11 220.8 checking libgccjit.h presence... no #11 220.9 checking for libgccjit.h... no #11 220.9 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 220.9 were not found. #11 220.9 Please try installing libgccjit-dev or a similar package if you want to have it #11 220.9 enabled. #11 220.9 checking for libpng >= 1.0.0... no #11 220.9 checking for libpng not configured by pkg-config... no #11 221.0 checking tiffio.h usability... no #11 221.3 checking tiffio.h presence... no #11 221.4 checking for tiffio.h... no #11 221.4 checking gif_lib.h usability... no #11 221.7 checking gif_lib.h presence... no #11 221.8 checking for gif_lib.h... no #11 221.8 checking gpm.h usability... no #11 222.0 checking gpm.h presence... no #11 222.1 checking for gpm.h... no #11 222.1 checking for libxml-2.0 > 2.6.17... no #11 222.1 checking for maillock in -lmail... no #11 222.3 checking for maillock in -llockfile... no #11 222.5 checking for liblockfile.so... no #11 222.5 checking maillock.h usability... no #11 222.7 checking maillock.h presence... no #11 222.8 checking for maillock.h... no #11 222.9 checking linux/seccomp.h usability... yes #11 223.2 checking linux/seccomp.h presence... yes #11 223.3 checking for linux/seccomp.h... yes #11 223.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 223.8 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 224.1 checking linux/filter.h usability... yes #11 224.7 checking linux/filter.h presence... yes #11 224.9 checking for linux/filter.h... yes #11 225.0 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 225.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 225.1 checking for libseccomp >= 2.5.2... no #11 225.1 checking size of long... 8 #11 225.5 checking for accept4... yes #11 227.2 checking for fchdir... yes #11 227.6 checking for gethostname... yes #11 227.9 checking for getrusage... yes #11 228.2 checking for get_current_dir_name... yes #11 228.6 checking for lrand48... yes #11 230.6 checking for random... yes #11 231.0 checking for rint... yes #11 231.2 checking for tcdrain... yes #11 231.5 checking for trunc... yes #11 231.9 checking for select... yes #11 232.2 checking for getpagesize... (cached) yes #11 232.3 checking for setlocale... yes #11 232.7 checking for newlocale... yes #11 234.8 checking for getrlimit... yes #11 235.5 checking for setrlimit... yes #11 236.1 checking for shutdown... yes #11 236.9 checking for pthread_sigmask... (cached) yes #11 237.0 checking for strsignal... yes #11 237.9 checking for setitimer... yes #11 238.5 checking for sendto... yes #11 239.2 checking for recvfrom... yes #11 239.8 checking for getsockname... yes #11 240.4 checking for getifaddrs... yes #11 241.2 checking for freeifaddrs... yes #11 242.0 checking for gai_strerror... yes #11 242.6 checking for sync... yes #11 243.4 checking for endpwent... yes #11 244.0 checking for getgrent... yes #11 244.6 checking for endgrent... yes #11 245.3 checking for renameat2... yes #11 246.0 checking for cfmakeraw... yes #11 246.3 checking for cfsetspeed... yes #11 246.6 checking for __executable_start... yes #11 246.9 checking for log2... yes #11 249.1 checking for pthread_setname_np... yes #11 249.5 checking for pthread_set_name_np... no #11 249.8 checking for getpwent... yes #11 250.1 checking whether pthread_setname_np takes a single argument... no #11 250.2 checking whether pthread_setname_np takes three arguments... no #11 250.4 checking for aligned_alloc... yes #11 250.7 checking whether aligned_alloc is declared... yes #11 251.0 checking for posix_madvise... yes #11 251.3 checking for madvise... yes #11 251.5 checking for __builtin_frame_address... yes #11 251.9 checking for __builtin_unwind_init... yes #11 252.2 checking for _LARGEFILE_SOURCE value needed for large files... no #11 252.6 checking for grantpt... yes #11 252.9 checking for getpt... yes #11 253.2 checking for posix_openpt... yes #11 253.5 checking for library containing tputs... -ltinfo #11 254.7 checking whether -ltinfo library defines BC... yes #11 255.0 checking for timerfd interface... yes #11 255.1 checking whether signals can be handled on alternate stack... yes #11 255.5 checking valgrind/valgrind.h usability... no #11 255.8 checking valgrind/valgrind.h presence... no #11 255.9 checking for valgrind/valgrind.h... no #11 255.9 checking for struct unipair.unicode... yes #11 256.1 checking for pid_t... yes #11 256.9 checking vfork.h usability... no #11 257.1 checking vfork.h presence... no #11 257.2 checking for vfork.h... no #11 257.2 checking for fork... yes #11 257.9 checking for vfork... yes #11 258.4 checking for working fork... yes #11 259.9 checking for working vfork... (cached) yes #11 260.0 checking for snprintf... yes #11 260.9 checking for open_memstream... yes #11 261.6 checking spawn.h usability... yes #11 262.3 checking spawn.h presence... yes #11 262.5 checking for spawn.h... yes #11 262.6 checking for posix_spawn... yes #11 263.3 checking for posix_spawn_file_actions_addchdir... no #11 264.2 checking for posix_spawn_file_actions_addchdir_np... yes #11 265.1 checking for posix_spawnattr_setflags... yes #11 266.0 checking whether POSIX_SPAWN_SETSID is declared... yes #11 266.3 checking whether GLib is linked in... no #11 266.7 checking for nl_langinfo and CODESET... yes #11 267.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 268.1 checking for mbstate_t... yes #11 268.8 checking for signals via characters... yes #11 269.2 checking for _setjmp... yes #11 269.8 checking for sigsetjmp... yes #11 270.5 checking POSIX termios... yes #11 271.1 checking size of speed_t... 4 #11 271.9 checking for usable FIONREAD... yes #11 272.4 checking for usable SIGIO... yes #11 273.0 checking for struct alignment... yes #11 273.4 checking for C/C++ restrict keyword... __restrict__ #11 273.8 checking for typeof syntax and keyword spelling... typeof #11 274.2 checking for statement expressions... yes #11 274.6 checking whether malloc (0) returns nonnull... yes #11 275.4 checking sys/acl.h usability... yes #11 276.1 checking sys/acl.h presence... yes #11 276.2 checking for sys/acl.h... yes #11 276.2 checking for library containing acl_get_file... -lacl #11 277.4 checking for acl_get_file... yes #11 278.2 checking for acl_get_fd... yes #11 279.0 checking for acl_set_file... yes #11 279.7 checking for acl_set_fd... yes #11 280.4 checking for acl_free... yes #11 281.1 checking for acl_from_mode... yes #11 281.8 checking for acl_from_text... yes #11 282.5 checking for acl_delete_def_file... yes #11 283.2 checking for acl_extended_file... yes #11 284.0 checking for acl_delete_fd_np... no #11 284.9 checking for acl_delete_file_np... no #11 285.7 checking for acl_copy_ext_native... no #11 286.5 checking for acl_create_entry_np... no #11 287.3 checking for acl_to_short_text... no #11 288.1 checking for acl_free_text... no #11 289.0 checking for working acl_get_file... yes #11 289.9 checking acl/libacl.h usability... yes #11 290.5 checking acl/libacl.h presence... yes #11 290.7 checking for acl/libacl.h... yes #11 290.7 checking for acl_entries... yes #11 291.4 checking for ACL_FIRST_ENTRY... yes #11 292.0 checking for ACL_TYPE_EXTENDED... no #11 292.3 checking for working alloca.h... yes #11 292.9 checking for alloca... yes #11 293.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 293.5 checking whether the preprocessor supports include_next... yes #11 294.0 checking whether source code line length is unlimited... yes #11 294.2 checking whether endutent is declared... yes #11 294.8 checking for struct utmpx.ut_user... yes #11 295.5 checking for struct utmp.ut_user... yes #11 296.3 checking for struct utmpx.ut_name... yes #11 296.9 checking for struct utmp.ut_name... yes #11 297.5 checking for struct utmpx.ut_type... yes #11 298.1 checking for struct utmp.ut_type... yes #11 298.7 checking for struct utmpx.ut_pid... yes #11 299.3 checking for struct utmp.ut_pid... yes #11 300.1 checking for struct utmp.ut_tv... yes #11 301.3 checking for struct utmpx.ut_host... yes #11 301.9 checking for struct utmp.ut_host... yes #11 302.7 checking for struct utmpx.ut_id... yes #11 303.4 checking for struct utmp.ut_id... yes #11 304.0 checking for struct utmpx.ut_session... yes #11 304.8 checking for struct utmp.ut_session... yes #11 305.4 checking for struct utmpx.ut_exit... yes #11 306.5 checking for struct utmp.ut_exit... yes #11 307.5 checking for struct utmpx.ut_exit.ut_exit... no #11 308.4 checking for struct utmpx.ut_exit.e_exit... yes #11 308.9 checking for struct utmp.ut_exit.e_exit... yes #11 309.7 checking for struct utmpx.ut_exit.ut_termination... no #11 310.7 checking for struct utmpx.ut_exit.e_termination... yes #11 311.2 checking for struct utmp.ut_exit.e_termination... yes #11 311.9 checking whether sysinfo is declared... yes #11 312.3 checking for sys/sysctl.h... yes #11 313.0 checking for sysctl... yes #11 313.5 checking whether lstat correctly handles trailing slash... yes #11 314.3 checking whether // is distinct from /... no #11 314.3 checking whether realpath works... yes #11 315.4 checking for faccessat... yes #11 316.0 checking for getcwd... yes #11 316.7 checking whether byte ordering is bigendian... no #11 317.6 checking if environ is properly declared... yes #11 317.9 checking for complete errno.h... yes #11 318.0 checking whether ctype.h defines __header_inline... no #11 318.3 checking for mode_t... yes #11 319.1 checking whether strmode is declared... no #11 319.7 checking whether getline is declared... yes #11 320.1 checking for gawk... no #11 320.2 checking for mawk... mawk #11 320.2 checking for getopt.h... (cached) yes #11 320.2 checking for getopt_long_only... yes #11 320.5 checking whether getopt is POSIX compatible... yes #11 322.1 checking for working GNU getopt function... yes #11 322.8 checking for working GNU getopt_long function... yes #11 323.6 checking whether timespec_get is declared... yes #11 323.8 checking for timespec_get... yes #11 324.5 checking for struct timeval... yes #11 324.8 checking for wide-enough struct timeval.tv_sec member... yes #11 325.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 325.3 checking whether the compiler produces multi-arch binaries... no #11 325.9 checking whether stdint.h conforms to C99... yes #11 326.6 checking whether stdint.h works without ISO C predefines... yes #11 326.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 327.6 checking whether memmem is declared... yes #11 328.3 checking whether memrchr is declared... yes #11 328.8 checking whether defines MIN and MAX... no #11 329.1 checking whether defines MIN and MAX... yes #11 329.5 checking whether time_t is signed... yes #11 330.0 checking whether alarm is declared... yes #11 330.6 checking for working mktime... no #11 332.2 checking whether struct tm is in sys/time.h or time.h... time.h #11 332.6 checking for struct tm.tm_zone... yes #11 333.0 checking for struct tm.tm_gmtoff... yes #11 333.4 checking whether is self-contained... yes #11 335.0 checking for inline... inline #11 335.4 checking for sigset_t... yes #11 336.2 checking for volatile sig_atomic_t... yes #11 336.8 checking for sighandler_t... yes #11 337.5 checking for wchar_t... yes #11 337.8 checking for good max_align_t... yes #11 338.1 checking whether NULL can be used in arbitrary expressions... yes #11 338.5 checking for unreachable... no #11 339.1 checking whether fcloseall is declared... yes #11 340.0 checking whether getw is declared... yes #11 340.5 checking whether putw is declared... yes #11 340.8 checking which flavor of printf attribute matches inttypes macros... system #11 341.1 checking whether strnlen is declared... yes #11 341.7 checking whether strtoimax is declared... yes #11 342.2 checking whether stat file-mode macros are broken... no #11 342.6 checking for nlink_t... yes #11 343.2 checking for struct timespec in ... yes #11 343.6 checking for TIME_UTC in ... yes #11 344.0 checking whether execvpe is declared... yes #11 344.8 checking whether clearerr_unlocked is declared... yes #11 345.5 checking whether feof_unlocked is declared... yes #11 346.3 checking whether ferror_unlocked is declared... yes #11 346.9 checking whether fflush_unlocked is declared... yes #11 347.7 checking whether fgets_unlocked is declared... yes #11 348.5 checking whether fputc_unlocked is declared... yes #11 349.1 checking whether fputs_unlocked is declared... yes #11 349.9 checking whether fread_unlocked is declared... yes #11 350.6 checking whether fwrite_unlocked is declared... yes #11 351.4 checking whether getc_unlocked is declared... yes #11 352.2 checking whether getchar_unlocked is declared... yes #11 352.9 checking whether putc_unlocked is declared... yes #11 353.5 checking whether putchar_unlocked is declared... yes #11 354.1 checking type of array argument to getgroups... gid_t #11 355.3 checking whether getdelim is declared... yes #11 356.1 checking whether getdtablesize is declared... yes #11 356.6 checking whether malloc is ptrdiff_t safe... yes #11 357.0 checking whether malloc, realloc, calloc set errno on failure... yes #11 357.0 checking for O_CLOEXEC... yes #11 357.5 checking for promoted mode_t type... mode_t #11 357.8 checking whether the utimes function works... yes #11 358.8 checking for C compiler option to allow warnings... -Wno-error #11 359.6 checking for alignas and alignof... yes, macros #11 360.3 checking for alloca as a compiler built-in... yes #11 360.4 checking for static_assert... yes, an macro #11 360.8 checking for __builtin_expect... yes #11 361.8 checking byteswap.h usability... yes #11 362.4 checking byteswap.h presence... yes #11 362.5 checking for byteswap.h... yes #11 362.5 checking for readlinkat... yes #11 362.7 checking for library containing clock_gettime... none required #11 363.3 checking for clock_getres... yes #11 364.3 checking for clock_gettime... yes #11 365.1 checking for clock_settime... yes #11 365.8 checking for copy_file_range... yes #11 366.5 checking for d_type member in directory struct... yes #11 367.2 checking whether // is distinct from /... (cached) no #11 367.2 checking whether dup2 works... yes #11 368.1 checking for library containing backtrace_symbols_fd... none required #11 368.7 checking for faccessat... (cached) yes #11 368.8 checking whether fchmodat works... no #11 369.8 checking for readlinkat... (cached) yes #11 369.8 checking whether fcntl handles F_DUPFD correctly... yes #11 370.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 371.6 checking whether fdopendir is declared... yes #11 372.0 checking whether fdopendir works... yes #11 372.9 checking for flexible array member... yes #11 373.6 checking for __fpending... yes #11 374.2 checking whether __fpending is declared... yes #11 374.7 checking whether free is known to preserve errno... no #11 375.0 checking whether fstatat (..., 0) works... yes #11 375.5 checking for sys/mount.h... yes #11 375.8 checking for statvfs function (SVR4)... yes #11 376.0 checking whether to use statvfs64... no #11 376.2 checking for two-argument statfs with statfs.f_frsize member... yes #11 376.5 checking sys/fs/s5param.h usability... no #11 376.9 checking sys/fs/s5param.h presence... no #11 377.1 checking for sys/fs/s5param.h... no #11 377.2 checking sys/statfs.h usability... yes #11 377.8 checking sys/statfs.h presence... yes #11 378.0 checking for sys/statfs.h... yes #11 378.1 checking for statfs that truncates block counts... no #11 378.5 checking for futimens... yes #11 378.8 checking whether futimens works... yes #11 380.4 checking for getline... yes #11 381.0 checking for working getline function... yes #11 381.5 checking for getloadavg... yes #11 382.2 checking sys/loadavg.h usability... no #11 382.8 checking sys/loadavg.h presence... no #11 382.9 checking for sys/loadavg.h... no #11 383.0 checking whether getloadavg is declared... yes #11 383.4 checking for getrandom... yes #11 383.9 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 384.4 checking for gettimeofday with POSIX signature... yes #11 384.8 checking whether the compiler supports the __inline keyword... yes #11 385.1 checking gmp.h usability... yes #11 385.7 checking gmp.h presence... yes #11 385.9 checking for gmp.h... yes #11 385.9 checking for library containing __gmpz_roinit_n... -lgmp #11 387.5 checking for memmem... yes #11 388.2 checking whether memmem works... yes #11 389.0 checking for mempcpy... yes #11 389.7 checking for memrchr... yes #11 390.3 checking for explicit_memset... no #11 391.1 checking for mkostemp... yes #11 391.9 checking for library containing nanosleep... none required #11 392.6 checking for working nanosleep... no (mishandles large arguments) #11 394.7 checking for sys/pstat.h... no #11 394.9 checking for sys/sysmp.h... no #11 395.4 checking for sys/param.h... (cached) yes #11 395.4 checking for sys/sysctl.h... (cached) yes #11 395.5 checking for sched_getaffinity_np... no #11 396.1 checking for pstat_getdynamic... no #11 396.8 checking for sysmp... no #11 397.6 checking for sysctl... (cached) yes #11 397.6 checking for sched_getaffinity... yes #11 398.3 checking for glibc compatible sched_getaffinity... yes #11 398.8 checking for pipe2... yes #11 399.5 checking whether signature of pselect conforms to POSIX... yes #11 400.3 checking whether pselect detects invalid fds... yes #11 401.2 checking whether pthread_sigmask is a macro... no #11 401.4 checking whether pthread_sigmask returns error numbers... yes #11 402.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 405.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 406.6 checking whether readlink signature is correct... yes #11 407.0 checking whether readlink handles trailing slash correctly... yes #11 407.8 checking whether readlink truncates results correctly... yes #11 408.3 checking for readlinkat... (cached) yes #11 408.3 checking whether readlinkat signature is correct... yes #11 408.5 checking for working re_compile_pattern... no #11 409.9 checking libintl.h usability... yes #11 410.3 checking libintl.h presence... yes #11 410.5 checking for libintl.h... yes #11 410.6 checking whether isblank is declared... yes #11 411.0 checking for sig2str... no #11 411.8 checking for sigdescr_np... no #11 412.5 checking for socklen_t... yes #11 413.3 checking for ssize_t... yes #11 413.7 checking for struct stat.st_atim.tv_nsec... yes #11 414.1 checking whether struct stat.st_atim is of type struct timespec... yes #11 414.5 checking for struct stat.st_birthtimespec.tv_nsec... no #11 415.0 checking for struct stat.st_birthtimensec... no #11 415.6 checking for struct stat.st_birthtim.tv_nsec... no #11 416.1 checking for bool, true, false... no #11 416.3 checking for stpcpy... yes #11 416.7 checking for working strnlen... yes #11 417.5 checking whether strtoimax works... yes #11 417.7 checking whether symlink handles trailing slash correctly... yes #11 418.3 checking whether localtime_r is declared... yes #11 418.5 checking whether localtime_r is compatible with its POSIX signature... yes #11 418.7 checking whether localtime works even near extrema... yes #11 419.0 checking for timezone_t... no #11 419.2 checking for timegm... yes #11 419.6 checking whether timer_settime is declared... yes #11 419.9 checking for library containing timer_settime... -lrt #11 420.8 checking for timer_settime... yes #11 421.2 checking for utimensat... yes #11 421.7 checking whether utimensat works... yes #11 423.5 checking for variable-length arrays... yes #11 424.1 checking whether getdtablesize works... yes #11 424.8 checking for __mktime_internal... no #11 425.6 checking for timer_getoverrun... yes #11 426.2 checking for gcc option to disable position independent executables... not needed #11 426.2 checking for __ctype_get_mb_cur_max... yes #11 426.7 checking whether MB_CUR_MAX is defined to function that won't link... no #11 426.8 #11 426.8 Configured for 'x86_64-pc-linux-gnu'. #11 426.8 #11 426.8 Where should the build process find the source code? . #11 426.8 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 426.8 Should Emacs use the GNU version of malloc? no #11 426.8 (The GNU allocators don't work with this system configuration.) #11 426.8 Should Emacs use a relocating allocator for buffers? no #11 426.8 Should Emacs use mmap(2) for buffer allocation? no #11 426.8 What window system should Emacs use? nextstep #11 426.8 What toolkit should Emacs use? none #11 426.8 Where do we find X Windows header files? NONE #11 426.8 Where do we find X Windows libraries? NONE #11 426.8 Does Emacs use -lXaw3d? no #11 426.8 Is Emacs being built for Android? no #11 426.8 Does Emacs use the X Double Buffer Extension? no #11 426.8 Does Emacs use -lXpm? no #11 426.8 Does Emacs use -ljpeg? no #11 426.8 Does Emacs use -ltiff? no #11 426.8 Does Emacs use a gif library? no #11 426.8 Does Emacs use a png library? no #11 426.8 Does Emacs use -lrsvg-2? no #11 426.8 Does Emacs use -lwebp? no #11 426.8 Does Emacs use -lsqlite3? no #11 426.8 Does Emacs use cairo? no #11 426.8 Does Emacs use -llcms2? no #11 426.8 Does Emacs use imagemagick? no #11 426.8 Does Emacs use native APIs for images? yes (ns) #11 426.8 Does Emacs support sound? yes #11 426.8 Does Emacs use -lgpm? no #11 426.8 Does Emacs use -ldbus? yes #11 426.8 Does Emacs use -lgconf? no #11 426.8 Does Emacs use GSettings? no #11 426.8 Does Emacs use a file notification library? yes -lglibc (inotify) #11 426.8 Does Emacs use access control lists? yes -lacl -lattr #11 426.8 Does Emacs use -lselinux? no #11 426.8 Does Emacs use -lgnutls? yes #11 426.8 Does Emacs use -lxml2? no #11 426.8 Does Emacs use -lfreetype? no #11 426.8 Does Emacs use HarfBuzz? no #11 426.8 Does Emacs use -lm17n-flt? no #11 426.8 Does Emacs use -lotf? no #11 426.8 Does Emacs use -lxft? no #11 426.8 Does Emacs use -lsystemd? no #11 426.8 Does Emacs use -ljansson? no #11 426.8 Does Emacs use -ltree-sitter? no #11 426.8 Does Emacs use the GMP library? yes #11 426.8 Does Emacs directly use zlib? yes #11 426.8 Does Emacs have dynamic modules support? yes #11 426.8 Does Emacs use toolkit scroll bars? yes #11 426.8 Does Emacs support Xwidgets? no #11 426.8 Does Emacs have threading support in lisp? yes #11 426.8 Does Emacs support the portable dumper? yes #11 426.8 Does Emacs support legacy unexec dumping? no #11 426.8 Which dumping strategy does Emacs use? pdumper #11 426.8 Does Emacs have native lisp compiler? no #11 426.8 Does Emacs use version 2 of the X Input Extension? no #11 426.8 Does Emacs generate a smaller-size Japanese dictionary? no #11 426.8 #11 426.9 #11 426.9 #11 426.9 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 426.9 Run 'make install' in order to build an application bundle. #11 426.9 The application will go to nextstep/Emacs.app and can be run or moved #11 426.9 from there. #11 426.9 The application will be fully self-contained. #11 426.9 #11 428.5 configure: creating ./config.status #11 429.8 config.status: creating src/verbose.mk #11 430.1 config.status: creating src/emacs-module.h #11 430.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 430.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 430.9 config.status: creating Makefile #11 431.2 config.status: creating lib/gnulib.mk #11 431.4 config.status: creating ./doc/man/emacs.1 #11 431.7 config.status: creating lib/Makefile #11 432.0 config.status: creating lib-src/Makefile #11 432.2 config.status: creating oldXMenu/Makefile #11 432.5 config.status: creating src/Makefile #11 432.7 config.status: creating lwlib/Makefile #11 432.9 config.status: creating nextstep/Makefile #11 433.1 config.status: creating nt/Makefile #11 433.4 config.status: creating doc/emacs/Makefile #11 433.7 config.status: creating doc/misc/Makefile #11 433.9 config.status: creating doc/lispintro/Makefile #11 434.1 config.status: creating doc/lispref/Makefile #11 434.3 config.status: creating lisp/Makefile #11 434.6 config.status: creating leim/Makefile #11 434.8 config.status: creating test/Makefile #11 435.2 config.status: creating test/manual/noverlay/Makefile #11 435.4 config.status: creating test/infra/Makefile #11 435.6 config.status: creating admin/charsets/Makefile #11 435.8 config.status: creating admin/unidata/Makefile #11 436.0 config.status: creating admin/grammars/Makefile #11 436.3 config.status: creating java/Makefile #11 436.6 config.status: creating cross/Makefile #11 436.8 config.status: creating java/AndroidManifest.xml #11 437.1 config.status: creating src/config.h #11 437.3 config.status: executing src/epaths.h commands #11 437.6 config.status: executing src/.gdbinit commands #11 437.7 config.status: executing doc/emacs/emacsver.texi commands #11 437.7 config.status: executing etc-refcards-emacsver.tex commands #11 438.0 configure: WARNING: This configuration installs a 'movemail' program #11 438.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 438.0 installed a 'movemail' program that retrieved POP3 email via only #11 438.0 insecure channels, a practice that is no longer recommended but that #11 438.0 you can continue to support by using './configure --with-pop'. #11 438.0 configure: You might want to install GNU Mailutils #11 438.0 and use './configure --with-mailutils'. #11 DONE 440.2s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 2.330 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.370 make[1]: Entering directory '/checkout' #12 2.956 make bootstrap-clean #12 3.001 make[2]: Entering directory '/checkout' #12 3.530 make -C src bootstrap-clean #12 3.638 make[3]: Entering directory '/checkout/src' #12 3.639 GEN /checkout/src/lisp.mk #12 5.426 rm -f android-emacs libemacs.so #12 5.458 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 5.471 rm -f dmpstruct.h #12 5.501 rm -f emacs.pdmp #12 5.515 rm -f ../etc/DOC #12 5.527 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 5.564 rm -f emacs-30.0.50 #12 5.593 rm -f buildobj.h #12 5.626 rm -f globals.h gl-stamp #12 5.662 rm -f ./*.res ./*.tmp #12 5.682 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 5.726 rm -f ../etc/DOC* #12 5.735 rm -f deps/* #12 5.766 rm -f emacs-module.h epaths.h config.h config.stamp #12 5.781 if test -f ./.gdbinit; then \ #12 5.781 mv ./.gdbinit ./.gdbinit.save; \ #12 5.781 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 5.781 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 5.781 fi #12 5.837 make[3]: Leaving directory '/checkout/src' #12 5.837 make -C oldXMenu bootstrap-clean #12 5.864 make[3]: Entering directory '/checkout/oldXMenu' #12 5.864 rm -f libXMenu11.a ./*.o deps/* #12 5.894 rm -f Makefile #12 5.894 rm -fr deps #12 5.906 make[3]: Leaving directory '/checkout/oldXMenu' #12 5.906 make -C lwlib bootstrap-clean #12 5.932 make[3]: Entering directory '/checkout/lwlib' #12 5.932 rm -f ./*.o liblw.a \#* deps/* #12 5.942 rm -f Makefile #12 5.951 rm -fr deps #12 5.965 rm -f TAGS #12 5.973 make[3]: Leaving directory '/checkout/lwlib' #12 5.973 make -C lib bootstrap-clean #12 6.456 make[3]: Entering directory '/checkout/lib' #12 6.456 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 6.491 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 6.513 rm -f Makefile Makefile.android #12 6.550 rm -fr deps #12 6.606 make[3]: Leaving directory '/checkout/lib' #12 6.606 make -C lib-src bootstrap-clean #12 6.665 make[3]: Entering directory '/checkout/lib-src' #12 6.665 rm -f core ./*.o ./*.res #12 6.706 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 6.717 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 6.744 rm -f TAGS Makefile blessmail Makefile.android #12 6.769 make[3]: Leaving directory '/checkout/lib-src' #12 6.769 make -C nt bootstrap-clean #12 6.785 make[3]: Entering directory '/checkout/nt' #12 6.785 rm -f core *.o *.res #12 6.832 rm -f runemacs addpm cmdproxy ddeclient #12 6.832 rm -f TAGS Makefile *.rc #12 6.841 true #12 6.875 make[3]: Leaving directory '/checkout/nt' #12 6.875 make -C doc/emacs bootstrap-clean #12 6.893 make[3]: Entering directory '/checkout/doc/emacs' #12 6.893 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.893 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.913 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 6.923 rm -f Makefile #12 6.946 rm -f \ #12 6.946 ./../../info/emacs.info \ #12 6.946 ./../../info/emacs.info-[1-9] \ #12 6.946 ./../../info/emacs.info-[1-9][0-9] #12 6.958 rm -f ./emacsver.texi TAGS #12 6.966 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.973 make -C doc/misc bootstrap-clean #12 6.986 make[3]: Entering directory '/checkout/doc/misc' #12 6.986 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.986 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.986 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 7.015 rm -f gnustmp* #12 7.070 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 7.086 rm -f Makefile #12 7.096 for file in auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eglot eieio emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info.info mairix-el message mh-e modus-themes newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp transient url use-package vhdl-mode vip viper vtable widget wisent woman efaq-w32; do \ #12 7.096 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 7.096 rm -f \ #12 7.096 ./../../info/${file} \ #12 7.096 ./../../info/${file}-[1-9] \ #12 7.096 ./../../info/${file}-[1-9][0-9]; \ #12 7.096 done #12 9.171 rm -f ./modus-themes.texi ./org.texi #12 9.197 rm -f TAGS #12 9.214 make[3]: Leaving directory '/checkout/doc/misc' #12 9.214 make -C doc/lispref bootstrap-clean #12 9.264 make[3]: Entering directory '/checkout/doc/lispref' #12 9.264 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.264 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.296 rm -f elisp[12]* vol[12].tmp #12 9.314 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 9.321 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 9.349 rm -f Makefile #12 9.368 rm -f \ #12 9.368 ./../../info/elisp.info \ #12 9.368 ./../../info/elisp.info-[1-9] \ #12 9.368 ./../../info/elisp.info-[1-9][0-9] #12 9.395 rm -f TAGS #12 9.410 make[3]: Leaving directory '/checkout/doc/lispref' #12 9.410 make -C doc/lispintro bootstrap-clean #12 9.431 make[3]: Entering directory '/checkout/doc/lispintro' #12 9.431 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 9.431 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 9.459 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 9.467 rm -f Makefile #12 9.478 rm -f \ #12 9.478 ./../../info/eintr.info \ #12 9.478 ./../../info/eintr.info-[1-9] #12 9.496 rm -f TAGS #12 9.504 make[3]: Leaving directory '/checkout/doc/lispintro' #12 9.514 make -C test bootstrap-clean #12 9.530 make[3]: Entering directory '/checkout/test' #12 10.14 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 10.34 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 10.40 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 10.40 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 10.40 src/emacs-module-resources/*.dll gmp.h #12 10.42 find . -name '*.elc' -delete #12 10.44 make[3]: Leaving directory '/checkout/test' #12 10.45 make -C java bootstrap-clean #12 10.82 make[3]: Entering directory '/checkout/java' #12 10.82 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 10.84 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 10.85 find . -name '*.class' -delete #12 10.85 rm -f Makefile ndk-build.mk #12 10.87 make[3]: Leaving directory '/checkout/java' #12 10.88 make -C cross bootstrap-clean #12 10.90 make[3]: Entering directory '/checkout/cross' #12 10.90 for dir in src lib-src lib etc; do \ #12 10.90 find $dir -type f -delete; \ #12 10.90 done #12 10.95 rm -rf lib/config.h lib-src/config.h #12 10.98 if test -f ndk-build/Makefile; then \ #12 10.98 make -C ndk-build clean; \ #12 10.98 fi #12 10.99 for dir in src lib-src lib etc; do \ #12 10.99 find $dir -type l -delete; \ #12 10.99 done #12 11.03 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 11.03 rm -rf ndk-build/ndk-build.mk Makefile #12 11.04 make[3]: Leaving directory '/checkout/cross' #12 11.04 make -C nextstep bootstrap-clean #12 11.05 make[3]: Entering directory '/checkout/nextstep' #12 11.05 rm -rf /checkout/nextstep/Emacs.app #12 11.07 rm -f Makefile #12 11.09 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 11.09 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 11.09 Cocoa/Emacs.base/Contents/Info.plist \ #12 11.09 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 11.10 make[3]: Leaving directory '/checkout/nextstep' #12 11.10 make -C admin/charsets bootstrap-clean #12 11.13 make[3]: Entering directory '/checkout/admin/charsets' #12 11.14 make[3]: Nothing to be done for 'bootstrap-clean'. #12 11.14 make[3]: Leaving directory '/checkout/admin/charsets' #12 11.14 make -C admin/unidata bootstrap-clean #12 11.14 make[3]: Entering directory '/checkout/admin/unidata' #12 11.24 rm -f ./*.elc unidata.txt #12 11.24 make[3]: Leaving directory '/checkout/admin/unidata' #12 11.24 make -C leim bootstrap-clean #12 11.25 make[3]: Entering directory '/checkout/leim' #12 11.25 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 11.27 make[3]: Leaving directory '/checkout/leim' #12 11.27 make -C lisp bootstrap-clean #12 11.28 make[3]: Entering directory '/checkout/lisp' #12 11.43 find . -name '*.elc' -delete #12 11.45 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 11.46 make[3]: Leaving directory '/checkout/lisp' #12 11.47 make -C admin/grammars bootstrap-clean #12 11.48 make[3]: Entering directory '/checkout/admin/grammars' #12 11.48 make[3]: Nothing to be done for 'bootstrap-clean'. #12 11.48 make[3]: Leaving directory '/checkout/admin/grammars' #12 11.49 [ ! -f config.log ] || mv -f config.log config.log~ #12 11.61 rm -rf ./info #12 11.63 rm -f ./etc/refcards/emacsver.tex #12 11.64 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 11.65 rm -fr autom4te.cache config.cache #12 11.65 rm -f config.log ./doc/man/emacs.1 #12 11.66 make[2]: Leaving directory '/checkout' #12 11.68 cd . && ./autogen.sh autoconf #12 11.74 Checking whether you have the necessary tools... #12 11.74 (Read INSTALL.REPO for more details on building Emacs) #12 11.76 Checking for autoconf (need at least version 2.65) ... ok #12 11.98 Your system has the required tools. #12 12.03 Running 'autoreconf -fi -I m4' ... #12 57.54 Building 'aclocal.m4' in exec ... #12 57.54 Running 'autoreconf -fi' in exec ... #12 70.84 You can now run './autogen.sh git'. #12 70.84 make MAKEFILE_NAME=force-Makefile force-Makefile #12 70.89 make[2]: Entering directory '/checkout' #12 70.91 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 71.32 if [ -x ./config.status ]; then \ #12 71.32 ./config.status --recheck; \ #12 71.32 else \ #12 71.32 ./configure --cache-file=/dev/null; \ #12 71.32 fi #12 71.72 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 72.82 checking for xcrun... no #12 72.82 checking for GNU Make... make #12 72.87 checking build system type... x86_64-pc-linux-gnu #12 73.36 checking host system type... x86_64-pc-linux-gnu #12 73.52 checking for gcc... gcc #12 73.86 checking whether the C compiler works... yes #12 74.43 checking for C compiler default output file name... a.out #12 74.43 checking for suffix of executables... #12 74.93 checking whether we are cross compiling... no #12 75.25 checking for suffix of object files... o #12 75.50 checking whether we are using the GNU C compiler... yes #12 75.75 checking whether gcc accepts -g... yes #12 76.05 checking for gcc option to enable C11 features... none needed #12 76.90 checking whether the compiler is clang... no #12 77.18 checking for compiler option needed when checking for declarations... none #12 77.18 checking whether gcc and cc understand -c and -o together... yes #12 78.51 checking how to run the C preprocessor... gcc -E #12 79.11 checking for grep that handles long lines and -e... /bin/grep #12 79.13 checking for egrep... /bin/grep -E #12 79.15 checking for ANSI C header files... yes #12 80.33 checking for sys/types.h... yes #12 80.91 checking for sys/stat.h... yes #12 81.27 checking for stdlib.h... yes #12 81.61 checking for string.h... yes #12 82.03 checking for memory.h... yes #12 82.43 checking for strings.h... yes #12 82.88 checking for inttypes.h... yes #12 83.24 checking for stdint.h... yes #12 83.68 checking for unistd.h... yes #12 84.27 checking for wchar.h... yes #12 85.19 checking for minix/config.h... no #12 85.30 checking for linux/fs.h... yes #12 86.46 checking for malloc.h... yes #12 86.95 checking for sys/systeminfo.h... no #12 87.32 checking for sys/sysinfo.h... yes #12 87.94 checking for coff.h... no #12 88.25 checking for pty.h... yes #12 88.61 checking for sys/resource.h... yes #12 88.94 checking for sys/utsname.h... yes #12 89.48 checking for pwd.h... yes #12 89.75 checking for util.h... no #12 90.21 checking for sanitizer/lsan_interface.h... yes #12 90.53 checking for sanitizer/asan_interface.h... yes #12 90.79 checking for sanitizer/common_interface_defs.h... yes #12 91.14 checking for sys/socket.h... yes #12 91.48 checking for stdlib.h... (cached) yes #12 91.53 checking for unistd.h... (cached) yes #12 91.57 checking for sys/param.h... yes #12 91.87 checking for pthread.h... yes #12 92.19 checking for malloc/malloc.h... no #12 92.44 checking for sys/un.h... yes #12 92.76 checking for utmp.h... yes #12 93.01 checking for utmpx.h... yes #12 93.29 checking for OS.h... no #12 93.57 checking for dirent.h... yes #12 93.93 checking for execinfo.h... yes #12 94.17 checking for linux/xattr.h... yes #12 94.46 checking for stdio_ext.h... yes #12 94.89 checking for sys/vfs.h... yes #12 95.25 checking for sys/fs_types.h... no #12 95.56 checking for getopt.h... yes #12 95.89 checking for sys/cdefs.h... yes #12 96.46 checking for sys/time.h... yes #12 96.91 checking for ieee754.h... yes #12 97.40 checking for limits.h... yes #12 97.88 checking for inttypes.h... (cached) yes #12 98.01 checking for sys/types.h... (cached) yes #12 98.10 checking for stdint.h... (cached) yes #12 98.22 checking for sys/select.h... yes #12 98.79 checking for stdbool.h... yes #12 99.31 checking for stdckdint.h... no #12 99.75 checking for sys/random.h... yes #12 100.4 checking for sys/stat.h... (cached) yes #12 100.4 checking whether it is safe to define __EXTENSIONS__... yes #12 100.8 checking whether _XOPEN_SOURCE should be defined... no #12 101.2 checking for Minix Amsterdam compiler... no #12 101.4 checking for ar... ar #12 101.4 checking for ranlib... ranlib #12 101.4 checking for gcc option to enable large file support... none needed #12 102.0 checking for gcc option for timestamps after 2038... none needed #12 102.2 checking for g++... g++ #12 102.6 checking whether we are using the GNU C++ compiler... yes #12 103.3 checking whether g++ accepts -g... yes #12 103.5 checking for g++ option to enable C++11 features... none needed #12 163.5 checking how to run the C++ preprocessor... g++ -E #12 164.2 checking whether gcc accepts -g3 -O2... yes #12 164.7 checking whether the compiler is clang... no #12 165.1 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 165.3 checking whether -Wno-missing-field-initializers is needed... yes #12 166.9 checking whether -Wuninitialized is supported... yes #12 167.3 checking whether C compiler handles -fstrict-flex-arrays... no #12 167.7 checking whether C compiler handles -Wall... yes #12 168.3 checking whether C compiler handles -Warith-conversion... yes #12 169.6 checking whether C compiler handles -Wdate-time... yes #12 170.2 checking whether C compiler handles -Wdisabled-optimization... yes #12 170.8 checking whether C compiler handles -Wdouble-promotion... yes #12 171.3 checking whether C compiler handles -Wduplicated-cond... yes #12 172.1 checking whether C compiler handles -Wextra... yes #12 174.0 checking whether C compiler handles -Wformat-signedness... yes #12 174.6 checking whether C compiler handles -Winit-self... yes #12 175.1 checking whether C compiler handles -Winvalid-pch... yes #12 176.9 checking whether C compiler handles -Wlogical-op... yes #12 177.8 checking whether C compiler handles -Wmissing-declarations... yes #12 179.1 checking whether C compiler handles -Wmissing-include-dirs... yes #12 179.8 checking whether C compiler handles -Wmissing-prototypes... yes #12 183.9 checking whether C compiler handles -Wnested-externs... yes #12 184.1 checking whether C compiler handles -Wnull-dereference... yes #12 184.6 checking whether C compiler handles -Wold-style-definition... yes #12 188.5 checking whether C compiler handles -Wopenmp-simd... yes #12 189.0 checking whether C compiler handles -Wpacked... yes #12 189.4 checking whether C compiler handles -Wpointer-arith... yes #12 189.8 checking whether C compiler handles -Wstrict-flex-arrays... no #12 190.0 checking whether C compiler handles -Wstrict-prototypes... yes #12 190.6 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 191.2 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 191.6 checking whether C compiler handles -Wsuggest-final-methods... yes #12 192.1 checking whether C compiler handles -Wsuggest-final-types... yes #12 192.5 checking whether C compiler handles -Wtrampolines... yes #12 193.0 checking whether C compiler handles -Wuninitialized... yes #12 193.4 checking whether C compiler handles -Wunknown-pragmas... yes #12 193.7 checking whether C compiler handles -Wunused-macros... yes #12 194.3 checking whether C compiler handles -Wvariadic-macros... yes #12 194.6 checking whether C compiler handles -Wvector-operation-performance... yes #12 194.9 checking whether C compiler handles -Wwrite-strings... yes #12 195.3 checking whether C compiler handles -Warray-bounds=2... yes #12 195.6 checking whether C compiler handles -Wattribute-alias=2... yes #12 196.0 checking whether C compiler handles -Wformat=2... yes #12 196.4 checking whether C compiler handles -Wformat-truncation=2... yes #12 196.6 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 196.9 checking whether C compiler handles -Wshift-overflow=2... yes #12 197.2 checking whether C compiler handles -Wuse-after-free=3... no #12 197.4 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 197.8 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 198.3 checking whether C compiler handles -Wredundant-decls... yes #12 198.6 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 198.6 checking whether C compiler handles -Wno-override-init... yes #12 198.9 checking whether C compiler handles -Wno-sign-compare... yes #12 199.2 checking whether C compiler handles -Wno-type-limits... yes #12 199.6 checking whether C compiler handles -Wno-unused-parameter... yes #12 200.1 checking whether C compiler handles -Wno-format-nonliteral... yes #12 200.5 checking whether C compiler handles -Wno-bidi-chars... no #12 200.7 checking for a BSD-compatible install... /usr/bin/install -c #12 200.8 checking command to symlink files in the same directory... ln -s #12 200.8 checking for install-info... : #12 200.8 checking for gzip... /bin/gzip #12 200.8 checking for 'find' args to delete a file... -delete #12 200.8 checking for brew... no #12 201.8 checking for -znocombreloc... not needed #12 201.8 checking whether addresses are sanitized... no #12 202.1 checking for math library... -lm #12 203.9 checking for struct passwd.pw_gecos... yes #12 204.1 checking for pkg-config... /usr/bin/pkg-config #12 204.1 checking pkg-config is at least version 0.9.0... yes #12 204.2 checking for machine/soundcard.h... no #12 204.4 checking for sys/soundcard.h... yes #12 204.8 checking for soundcard.h... no #12 205.0 checking for mmsystem.h... no #12 205.2 checking for _oss_ioctl in -lossaudio... no #12 205.5 checking for alsa >= 1.0.0... no #12 205.6 checking for ADDR_NO_RANDOMIZE... yes #12 206.0 checking if Linux sysinfo may be used... yes #12 206.7 checking for sys/wait.h that is POSIX.1 compatible... yes #12 208.2 checking for net/if.h... yes #12 208.7 checking for ifaddrs.h... yes #12 209.1 checking for net/if_dl.h... no #12 209.6 checking for struct ifreq.ifr_flags... yes #12 210.0 checking for struct ifreq.ifr_hwaddr... yes #12 210.8 checking for struct ifreq.ifr_netmask... yes #12 213.7 checking for struct ifreq.ifr_broadaddr... yes #12 214.2 checking for struct ifreq.ifr_addr... yes #12 215.5 checking for struct ifreq.ifr_addr.sa_len... no #12 216.3 checking whether gcc understands -MMD -MF... yes #12 216.5 checking for X... no #12 216.9 checking AppKit/AppKit.h usability... yes #12 218.7 checking AppKit/AppKit.h presence... yes #12 219.5 checking for AppKit/AppKit.h... yes #12 219.5 checking for Mac OS X 12.0 or later... yes #12 219.8 checking for gcc... gcc #12 220.1 checking whether we are using the GNU Objective C compiler... yes #12 220.6 checking whether gcc accepts -g... yes #12 220.7 checking if the Objective C compiler supports instancetype... yes #12 221.0 checking if the Objective C compiler defaults to C99... no #12 221.2 checking whether malloc is Doug Lea style... no #12 221.6 checking for sbrk... yes #12 222.2 checking for __lsan_ignore_object... no #12 223.0 checking for fchmod... yes #12 223.6 checking for utmpname... yes #12 224.5 checking for utmpxname... yes #12 225.1 checking for canonicalize_file_name... yes #12 225.9 checking for realpath... yes #12 226.7 checking for lstat... yes #12 227.3 checking for fchmodat... yes #12 227.8 checking for lchmod... no #12 227.9 checking for fcntl... yes #12 228.3 checking for fdopendir... yes #12 228.9 checking for listxattr... yes #12 229.3 checking for fstatat... yes #12 229.7 checking for fsync... yes #12 230.3 checking for gettimeofday... yes #12 231.0 checking for memset_explicit... no #12 231.4 checking for memset_s... no #12 231.8 checking for pselect... yes #12 232.2 checking for readlink... yes #12 232.8 checking for isblank... yes #12 233.2 checking for iswctype... yes #12 234.1 checking for strtoimax... yes #12 234.7 checking for symlink... yes #12 235.3 checking for localtime_r... yes #12 235.8 checking for getdtablesize... yes #12 236.2 checking for getpagesize... yes #12 236.5 checking for working mmap... yes #12 237.3 checking for main in -lXbsd... no #12 237.6 checking for pthread library... -lpthread #12 238.5 checking for thread support... yes #12 238.5 checking for librsvg-2.0 >= 2.14.0... no #12 238.5 checking for libwebpdemux >= 0.6.0... no #12 238.6 checking for WebPGetInfo... no #12 239.1 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 239.2 checking for sqlite3_open_v2 in -lsqlite3... no #12 239.4 checking for getaddrinfo_a in -lanl... yes #12 239.7 checking for malloc_trim... yes #12 240.2 checking for dbus-1 >= 1.0... yes #12 240.3 checking for dbus_watch_get_unix_fd... yes #12 240.9 checking for dbus_type_is_valid... yes #12 241.3 checking for dbus_validate_bus_name... yes #12 241.7 checking for dbus_validate_path... yes #12 242.2 checking for dbus_validate_interface... yes #12 243.0 checking for dbus_validate_member... yes #12 243.4 checking for lgetfilecon in -lselinux... no #12 243.7 checking for gnutls >= 2.12.2... yes #12 243.8 checking for libsystemd >= 222... no #12 243.8 checking for jansson >= 2.7... no #12 243.9 checking for tree-sitter >= 0.20.2... no #12 243.9 checking for tree-sitter >= 0.6.3... no #12 244.0 checking sys/inotify.h usability... yes #12 244.3 checking sys/inotify.h presence... yes #12 244.4 checking for sys/inotify.h... yes #12 244.4 checking for inotify_init1... yes #12 245.0 checking for jpeglib 6b or later... no #12 245.6 checking for lcms2... no #12 245.6 checking for library containing inflateEnd... -lz #12 246.8 checking for dladdr... yes #12 247.6 checking for dlfunc... no #12 247.9 checking for gcc_jit_context_acquire in -lgccjit... no #12 248.3 checking libgccjit.h usability... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 248.3 found. #12 248.3 Please try installing libgccjit or a similar package if you want to have it #12 248.3 enabled. #12 248.6 no #12 248.6 checking libgccjit.h presence... no #12 248.8 checking for libgccjit.h... no #12 248.8 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 248.8 were not found. #12 248.8 Please try installing libgccjit-dev or a similar package if you want to have it #12 248.8 enabled. #12 248.8 checking for libpng >= 1.0.0... no #12 248.9 checking for libpng not configured by pkg-config... no #12 249.1 checking tiffio.h usability... no #12 249.3 checking tiffio.h presence... no #12 249.4 checking for tiffio.h... no #12 249.4 checking gif_lib.h usability... no #12 249.6 checking gif_lib.h presence... no #12 249.7 checking for gif_lib.h... no #12 249.7 checking gpm.h usability... no #12 250.0 checking gpm.h presence... no #12 250.1 checking for gpm.h... no #12 250.1 checking for libxml-2.0 > 2.6.17... no #12 250.2 checking for maillock in -lmail... no #12 250.5 checking for maillock in -llockfile... no #12 250.9 checking for liblockfile.so... no #12 250.9 checking maillock.h usability... no #12 251.2 checking maillock.h presence... no #12 251.4 checking for maillock.h... no #12 251.4 checking linux/seccomp.h usability... yes #12 252.0 checking linux/seccomp.h presence... yes #12 252.1 checking for linux/seccomp.h... yes #12 252.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 252.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 252.8 checking linux/filter.h usability... yes #12 253.2 checking linux/filter.h presence... yes #12 253.2 checking for linux/filter.h... yes #12 253.3 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 253.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 253.5 checking for libseccomp >= 2.5.2... no #12 253.5 checking size of long... 8 #12 254.3 checking for accept4... yes #12 255.0 checking for fchdir... yes #12 255.8 checking for gethostname... yes #12 256.4 checking for getrusage... yes #12 257.0 checking for get_current_dir_name... yes #12 257.6 checking for lrand48... yes #12 258.5 checking for random... yes #12 259.3 checking for rint... yes #12 260.2 checking for tcdrain... yes #12 260.9 checking for trunc... yes #12 262.0 checking for select... yes #12 262.7 checking for getpagesize... (cached) yes #12 262.8 checking for setlocale... yes #12 263.5 checking for newlocale... yes #12 264.2 checking for getrlimit... yes #12 265.0 checking for setrlimit... yes #12 265.8 checking for shutdown... yes #12 266.3 checking for pthread_sigmask... (cached) yes #12 266.4 checking for strsignal... yes #12 266.9 checking for setitimer... yes #12 267.8 checking for sendto... yes #12 268.6 checking for recvfrom... yes #12 269.4 checking for getsockname... yes #12 270.2 checking for getifaddrs... yes #12 270.7 checking for freeifaddrs... yes #12 271.2 checking for gai_strerror... yes #12 271.8 checking for sync... yes #12 272.7 checking for endpwent... yes #12 273.4 checking for getgrent... yes #12 274.1 checking for endgrent... yes #12 274.7 checking for renameat2... yes #12 275.2 checking for cfmakeraw... yes #12 276.1 checking for cfsetspeed... yes #12 276.9 checking for __executable_start... yes #12 277.6 checking for log2... yes #12 278.4 checking for pthread_setname_np... yes #12 279.2 checking for pthread_set_name_np... no #12 279.9 checking for getpwent... yes #12 280.6 checking whether pthread_setname_np takes a single argument... no #12 280.9 checking whether pthread_setname_np takes three arguments... no #12 281.2 checking for aligned_alloc... yes #12 281.7 checking whether aligned_alloc is declared... yes #12 282.1 checking for posix_madvise... yes #12 282.9 checking for madvise... yes #12 283.5 checking for __builtin_frame_address... yes #12 283.8 checking for __builtin_unwind_init... yes #12 284.2 checking for _LARGEFILE_SOURCE value needed for large files... no #12 284.9 checking for grantpt... yes #12 285.7 checking for getpt... yes #12 286.2 checking for posix_openpt... yes #12 286.7 checking for library containing tputs... -ltinfo #12 287.4 checking whether -ltinfo library defines BC... yes #12 287.8 checking for timerfd interface... yes #12 288.2 checking whether signals can be handled on alternate stack... yes #12 288.7 checking valgrind/valgrind.h usability... no #12 288.9 checking valgrind/valgrind.h presence... no #12 289.0 checking for valgrind/valgrind.h... no #12 289.0 checking for struct unipair.unicode... yes #12 289.2 checking for pid_t... yes #12 290.1 checking vfork.h usability... no #12 290.4 checking vfork.h presence... no #12 290.6 checking for vfork.h... no #12 290.7 checking for fork... yes #12 291.3 checking for vfork... yes #12 291.8 checking for working fork... yes #12 292.7 checking for working vfork... (cached) yes #12 292.7 checking for snprintf... yes #12 293.4 checking for open_memstream... yes #12 294.1 checking spawn.h usability... yes #12 294.7 checking spawn.h presence... yes #12 294.9 checking for spawn.h... yes #12 294.9 checking for posix_spawn... yes #12 295.5 checking for posix_spawn_file_actions_addchdir... no #12 296.2 checking for posix_spawn_file_actions_addchdir_np... yes #12 296.9 checking for posix_spawnattr_setflags... yes #12 297.7 checking whether POSIX_SPAWN_SETSID is declared... yes #12 298.2 checking whether GLib is linked in... no #12 298.5 checking for nl_langinfo and CODESET... yes #12 299.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 299.8 checking for mbstate_t... yes #12 300.4 checking for signals via characters... yes #12 300.8 checking for _setjmp... yes #12 301.4 checking for sigsetjmp... yes #12 301.9 checking POSIX termios... yes #12 302.7 checking size of speed_t... 4 #12 303.3 checking for usable FIONREAD... yes #12 303.7 checking for usable SIGIO... yes #12 304.1 checking for struct alignment... yes #12 304.5 checking for C/C++ restrict keyword... __restrict__ #12 304.9 checking for typeof syntax and keyword spelling... typeof #12 305.3 checking for statement expressions... yes #12 305.7 checking whether malloc (0) returns nonnull... yes #12 306.2 checking sys/acl.h usability... yes #12 306.5 checking sys/acl.h presence... yes #12 306.6 checking for sys/acl.h... yes #12 306.6 checking for library containing acl_get_file... -lacl #12 307.4 checking for acl_get_file... yes #12 308.0 checking for acl_get_fd... yes #12 308.6 checking for acl_set_file... yes #12 309.4 checking for acl_set_fd... yes #12 309.9 checking for acl_free... yes #12 310.4 checking for acl_from_mode... yes #12 310.8 checking for acl_from_text... yes #12 311.3 checking for acl_delete_def_file... yes #12 311.9 checking for acl_extended_file... yes #12 312.9 checking for acl_delete_fd_np... no #12 313.8 checking for acl_delete_file_np... no #12 314.5 checking for acl_copy_ext_native... no #12 315.4 checking for acl_create_entry_np... no #12 316.4 checking for acl_to_short_text... no #12 317.3 checking for acl_free_text... no #12 318.1 checking for working acl_get_file... yes #12 319.0 checking acl/libacl.h usability... yes #12 319.6 checking acl/libacl.h presence... yes #12 319.7 checking for acl/libacl.h... yes #12 319.8 checking for acl_entries... yes #12 320.6 checking for ACL_FIRST_ENTRY... yes #12 320.9 checking for ACL_TYPE_EXTENDED... no #12 321.1 checking for working alloca.h... yes #12 321.7 checking for alloca... yes #12 322.3 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 322.4 checking whether the preprocessor supports include_next... yes #12 322.8 checking whether source code line length is unlimited... yes #12 323.0 checking whether endutent is declared... yes #12 323.5 checking for struct utmpx.ut_user... yes #12 324.0 checking for struct utmp.ut_user... yes #12 324.8 checking for struct utmpx.ut_name... yes #12 325.5 checking for struct utmp.ut_name... yes #12 326.1 checking for struct utmpx.ut_type... yes #12 326.7 checking for struct utmp.ut_type... yes #12 327.4 checking for struct utmpx.ut_pid... yes #12 328.1 checking for struct utmp.ut_pid... yes #12 328.7 checking for struct utmp.ut_tv... yes #12 329.8 checking for struct utmpx.ut_host... yes #12 330.5 checking for struct utmp.ut_host... yes #12 331.1 checking for struct utmpx.ut_id... yes #12 331.8 checking for struct utmp.ut_id... yes #12 332.5 checking for struct utmpx.ut_session... yes #12 333.1 checking for struct utmp.ut_session... yes #12 333.8 checking for struct utmpx.ut_exit... yes #12 335.0 checking for struct utmp.ut_exit... yes #12 336.2 checking for struct utmpx.ut_exit.ut_exit... no #12 337.0 checking for struct utmpx.ut_exit.e_exit... yes #12 337.6 checking for struct utmp.ut_exit.e_exit... yes #12 338.4 checking for struct utmpx.ut_exit.ut_termination... no #12 339.4 checking for struct utmpx.ut_exit.e_termination... yes #12 340.0 checking for struct utmp.ut_exit.e_termination... yes #12 340.8 checking whether sysinfo is declared... yes #12 341.2 checking for sys/sysctl.h... yes #12 341.9 checking for sysctl... yes #12 342.7 checking whether lstat correctly handles trailing slash... yes #12 343.8 checking whether // is distinct from /... no #12 343.9 checking whether realpath works... yes #12 345.0 checking for faccessat... yes #12 345.7 checking for getcwd... yes #12 346.3 checking whether byte ordering is bigendian... no #12 347.3 checking if environ is properly declared... yes #12 347.6 checking for complete errno.h... yes #12 347.7 checking whether ctype.h defines __header_inline... no #12 347.9 checking for mode_t... yes #12 349.3 checking whether strmode is declared... no #12 349.9 checking whether getline is declared... yes #12 350.8 checking for gawk... no #12 350.8 checking for mawk... mawk #12 350.8 checking for getopt.h... (cached) yes #12 350.8 checking for getopt_long_only... yes #12 351.4 checking whether getopt is POSIX compatible... yes #12 355.2 checking for working GNU getopt function... yes #12 356.1 checking for working GNU getopt_long function... yes #12 356.8 checking whether timespec_get is declared... yes #12 357.2 checking for timespec_get... yes #12 358.1 checking for struct timeval... yes #12 358.6 checking for wide-enough struct timeval.tv_sec member... yes #12 358.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 359.2 checking whether the compiler produces multi-arch binaries... no #12 359.4 checking whether stdint.h conforms to C99... yes #12 361.2 checking whether stdint.h works without ISO C predefines... yes #12 361.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 362.2 checking whether memmem is declared... yes #12 362.8 checking whether memrchr is declared... yes #12 363.4 checking whether defines MIN and MAX... no #12 363.6 checking whether defines MIN and MAX... yes #12 364.2 checking whether time_t is signed... yes #12 364.6 checking whether alarm is declared... yes #12 365.1 checking for working mktime... no #12 366.7 checking whether struct tm is in sys/time.h or time.h... time.h #12 366.9 checking for struct tm.tm_zone... yes #12 367.2 checking for struct tm.tm_gmtoff... yes #12 367.4 checking whether is self-contained... yes #12 368.6 checking for inline... inline #12 368.9 checking for sigset_t... yes #12 369.3 checking for volatile sig_atomic_t... yes #12 369.8 checking for sighandler_t... yes #12 370.3 checking for wchar_t... yes #12 370.7 checking for good max_align_t... yes #12 371.1 checking whether NULL can be used in arbitrary expressions... yes #12 371.4 checking for unreachable... no #12 372.1 checking whether fcloseall is declared... yes #12 372.6 checking whether getw is declared... yes #12 372.9 checking whether putw is declared... yes #12 373.3 checking which flavor of printf attribute matches inttypes macros... system #12 373.8 checking whether strnlen is declared... yes #12 374.4 checking whether strtoimax is declared... yes #12 375.0 checking whether stat file-mode macros are broken... no #12 375.3 checking for nlink_t... yes #12 376.0 checking for struct timespec in ... yes #12 376.3 checking for TIME_UTC in ... yes #12 376.7 checking whether execvpe is declared... yes #12 377.2 checking whether clearerr_unlocked is declared... yes #12 377.6 checking whether feof_unlocked is declared... yes #12 378.0 checking whether ferror_unlocked is declared... yes #12 378.8 checking whether fflush_unlocked is declared... yes #12 379.3 checking whether fgets_unlocked is declared... yes #12 380.0 checking whether fputc_unlocked is declared... yes #12 380.8 checking whether fputs_unlocked is declared... yes #12 381.4 checking whether fread_unlocked is declared... yes #12 381.9 checking whether fwrite_unlocked is declared... yes #12 382.3 checking whether getc_unlocked is declared... yes #12 382.7 checking whether getchar_unlocked is declared... yes #12 383.3 checking whether putc_unlocked is declared... yes #12 383.9 checking whether putchar_unlocked is declared... yes #12 384.5 checking type of array argument to getgroups... gid_t #12 385.5 checking whether getdelim is declared... yes #12 386.1 checking whether getdtablesize is declared... yes #12 386.8 checking whether malloc is ptrdiff_t safe... yes #12 387.1 checking whether malloc, realloc, calloc set errno on failure... yes #12 387.1 checking for O_CLOEXEC... yes #12 387.6 checking for promoted mode_t type... mode_t #12 387.9 checking whether the utimes function works... yes #12 389.1 checking for C compiler option to allow warnings... -Wno-error #12 389.8 checking for alignas and alignof... yes, macros #12 390.6 checking for alloca as a compiler built-in... yes #12 390.9 checking for static_assert... yes, an macro #12 391.4 checking for __builtin_expect... yes #12 392.0 checking byteswap.h usability... yes #12 392.5 checking byteswap.h presence... yes #12 392.6 checking for byteswap.h... yes #12 392.7 checking for readlinkat... yes #12 393.3 checking for library containing clock_gettime... none required #12 394.1 checking for clock_getres... yes #12 394.7 checking for clock_gettime... yes #12 395.4 checking for clock_settime... yes #12 396.1 checking for copy_file_range... yes #12 396.8 checking for d_type member in directory struct... yes #12 397.3 checking whether // is distinct from /... (cached) no #12 397.3 checking whether dup2 works... yes #12 397.9 checking for library containing backtrace_symbols_fd... none required #12 398.3 checking for faccessat... (cached) yes #12 398.3 checking whether fchmodat works... no #12 399.2 checking for readlinkat... (cached) yes #12 399.2 checking whether fcntl handles F_DUPFD correctly... yes #12 399.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 401.2 checking whether fdopendir is declared... yes #12 401.7 checking whether fdopendir works... yes #12 402.4 checking for flexible array member... yes #12 403.1 checking for __fpending... yes #12 403.9 checking whether __fpending is declared... yes #12 404.2 checking whether free is known to preserve errno... no #12 404.4 checking whether fstatat (..., 0) works... yes #12 404.9 checking for sys/mount.h... yes #12 405.6 checking for statvfs function (SVR4)... yes #12 406.2 checking whether to use statvfs64... no #12 406.4 checking for two-argument statfs with statfs.f_frsize member... yes #12 407.4 checking sys/fs/s5param.h usability... no #12 408.0 checking sys/fs/s5param.h presence... no #12 408.2 checking for sys/fs/s5param.h... no #12 408.2 checking sys/statfs.h usability... yes #12 408.8 checking sys/statfs.h presence... yes #12 408.9 checking for sys/statfs.h... yes #12 409.0 checking for statfs that truncates block counts... no #12 409.3 checking for futimens... yes #12 410.1 checking whether futimens works... yes #12 412.1 checking for getline... yes #12 412.7 checking for working getline function... yes #12 413.5 checking for getloadavg... yes #12 414.2 checking sys/loadavg.h usability... no #12 414.9 checking sys/loadavg.h presence... no #12 415.0 checking for sys/loadavg.h... no #12 415.1 checking whether getloadavg is declared... yes #12 415.5 checking for getrandom... yes #12 416.3 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 416.8 checking for gettimeofday with POSIX signature... yes #12 417.2 checking whether the compiler supports the __inline keyword... yes #12 417.6 checking gmp.h usability... yes #12 418.1 checking gmp.h presence... yes #12 418.2 checking for gmp.h... yes #12 418.3 checking for library containing __gmpz_roinit_n... -lgmp #12 419.6 checking for memmem... yes #12 420.0 checking whether memmem works... yes #12 420.7 checking for mempcpy... yes #12 421.4 checking for memrchr... yes #12 422.1 checking for explicit_memset... no #12 422.8 checking for mkostemp... yes #12 423.4 checking for library containing nanosleep... none required #12 424.1 checking for working nanosleep... no (mishandles large arguments) #12 426.1 checking for sys/pstat.h... no #12 426.5 checking for sys/sysmp.h... no #12 427.0 checking for sys/param.h... (cached) yes #12 427.0 checking for sys/sysctl.h... (cached) yes #12 427.1 checking for sched_getaffinity_np... no #12 427.7 checking for pstat_getdynamic... no #12 428.2 checking for sysmp... no #12 429.0 checking for sysctl... (cached) yes #12 429.1 checking for sched_getaffinity... yes #12 429.8 checking for glibc compatible sched_getaffinity... yes #12 430.3 checking for pipe2... yes #12 431.0 checking whether signature of pselect conforms to POSIX... yes #12 431.7 checking whether pselect detects invalid fds... yes #12 432.6 checking whether pthread_sigmask is a macro... no #12 432.9 checking whether pthread_sigmask returns error numbers... yes #12 433.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 437.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 438.4 checking whether readlink signature is correct... yes #12 438.8 checking whether readlink handles trailing slash correctly... yes #12 441.3 checking whether readlink truncates results correctly... yes #12 442.0 checking for readlinkat... (cached) yes #12 442.0 checking whether readlinkat signature is correct... yes #12 443.8 checking for working re_compile_pattern... no #12 444.9 checking libintl.h usability... yes #12 445.3 checking libintl.h presence... yes #12 445.7 checking for libintl.h... yes #12 445.8 checking whether isblank is declared... yes #12 446.6 checking for sig2str... no #12 447.2 checking for sigdescr_np... no #12 447.9 checking for socklen_t... yes #12 449.4 checking for ssize_t... yes #12 449.9 checking for struct stat.st_atim.tv_nsec... yes #12 450.4 checking whether struct stat.st_atim is of type struct timespec... yes #12 450.9 checking for struct stat.st_birthtimespec.tv_nsec... no #12 452.7 checking for struct stat.st_birthtimensec... no #12 453.1 checking for struct stat.st_birthtim.tv_nsec... no #12 453.7 checking for bool, true, false... no #12 453.8 checking for stpcpy... yes #12 454.5 checking for working strnlen... yes #12 456.6 checking whether strtoimax works... yes #12 457.6 checking whether symlink handles trailing slash correctly... yes #12 462.0 checking whether localtime_r is declared... yes #12 466.2 checking whether localtime_r is compatible with its POSIX signature... yes #12 466.7 checking whether localtime works even near extrema... yes #12 467.8 checking for timezone_t... no #12 468.1 checking for timegm... yes #12 468.9 checking whether timer_settime is declared... yes #12 469.3 checking for library containing timer_settime... -lrt #12 472.1 checking for timer_settime... yes #12 475.8 checking for utimensat... yes #12 477.6 checking whether utimensat works... yes #12 479.5 checking for variable-length arrays... yes #12 480.0 checking whether getdtablesize works... yes #12 480.7 checking for __mktime_internal... no #12 481.5 checking for timer_getoverrun... yes #12 482.0 checking for gcc option to disable position independent executables... not needed #12 482.0 checking for __ctype_get_mb_cur_max... yes #12 482.8 checking whether MB_CUR_MAX is defined to function that won't link... no #12 483.0 #12 483.0 Configured for 'x86_64-pc-linux-gnu'. #12 483.0 #12 483.0 Where should the build process find the source code? . #12 483.0 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 483.0 Should Emacs use the GNU version of malloc? no #12 483.0 (The GNU allocators don't work with this system configuration.) #12 483.0 Should Emacs use a relocating allocator for buffers? no #12 483.0 Should Emacs use mmap(2) for buffer allocation? no #12 483.0 What window system should Emacs use? nextstep #12 483.0 What toolkit should Emacs use? none #12 483.0 Where do we find X Windows header files? NONE #12 483.0 Where do we find X Windows libraries? NONE #12 483.1 Does Emacs use -lXaw3d? no #12 483.1 Is Emacs being built for Android? no #12 483.1 Does Emacs use the X Double Buffer Extension? no #12 483.1 Does Emacs use -lXpm? no #12 483.1 Does Emacs use -ljpeg? no #12 483.1 Does Emacs use -ltiff? no #12 483.1 Does Emacs use a gif library? no #12 483.1 Does Emacs use a png library? no #12 483.1 Does Emacs use -lrsvg-2? no #12 483.1 Does Emacs use -lwebp? no #12 483.1 Does Emacs use -lsqlite3? no #12 483.1 Does Emacs use cairo? no #12 483.1 Does Emacs use -llcms2? no #12 483.1 Does Emacs use imagemagick? no #12 483.1 Does Emacs use native APIs for images? yes (ns) #12 483.1 Does Emacs support sound? yes #12 483.1 Does Emacs use -lgpm? no #12 483.1 Does Emacs use -ldbus? yes #12 483.1 Does Emacs use -lgconf? no #12 483.1 Does Emacs use GSettings? no #12 483.1 Does Emacs use a file notification library? yes -lglibc (inotify) #12 483.1 Does Emacs use access control lists? yes -lacl -lattr #12 483.1 Does Emacs use -lselinux? no #12 483.1 Does Emacs use -lgnutls? yes #12 483.1 Does Emacs use -lxml2? no #12 483.1 Does Emacs use -lfreetype? no #12 483.1 Does Emacs use HarfBuzz? no #12 483.1 Does Emacs use -lm17n-flt? no #12 483.1 Does Emacs use -lotf? no #12 483.1 Does Emacs use -lxft? no #12 483.1 Does Emacs use -lsystemd? no #12 483.1 Does Emacs use -ljansson? no #12 483.1 Does Emacs use -ltree-sitter? no #12 483.1 Does Emacs use the GMP library? yes #12 483.1 Does Emacs directly use zlib? yes #12 483.1 Does Emacs have dynamic modules support? yes #12 483.1 Does Emacs use toolkit scroll bars? yes #12 483.1 Does Emacs support Xwidgets? no #12 483.1 Does Emacs have threading support in lisp? yes #12 483.1 Does Emacs support the portable dumper? yes #12 483.1 Does Emacs support legacy unexec dumping? no #12 483.1 Which dumping strategy does Emacs use? pdumper #12 483.1 Does Emacs have native lisp compiler? no #12 483.1 Does Emacs use version 2 of the X Input Extension? no #12 483.1 Does Emacs generate a smaller-size Japanese dictionary? no #12 483.1 #12 483.1 #12 483.1 #12 483.1 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 483.1 Run 'make install' in order to build an application bundle. #12 483.1 The application will go to nextstep/Emacs.app and can be run or moved #12 483.1 from there. #12 483.1 The application will be fully self-contained. #12 483.1 #12 485.3 configure: creating ./config.status #12 486.2 configure: WARNING: This configuration installs a 'movemail' program #12 486.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 486.2 installed a 'movemail' program that retrieved POP3 email via only #12 486.2 insecure channels, a practice that is no longer recommended but that #12 486.2 you can continue to support by using './configure --with-pop'. #12 486.2 configure: You might want to install GNU Mailutils #12 486.2 and use './configure --with-mailutils'. #12 488.4 MAKE='make' ./config.status #12 489.0 config.status: creating src/verbose.mk #12 489.3 config.status: creating src/emacs-module.h #12 489.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 489.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 490.1 config.status: creating Makefile #12 490.3 config.status: creating lib/gnulib.mk #12 490.7 config.status: creating ./doc/man/emacs.1 #12 491.1 config.status: creating lib/Makefile #12 491.4 config.status: creating lib-src/Makefile #12 491.7 config.status: creating oldXMenu/Makefile #12 492.0 config.status: creating src/Makefile #12 492.3 config.status: creating lwlib/Makefile #12 492.7 config.status: creating nextstep/Makefile #12 493.0 config.status: creating nt/Makefile #12 493.3 config.status: creating doc/emacs/Makefile #12 493.5 config.status: creating doc/misc/Makefile #12 493.8 config.status: creating doc/lispintro/Makefile #12 494.0 config.status: creating doc/lispref/Makefile #12 494.3 config.status: creating lisp/Makefile #12 494.6 config.status: creating leim/Makefile #12 494.9 config.status: creating test/Makefile #12 495.2 config.status: creating test/manual/noverlay/Makefile #12 495.5 config.status: creating test/infra/Makefile #12 495.9 config.status: creating admin/charsets/Makefile #12 496.1 config.status: creating admin/unidata/Makefile #12 496.4 config.status: creating admin/grammars/Makefile #12 496.7 config.status: creating java/Makefile #12 497.0 config.status: creating cross/Makefile #12 497.3 config.status: creating java/AndroidManifest.xml #12 497.5 config.status: creating src/config.h #12 497.7 config.status: executing src/epaths.h commands #12 497.8 make[3]: Entering directory '/checkout' #12 498.1 make[3]: Leaving directory '/checkout' #12 498.3 config.status: executing src/.gdbinit commands #12 498.4 config.status: executing doc/emacs/emacsver.texi commands #12 498.5 config.status: executing etc-refcards-emacsver.tex commands #12 498.5 make[3]: Entering directory '/checkout' #12 498.7 make[3]: Leaving directory '/checkout' #12 498.8 make[2]: Leaving directory '/checkout' #12 498.8 make actual-all #12 498.8 make[2]: Entering directory '/checkout' #12 499.5 make -C lib all #12 500.0 make[3]: Entering directory '/checkout/lib' #12 500.0 GEN alloca.h #12 500.1 GEN dirent.h #12 500.2 GEN fcntl.h #12 500.3 GEN malloc/dynarray.gl.h #12 500.4 GEN malloc/dynarray-skeleton.gl.h #12 500.5 GEN inttypes.h #12 500.7 GEN limits.h #12 500.7 GEN signal.h #12 500.9 GEN stdckdint.h #12 500.9 GEN stddef.h #12 501.0 GEN stdio.h #12 501.6 GEN stdlib.h #12 502.4 GEN string.h #12 502.8 GEN sys/random.h #12 502.9 GEN sys/select.h #12 503.0 GEN sys/stat.h #12 503.2 GEN sys/time.h #12 503.3 GEN sys/types.h #12 503.4 GEN time.h #12 503.6 GEN unistd.h #12 504.6 CC fingerprint.o #12 505.0 CC mktime.o #12 506.8 CC acl-errno-valid.o #12 507.4 CC acl-internal.o #12 508.1 CC get-permissions.o #12 508.7 CC set-permissions.o #12 509.6 CC allocator.o #12 509.9 CC binary-io.o #12 510.5 CC boot-time.o #12 511.7 CC c-ctype.o #12 512.3 CC c-strcasecmp.o #12 512.8 CC c-strncasecmp.o #12 513.2 CC careadlinkat.o #12 514.1 CC close-stream.o #12 514.6 CC copy-file-range.o #12 515.2 CC count-leading-zeros.o #12 515.7 CC count-one-bits.o #12 516.2 CC count-trailing-zeros.o #12 516.8 CC md5-stream.o #12 517.4 CC md5.o #12 519.4 CC sha1.o #12 522.9 CC sha256.o #12 530.4 CC sha512.o #12 539.7 CC dtoastr.o #12 540.4 CC dtotimespec.o #12 541.1 CC fchmodat.o #12 542.2 CC fcntl.o #12 542.9 CC file-has-acl.o #12 544.2 CC filemode.o #12 544.9 CC filevercmp.o #12 546.1 CC free.o #12 546.6 CC fsusage.o #12 547.3 CC gettime.o #12 547.9 CC malloc/dynarray_at_failure.o #12 548.5 CC malloc/dynarray_emplace_enlarge.o #12 549.3 CC malloc/dynarray_finalize.o #12 550.0 CC malloc/dynarray_resize.o #12 550.8 CC malloc/dynarray_resize_clear.o #12 551.3 CC memset_explicit.o #12 551.8 CC nanosleep.o #12 552.6 CC nproc.o #12 553.5 CC nstrftime.o #12 559.0 CC pipe2.o #12 559.7 CC qcopy-acl.o #12 560.4 CC regex.o #12 593.4 CC sig2str.o #12 594.4 CC sigdescr_np.o #12 594.8 CC stat-time.o #12 595.5 CC tempname.o #12 596.9 CC time_rz.o #12 598.1 CC timegm.o #12 598.6 CC timespec.o #12 599.1 CC timespec-add.o #12 599.7 CC timespec-sub.o #12 600.2 CC u64.o #12 600.6 CC unistd.o #12 601.1 CC openat-die.o #12 601.9 CC save-cwd.o #12 602.5 AR libgnu.a #12 603.5 make[3]: Leaving directory '/checkout/lib' #12 603.5 make -C lib-src all #12 603.6 make[3]: Entering directory '/checkout/lib-src' #12 603.6 CCLD etags #12 635.6 CCLD ctags #12 666.3 CCLD emacsclient #12 672.3 CCLD ebrowse #12 684.7 CCLD hexl #12 686.7 CC pop.o #12 687.0 CCLD movemail #12 688.8 CCLD make-docfile #12 695.1 CCLD make-fingerprint #12 696.7 make[3]: Leaving directory '/checkout/lib-src' #12 696.7 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 696.7 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 698.0 make[3]: Entering directory '/checkout/src' #12 698.0 GEN globals.h #12 699.3 CC dispnew.o #12 727.3 CC frame.o #12 765.0 CC scroll.o #12 769.9 CC xdisp.o #12 984.8 CC menu.o #12 994.6 CC window.o #12 1042. CC charset.o #12 1063. CC coding.o #12 1149. CC category.o #12 1154. CC ccl.o #12 1169. CC character.o #12 1178. CC chartab.o #12 1190. CC bidi.o #12 1202. CC cm.o #12 1205. CC term.o #12 1227. CC terminal.o #12 1233. CC xfaces.o #12 1273. CC dbusbind.o #12 1294. CC emacs.o #12 1305. CC keyboard.o #12 1378. CC macros.o #12 1382. CC keymap.o #12 1405. CC sysdep.o #12 1418. CC bignum.o #12 1422. CC buffer.o #12 1446. CC filelock.o #12 1451. CC insdel.o #12 1463. CC marker.o #12 1469. CC minibuf.o #12 1488. CC fileio.o #12 1520. CC dired.o #12 1527. CC cmds.o #12 1533. CC casetab.o #12 1537. CC casefiddle.o #12 1543. CC indent.o #12 1561. CC search.o #12 1581. CC regex-emacs.o #12 1628. CC undo.o #12 1632. CC alloc.o #12 1658. CC pdumper.o #12 1682. CC data.o #12 1707. GEN buildobj.h #12 1710. CC doc.o #12 1716. CC editfns.o #12 1746. CC callint.o #12 1753. CC eval.o #12 1780. CC floatfns.o #12 1787. CC fns.o #12 1827. CC sort.o #12 1831. CC font.o #12 1871. CC print.o #12 1891. CC lread.o #12 1921. CC emacs-module.o #12 1936. CC syntax.o #12 1967. CC bytecode.o #12 1985. CC comp.o #12 1986. CC dynlib.o #12 1987. CC process.o #12 2030. CC gnutls.o #12 2045. CC callproc.o #12 2054. CC region-cache.o #12 2057. CC sound.o #12 2061. CC timefns.o #12 2070. CC atimer.o #12 2073. CC doprnt.o #12 2077. CC intervals.o #12 2090. CC textprop.o #12 2106. CC composite.o #12 2127. CC xml.o #12 2129. CC lcms.o #12 2129. CC inotify.o #12 2135. CC profiler.o #12 2140. CC decompress.o #12 2143. CC thread.o #12 2148. CC systhread.o #12 2151. CC sqlite.o #12 2153. CC treesit.o #12 2155. CC itree.o #12 2161. CC fontset.o #12 2179. CC fringe.o #12 2192. CC image.o #12 2211. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 2211. 143 | #define PIX_MASK_DRAW 1 #12 2211. | #12 2213. CC nsterm.o #12 2213. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2213. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2215. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2215. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2215. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2215. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2215. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2215. | ^~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2215. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2215. | ^~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2215. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2215. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2215. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2215. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 88 | #if GS_API_VERSION(0,011500) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2215. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2215. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2215. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2215. | ^~~~~~~~~~ #12 2215. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2215. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2215. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2215. | ^~~~~~~~~~ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2215. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2215. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2215. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2215. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2215. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2215. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2215. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2215. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 45 | #if GS_EXPOSE(NSArchiver) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 114 | #if GS_EXPOSE(NSBundle) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 43 | #if GS_EXPOSE(NSCache) #12 2215. | ^~~~~~~~~~~~~~~~~~~~ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 113 | #if GS_EXPOSE(NSException) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2215. 303 | NSGetUncaughtExceptionHandler(); #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 53 | #if GS_EXPOSE(NSExpression) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 47 | #if GS_EXPOSE(NSTimer) #12 2215. | ^~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2215. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2215. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 46 | #if GS_EXPOSE(NSRunLoop) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2215. | ^ #12 2215. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2215. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2215. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2215. | ^ #12 2215. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2215. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2215. from nsgui.h:34, #12 2215. from dispextern.h:137, #12 2215. from nsterm.h:22, #12 2215. from nsterm.m:48: #12 2215. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2215. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2215. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2215. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 40 | #if GS_EXPOSE(NSDistantObject) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 74 | #if GS_EXPOSE(NSLock) #12 2216. | ^~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 125 | #if GS_EXPOSE(NSCondition) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 175 | #if GS_EXPOSE(NSConditionLock) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2216. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 134 | #if GS_EXPOSE(NSError) #12 2216. | ^~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2216. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 182 | #if GS_EXPOSE(NSURLHandle) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 73 | #if GS_EXPOSE(NSURL) #12 2216. | ^~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2216. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 633 | #if GS_EXPOSE(NSURLComponents) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 160 | #if GS_EXPOSE(NSPipe) #12 2216. | ^~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 215 | #if GS_EXPOSE(NSFileManager) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 42 | #if GS_EXPOSE(NSHost) #12 2216. | ^~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 47 | #if GS_EXPOSE(NSIndexPath) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 49 | #if GS_EXPOSE(NSIndexSet) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 38 | #if GS_EXPOSE(NSInvocation) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 103 | #if GS_EXPOSE(NSLocale) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 361 | #if GS_EXPOSE(NSNetService) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 53 | #if GS_EXPOSE(NSPortCoder) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 77 | #if GS_EXPOSE(NSPort) #12 2216. | ^~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 202 | #if GS_EXPOSE(NSSocketPort) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 284 | #if GS_EXPOSE(NSMessagePort) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 47 | #if GS_EXPOSE(NSPortMessage) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 53 | #if GS_EXPOSE(NSProgress) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 42 | #if GS_EXPOSE(NSScanner) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 58 | #if GS_EXPOSE(NSSpellServer) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 51 | #if GS_EXPOSE(NSTask) #12 2216. | ^~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 59 | #if GS_EXPOSE(NSThread) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 87 | #if GS_EXPOSE(NSUndoManager) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 105 | #if GS_EXPOSE(NSURLCache) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 48 | #if GS_EXPOSE(NSURLConnection) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 56 | #if GS_EXPOSE(NSURLCredential) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 49 | #if GS_EXPOSE(NSURLDownload) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 92 | #if GS_EXPOSE(NSURLRequest) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 49 | #if GS_EXPOSE(NSURLResponse) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2216. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2216. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 72 | #if GS_EXPOSE(NSXMLParser) #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2216. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2216. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2216. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2216. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2216. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2216. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2216. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2216. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2216. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2216. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2216. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2216. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2216. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2216. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2216. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2216. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2216. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2216. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2216. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2216. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2216. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2216. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2216. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2216. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2216. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2216. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2216. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2216. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2216. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2216. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2216. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2216. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2216. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2216. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2216. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2216. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2216. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2216. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2216. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2216. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2216. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2216. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2216. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2216. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2216. from nsgui.h:34, #12 2216. from dispextern.h:137, #12 2216. from nsterm.h:22, #12 2216. from nsterm.m:48: #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2216. | ^ #12 2216. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2216. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2216. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2217. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2217. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2217. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2217. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2217. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2217. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2217. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2217. | ^~~~~~~~~~~~~~~~~~~~ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2217. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2217. | ^~~~~~~~~~~~~~~~~~~~ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2217. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2217. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2217. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2217. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2217. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2217. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2217. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2217. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2217. | ^ #12 2217. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2217. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2217. from nsgui.h:34, #12 2217. from dispextern.h:137, #12 2217. from nsterm.h:22, #12 2217. from nsterm.m:48: #12 2217. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2217. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2217. | ^ #12 2218. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsterm.h:22, #12 2218. from nsterm.m:48: #12 2218. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsterm.h:22, #12 2218. from nsterm.m:48: #12 2218. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsterm.h:22, #12 2218. from nsterm.m:48: #12 2218. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsterm.h:22, #12 2218. from nsterm.m:48: #12 2218. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsterm.h:22, #12 2218. from nsterm.m:48: #12 2218. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsterm.h:22, #12 2218. from nsterm.m:48: #12 2218. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsterm.h:22, #12 2218. from nsterm.m:48: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 125 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 129 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 133 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 214 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 247 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 251 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 259 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 263 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 267 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 271 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 275 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 287 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 311 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 323 | __attribute__((unused)); #12 2218. | ^~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsterm.h:22, #12 2218. from nsterm.m:48: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 493 | PSgsave() #12 2218. | ^~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 499 | PSgrestore() #12 2218. | ^~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 505 | PSinitgraphics() #12 2218. | ^~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 622 | PSinitmatrix() #12 2218. | ^~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 669 | PSclip() #12 2218. | ^~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 675 | PSclosepath() #12 2218. | ^~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 687 | PSeoclip() #12 2218. | ^~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 693 | PSeofill() #12 2218. | ^~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 699 | PSfill() #12 2218. | ^~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 705 | PSflattenpath() #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 711 | PSinitclip() #12 2218. | ^~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 729 | PSnewpath() #12 2218. | ^~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 765 | PSreversepath() #12 2218. | ^~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 783 | PSstroke() #12 2218. | ^~~~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 835 | PSWait() #12 2218. | ^~~~~~ #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2218. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2218. nsterm.m: In function 'ns_set_undecorated': #12 2218. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 2218. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 2218. | ^ #12 2218. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 2219. nsterm.m: In function '-[EmacsView showFontPanel]': #12 2219. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 2219. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 2219. | ^ #12 2268. CC nsfns.o #12 2268. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2268. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2270. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2270. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2270. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2270. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2270. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2270. | ^~~~~~~~~~~~~~~~~~~~ #12 2270. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2270. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2270. | ^~~~~~~~~~~~~~~~~~~~ #12 2270. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2270. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2270. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2270. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2270. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 88 | #if GS_API_VERSION(0,011500) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2270. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2270. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2270. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2270. | ^~~~~~~~~~ #12 2270. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2270. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2270. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2270. | ^~~~~~~~~~ #12 2270. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2270. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2270. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2270. | ^ #12 2270. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2270. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2270. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2270. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2270. from nsgui.h:34, #12 2270. from dispextern.h:137, #12 2270. from nsterm.h:22, #12 2270. from nsfns.m:38: #12 2270. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2270. | ^ #12 2270. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2270. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2270. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2271. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2271. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2271. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2271. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2271. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 45 | #if GS_EXPOSE(NSArchiver) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 114 | #if GS_EXPOSE(NSBundle) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 43 | #if GS_EXPOSE(NSCache) #12 2271. | ^~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 113 | #if GS_EXPOSE(NSException) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2271. 303 | NSGetUncaughtExceptionHandler(); #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 53 | #if GS_EXPOSE(NSExpression) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 47 | #if GS_EXPOSE(NSTimer) #12 2271. | ^~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2271. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2271. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 46 | #if GS_EXPOSE(NSRunLoop) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2271. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 40 | #if GS_EXPOSE(NSDistantObject) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 74 | #if GS_EXPOSE(NSLock) #12 2271. | ^~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 125 | #if GS_EXPOSE(NSCondition) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 175 | #if GS_EXPOSE(NSConditionLock) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2271. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 134 | #if GS_EXPOSE(NSError) #12 2271. | ^~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2271. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 182 | #if GS_EXPOSE(NSURLHandle) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 73 | #if GS_EXPOSE(NSURL) #12 2271. | ^~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2271. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 633 | #if GS_EXPOSE(NSURLComponents) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 160 | #if GS_EXPOSE(NSPipe) #12 2271. | ^~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 215 | #if GS_EXPOSE(NSFileManager) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 42 | #if GS_EXPOSE(NSHost) #12 2271. | ^~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 47 | #if GS_EXPOSE(NSIndexPath) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 49 | #if GS_EXPOSE(NSIndexSet) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 38 | #if GS_EXPOSE(NSInvocation) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 103 | #if GS_EXPOSE(NSLocale) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 361 | #if GS_EXPOSE(NSNetService) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 53 | #if GS_EXPOSE(NSPortCoder) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 77 | #if GS_EXPOSE(NSPort) #12 2271. | ^~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 202 | #if GS_EXPOSE(NSSocketPort) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 284 | #if GS_EXPOSE(NSMessagePort) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 47 | #if GS_EXPOSE(NSPortMessage) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 53 | #if GS_EXPOSE(NSProgress) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 42 | #if GS_EXPOSE(NSScanner) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 58 | #if GS_EXPOSE(NSSpellServer) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 51 | #if GS_EXPOSE(NSTask) #12 2271. | ^~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 59 | #if GS_EXPOSE(NSThread) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2271. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2271. | ^ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2271. | ^ #12 2271. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 87 | #if GS_EXPOSE(NSUndoManager) #12 2271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2271. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2271. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2271. from nsgui.h:34, #12 2271. from dispextern.h:137, #12 2271. from nsterm.h:22, #12 2271. from nsfns.m:38: #12 2271. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2271. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2271. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 105 | #if GS_EXPOSE(NSURLCache) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 48 | #if GS_EXPOSE(NSURLConnection) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 56 | #if GS_EXPOSE(NSURLCredential) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 49 | #if GS_EXPOSE(NSURLDownload) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 92 | #if GS_EXPOSE(NSURLRequest) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 49 | #if GS_EXPOSE(NSURLResponse) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2272. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2272. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 72 | #if GS_EXPOSE(NSXMLParser) #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2272. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2272. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2272. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2272. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2272. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2272. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2272. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2272. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2272. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2272. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2272. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2272. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2272. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2272. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2272. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2272. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2272. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2272. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2272. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2272. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2272. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2272. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2272. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2272. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2272. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2272. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2272. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2272. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2272. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2272. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2272. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2272. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2272. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2272. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2272. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2272. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2272. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2272. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2272. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2272. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2272. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2272. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2272. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2272. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2272. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2272. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2272. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2272. | ^~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2272. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2272. | ^~~~~~~~~~~~~~~~~~~~ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2272. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2272. | ^ #12 2272. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2272. | ^ #12 2272. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2272. from nsgui.h:34, #12 2272. from dispextern.h:137, #12 2272. from nsterm.h:22, #12 2272. from nsfns.m:38: #12 2272. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2272. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2272. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2273. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2273. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2273. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2273. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2273. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2273. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2273. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2273. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2273. | ^ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2273. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2273. | ^ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 125 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 129 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 133 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 214 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 247 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 251 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 259 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 263 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 267 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 271 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 275 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 287 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 311 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 323 | __attribute__((unused)); #12 2273. | ^~~~~~~~~~~~~ #12 2273. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2273. from nsgui.h:34, #12 2273. from dispextern.h:137, #12 2273. from nsterm.h:22, #12 2273. from nsfns.m:38: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 493 | PSgsave() #12 2273. | ^~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 499 | PSgrestore() #12 2273. | ^~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 505 | PSinitgraphics() #12 2273. | ^~~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 622 | PSinitmatrix() #12 2273. | ^~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 669 | PSclip() #12 2273. | ^~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 675 | PSclosepath() #12 2273. | ^~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 687 | PSeoclip() #12 2273. | ^~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 693 | PSeofill() #12 2273. | ^~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 699 | PSfill() #12 2273. | ^~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 705 | PSflattenpath() #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 711 | PSinitclip() #12 2273. | ^~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 729 | PSnewpath() #12 2273. | ^~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 765 | PSreversepath() #12 2273. | ^~~~~~~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 783 | PSstroke() #12 2273. | ^~~~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2273. 835 | PSWait() #12 2273. | ^~~~~~ #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2273. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2274. nsfns.m: At top level: #12 2274. nsfns.m:694:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 2274. 694 | ns_make_frame_key_window (struct frame *f) #12 2274. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2294. CC nsmenu.o #12 2294. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2295. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2296. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2296. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2296. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2296. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2296. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2296. | ^~~~~~~~~~~~~~~~~~~~ #12 2296. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2296. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2296. | ^~~~~~~~~~~~~~~~~~~~ #12 2296. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2296. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2296. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2296. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2296. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 88 | #if GS_API_VERSION(0,011500) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2296. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2296. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2296. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2296. | ^~~~~~~~~~ #12 2296. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2296. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2296. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2296. | ^~~~~~~~~~ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2296. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2296. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2296. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2296. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2296. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2296. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2296. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2296. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2296. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 45 | #if GS_EXPOSE(NSArchiver) #12 2296. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2296. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2296. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2296. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2296. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2296. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2296. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2296. | ^ #12 2296. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2296. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2296. from nsgui.h:34, #12 2296. from dispextern.h:137, #12 2296. from window.h:23, #12 2296. from nsmenu.m:29: #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 114 | #if GS_EXPOSE(NSBundle) #12 2296. | ^~~~~~~~~~~~~~~~~~~~~ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2296. | ^ #12 2296. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2296. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2296. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 43 | #if GS_EXPOSE(NSCache) #12 2297. | ^~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 113 | #if GS_EXPOSE(NSException) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2297. 303 | NSGetUncaughtExceptionHandler(); #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 53 | #if GS_EXPOSE(NSExpression) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 47 | #if GS_EXPOSE(NSTimer) #12 2297. | ^~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2297. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2297. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 46 | #if GS_EXPOSE(NSRunLoop) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2297. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 40 | #if GS_EXPOSE(NSDistantObject) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 74 | #if GS_EXPOSE(NSLock) #12 2297. | ^~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 125 | #if GS_EXPOSE(NSCondition) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 175 | #if GS_EXPOSE(NSConditionLock) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2297. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 134 | #if GS_EXPOSE(NSError) #12 2297. | ^~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2297. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 182 | #if GS_EXPOSE(NSURLHandle) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 73 | #if GS_EXPOSE(NSURL) #12 2297. | ^~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2297. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 633 | #if GS_EXPOSE(NSURLComponents) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 160 | #if GS_EXPOSE(NSPipe) #12 2297. | ^~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 215 | #if GS_EXPOSE(NSFileManager) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 42 | #if GS_EXPOSE(NSHost) #12 2297. | ^~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 47 | #if GS_EXPOSE(NSIndexPath) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 49 | #if GS_EXPOSE(NSIndexSet) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 38 | #if GS_EXPOSE(NSInvocation) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 103 | #if GS_EXPOSE(NSLocale) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 361 | #if GS_EXPOSE(NSNetService) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 53 | #if GS_EXPOSE(NSPortCoder) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 77 | #if GS_EXPOSE(NSPort) #12 2297. | ^~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 202 | #if GS_EXPOSE(NSSocketPort) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 284 | #if GS_EXPOSE(NSMessagePort) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 47 | #if GS_EXPOSE(NSPortMessage) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 53 | #if GS_EXPOSE(NSProgress) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 42 | #if GS_EXPOSE(NSScanner) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 58 | #if GS_EXPOSE(NSSpellServer) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 51 | #if GS_EXPOSE(NSTask) #12 2297. | ^~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 59 | #if GS_EXPOSE(NSThread) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 87 | #if GS_EXPOSE(NSUndoManager) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 105 | #if GS_EXPOSE(NSURLCache) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 48 | #if GS_EXPOSE(NSURLConnection) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 56 | #if GS_EXPOSE(NSURLCredential) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 49 | #if GS_EXPOSE(NSURLDownload) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 92 | #if GS_EXPOSE(NSURLRequest) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 49 | #if GS_EXPOSE(NSURLResponse) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2297. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2297. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2297. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2297. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2297. | ^ #12 2297. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2297. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2297. from nsgui.h:34, #12 2297. from dispextern.h:137, #12 2297. from window.h:23, #12 2297. from nsmenu.m:29: #12 2297. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2297. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2297. | ^ #12 2298. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 72 | #if GS_EXPOSE(NSXMLParser) #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2298. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2298. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2298. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2298. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2298. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2298. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2298. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2298. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2298. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2298. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2298. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2298. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2298. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2298. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2298. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2298. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2298. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2298. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2298. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2298. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2298. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2298. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2298. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2298. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2298. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2298. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2298. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2298. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2298. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2298. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2298. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2298. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2298. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2298. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2298. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2298. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2298. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2298. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2298. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2298. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2298. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2298. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2298. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2298. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2298. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2298. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2298. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2298. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2298. | ^~~~~~~~~~~~~~~~~~~~ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2298. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2298. | ^~~~~~~~~~~~~~~~~~~~ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2298. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2298. | ^ #12 2298. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2298. | ^ #12 2298. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2298. from nsgui.h:34, #12 2298. from dispextern.h:137, #12 2298. from window.h:23, #12 2298. from nsmenu.m:29: #12 2298. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2298. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2298. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2299. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2299. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2299. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2299. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2299. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2299. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2299. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2299. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2299. | ^ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2299. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2299. | ^ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 125 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 129 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 133 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 214 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 247 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 251 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 259 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 263 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 267 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 271 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 275 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 287 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 311 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 323 | __attribute__((unused)); #12 2299. | ^~~~~~~~~~~~~ #12 2299. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2299. from nsgui.h:34, #12 2299. from dispextern.h:137, #12 2299. from window.h:23, #12 2299. from nsmenu.m:29: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 493 | PSgsave() #12 2299. | ^~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 499 | PSgrestore() #12 2299. | ^~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 505 | PSinitgraphics() #12 2299. | ^~~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 622 | PSinitmatrix() #12 2299. | ^~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 669 | PSclip() #12 2299. | ^~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 675 | PSclosepath() #12 2299. | ^~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 687 | PSeoclip() #12 2299. | ^~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 693 | PSeofill() #12 2299. | ^~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 699 | PSfill() #12 2299. | ^~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 705 | PSflattenpath() #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 711 | PSinitclip() #12 2299. | ^~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 729 | PSnewpath() #12 2299. | ^~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 765 | PSreversepath() #12 2299. | ^~~~~~~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 783 | PSstroke() #12 2299. | ^~~~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2299. 835 | PSWait() #12 2299. | ^~~~~~ #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2299. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2310. CC nsselect.o #12 2310. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2310. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2312. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2312. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2312. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2312. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2312. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2312. | ^~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2312. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2312. | ^~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2312. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2312. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2312. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2312. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 88 | #if GS_API_VERSION(0,011500) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2312. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2312. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2312. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2312. | ^~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2312. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2312. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2312. | ^~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2312. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2312. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2312. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2312. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2312. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2312. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2312. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2312. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 45 | #if GS_EXPOSE(NSArchiver) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 114 | #if GS_EXPOSE(NSBundle) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 43 | #if GS_EXPOSE(NSCache) #12 2312. | ^~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 113 | #if GS_EXPOSE(NSException) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2312. 303 | NSGetUncaughtExceptionHandler(); #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 53 | #if GS_EXPOSE(NSExpression) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 47 | #if GS_EXPOSE(NSTimer) #12 2312. | ^~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2312. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2312. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 46 | #if GS_EXPOSE(NSRunLoop) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2312. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 40 | #if GS_EXPOSE(NSDistantObject) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 74 | #if GS_EXPOSE(NSLock) #12 2312. | ^~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 125 | #if GS_EXPOSE(NSCondition) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 175 | #if GS_EXPOSE(NSConditionLock) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2312. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 134 | #if GS_EXPOSE(NSError) #12 2312. | ^~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2312. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 182 | #if GS_EXPOSE(NSURLHandle) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 73 | #if GS_EXPOSE(NSURL) #12 2312. | ^~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2312. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 633 | #if GS_EXPOSE(NSURLComponents) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 160 | #if GS_EXPOSE(NSPipe) #12 2312. | ^~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2312. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2312. | ^ #12 2312. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2312. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2312. from nsgui.h:34, #12 2312. from dispextern.h:137, #12 2312. from nsterm.h:22, #12 2312. from nsselect.m:31: #12 2312. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 215 | #if GS_EXPOSE(NSFileManager) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2312. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2312. | ^ #12 2312. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2312. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 42 | #if GS_EXPOSE(NSHost) #12 2313. | ^~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 47 | #if GS_EXPOSE(NSIndexPath) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 49 | #if GS_EXPOSE(NSIndexSet) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 38 | #if GS_EXPOSE(NSInvocation) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 103 | #if GS_EXPOSE(NSLocale) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 361 | #if GS_EXPOSE(NSNetService) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 53 | #if GS_EXPOSE(NSPortCoder) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 77 | #if GS_EXPOSE(NSPort) #12 2313. | ^~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 202 | #if GS_EXPOSE(NSSocketPort) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 284 | #if GS_EXPOSE(NSMessagePort) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 47 | #if GS_EXPOSE(NSPortMessage) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 53 | #if GS_EXPOSE(NSProgress) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 42 | #if GS_EXPOSE(NSScanner) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 58 | #if GS_EXPOSE(NSSpellServer) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 51 | #if GS_EXPOSE(NSTask) #12 2313. | ^~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 59 | #if GS_EXPOSE(NSThread) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 87 | #if GS_EXPOSE(NSUndoManager) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 105 | #if GS_EXPOSE(NSURLCache) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 48 | #if GS_EXPOSE(NSURLConnection) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 56 | #if GS_EXPOSE(NSURLCredential) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 49 | #if GS_EXPOSE(NSURLDownload) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 92 | #if GS_EXPOSE(NSURLRequest) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 49 | #if GS_EXPOSE(NSURLResponse) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2313. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2313. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 72 | #if GS_EXPOSE(NSXMLParser) #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2313. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2313. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2313. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2313. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2313. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2313. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2313. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2313. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2313. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2313. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2313. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2313. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2313. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2313. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2313. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2313. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2313. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2313. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2313. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2313. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2313. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2313. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2313. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2313. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2313. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2313. from nsgui.h:34, #12 2313. from dispextern.h:137, #12 2313. from nsterm.h:22, #12 2313. from nsselect.m:31: #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2313. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2313. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2313. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2313. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2313. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2313. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2313. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2313. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2313. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2313. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2313. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2313. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2313. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2313. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2313. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2313. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2313. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2313. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2313. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2313. | ^ #12 2313. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2313. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2313. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2314. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2314. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2314. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2314. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2314. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2314. | ^~~~~~~~~~~~~~~~~~~~ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2314. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2314. | ^~~~~~~~~~~~~~~~~~~~ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2314. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2314. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2314. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2314. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2314. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2314. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2314. | ^ #12 2314. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2314. | ^ #12 2314. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2314. from nsgui.h:34, #12 2314. from dispextern.h:137, #12 2314. from nsterm.h:22, #12 2314. from nsselect.m:31: #12 2314. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2314. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2314. | ^ #12 2315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2315. from nsgui.h:34, #12 2315. from dispextern.h:137, #12 2315. from nsterm.h:22, #12 2315. from nsselect.m:31: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2315. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2315. | ^ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 125 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 129 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 133 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 214 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 247 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 251 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 259 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 263 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 267 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 271 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 275 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 287 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 311 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 323 | __attribute__((unused)); #12 2315. | ^~~~~~~~~~~~~ #12 2315. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2315. from nsgui.h:34, #12 2315. from dispextern.h:137, #12 2315. from nsterm.h:22, #12 2315. from nsselect.m:31: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 493 | PSgsave() #12 2315. | ^~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 499 | PSgrestore() #12 2315. | ^~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 505 | PSinitgraphics() #12 2315. | ^~~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 622 | PSinitmatrix() #12 2315. | ^~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 669 | PSclip() #12 2315. | ^~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 675 | PSclosepath() #12 2315. | ^~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 687 | PSeoclip() #12 2315. | ^~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 693 | PSeofill() #12 2315. | ^~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 699 | PSfill() #12 2315. | ^~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 705 | PSflattenpath() #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 711 | PSinitclip() #12 2315. | ^~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 729 | PSnewpath() #12 2315. | ^~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 765 | PSreversepath() #12 2315. | ^~~~~~~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 783 | PSstroke() #12 2315. | ^~~~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2315. 835 | PSWait() #12 2315. | ^~~~~~ #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2315. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2321. CC nsimage.o #12 2321. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2321. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2323. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2323. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2323. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2323. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2323. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2323. | ^~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2323. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2323. | ^~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2323. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2323. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2323. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2323. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 88 | #if GS_API_VERSION(0,011500) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2323. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2323. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2323. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2323. | ^~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2323. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2323. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2323. | ^~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2323. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2323. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2323. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2323. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2323. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2323. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2323. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2323. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 45 | #if GS_EXPOSE(NSArchiver) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 114 | #if GS_EXPOSE(NSBundle) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 43 | #if GS_EXPOSE(NSCache) #12 2323. | ^~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 113 | #if GS_EXPOSE(NSException) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2323. 303 | NSGetUncaughtExceptionHandler(); #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 53 | #if GS_EXPOSE(NSExpression) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 47 | #if GS_EXPOSE(NSTimer) #12 2323. | ^~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2323. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2323. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 46 | #if GS_EXPOSE(NSRunLoop) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2323. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 40 | #if GS_EXPOSE(NSDistantObject) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 74 | #if GS_EXPOSE(NSLock) #12 2323. | ^~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 125 | #if GS_EXPOSE(NSCondition) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 175 | #if GS_EXPOSE(NSConditionLock) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2323. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 134 | #if GS_EXPOSE(NSError) #12 2323. | ^~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2323. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 182 | #if GS_EXPOSE(NSURLHandle) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 73 | #if GS_EXPOSE(NSURL) #12 2323. | ^~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2323. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 633 | #if GS_EXPOSE(NSURLComponents) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 160 | #if GS_EXPOSE(NSPipe) #12 2323. | ^~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 215 | #if GS_EXPOSE(NSFileManager) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 42 | #if GS_EXPOSE(NSHost) #12 2323. | ^~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 47 | #if GS_EXPOSE(NSIndexPath) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 49 | #if GS_EXPOSE(NSIndexSet) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 38 | #if GS_EXPOSE(NSInvocation) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2323. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2323. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2323. | ^ #12 2323. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2323. | ^ #12 2323. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2323. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2323. from nsgui.h:34, #12 2323. from dispextern.h:137, #12 2323. from nsimage.m:33: #12 2323. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2323. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2323. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 103 | #if GS_EXPOSE(NSLocale) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2324. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 361 | #if GS_EXPOSE(NSNetService) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 53 | #if GS_EXPOSE(NSPortCoder) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2324. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 77 | #if GS_EXPOSE(NSPort) #12 2324. | ^~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 202 | #if GS_EXPOSE(NSSocketPort) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 284 | #if GS_EXPOSE(NSMessagePort) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 47 | #if GS_EXPOSE(NSPortMessage) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 53 | #if GS_EXPOSE(NSProgress) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 42 | #if GS_EXPOSE(NSScanner) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 58 | #if GS_EXPOSE(NSSpellServer) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2324. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 51 | #if GS_EXPOSE(NSTask) #12 2324. | ^~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2324. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 59 | #if GS_EXPOSE(NSThread) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2324. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 87 | #if GS_EXPOSE(NSUndoManager) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 105 | #if GS_EXPOSE(NSURLCache) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 48 | #if GS_EXPOSE(NSURLConnection) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 56 | #if GS_EXPOSE(NSURLCredential) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 49 | #if GS_EXPOSE(NSURLDownload) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 92 | #if GS_EXPOSE(NSURLRequest) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 49 | #if GS_EXPOSE(NSURLResponse) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2324. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2324. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 72 | #if GS_EXPOSE(NSXMLParser) #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2324. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2324. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2324. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2324. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2324. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2324. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2324. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2324. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2324. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2324. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2324. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2324. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2324. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2324. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2324. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2324. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2324. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2324. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2324. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2324. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2324. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2324. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2324. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2324. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2324. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2324. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2324. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2324. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2324. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2324. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2324. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2324. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2324. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2324. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2324. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2324. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2324. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2324. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2324. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2324. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2324. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2324. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2324. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2324. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2324. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2324. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2324. | ^ #12 2324. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2324. | ^ #12 2324. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2324. from nsgui.h:34, #12 2324. from dispextern.h:137, #12 2324. from nsimage.m:33: #12 2324. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2324. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2324. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2325. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2325. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2325. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2325. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2325. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2325. | ^~~~~~~~~~~~~~~~~~~~ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2325. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2325. | ^~~~~~~~~~~~~~~~~~~~ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2325. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2325. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2325. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2325. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2325. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2325. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2325. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2325. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2325. | ^ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2325. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2325. | ^ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 125 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 129 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 133 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 214 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 247 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 251 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 259 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 263 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 267 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 271 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 275 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 287 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 311 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 323 | __attribute__((unused)); #12 2325. | ^~~~~~~~~~~~~ #12 2325. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2325. from nsgui.h:34, #12 2325. from dispextern.h:137, #12 2325. from nsimage.m:33: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 493 | PSgsave() #12 2325. | ^~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 499 | PSgrestore() #12 2325. | ^~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 505 | PSinitgraphics() #12 2325. | ^~~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 622 | PSinitmatrix() #12 2325. | ^~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 669 | PSclip() #12 2325. | ^~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 675 | PSclosepath() #12 2325. | ^~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 687 | PSeoclip() #12 2325. | ^~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 693 | PSeofill() #12 2325. | ^~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 699 | PSfill() #12 2325. | ^~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 705 | PSflattenpath() #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 711 | PSinitclip() #12 2325. | ^~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 729 | PSnewpath() #12 2325. | ^~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 765 | PSreversepath() #12 2325. | ^~~~~~~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 783 | PSstroke() #12 2325. | ^~~~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2325. 835 | PSWait() #12 2325. | ^~~~~~ #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2325. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2330. CC nsfont.o #12 2330. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2330. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2331. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2331. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2331. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2331. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2331. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2331. | ^~~~~~~~~~~~~~~~~~~~ #12 2331. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2331. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2331. | ^~~~~~~~~~~~~~~~~~~~ #12 2331. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2331. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2331. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2331. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2331. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 88 | #if GS_API_VERSION(0,011500) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2331. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2331. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2331. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2331. | ^~~~~~~~~~ #12 2331. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2331. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2331. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2331. | ^~~~~~~~~~ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2331. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2331. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2331. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2331. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2331. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2331. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2331. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2331. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2331. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2331. | ^ #12 2331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2331. from nsgui.h:34, #12 2331. from dispextern.h:137, #12 2331. from nsfont.m:28: #12 2331. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 45 | #if GS_EXPOSE(NSArchiver) #12 2331. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2331. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2331. | ^ #12 2331. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2331. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2331. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 114 | #if GS_EXPOSE(NSBundle) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 43 | #if GS_EXPOSE(NSCache) #12 2332. | ^~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 113 | #if GS_EXPOSE(NSException) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2332. 303 | NSGetUncaughtExceptionHandler(); #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 53 | #if GS_EXPOSE(NSExpression) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 47 | #if GS_EXPOSE(NSTimer) #12 2332. | ^~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2332. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2332. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 46 | #if GS_EXPOSE(NSRunLoop) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2332. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 40 | #if GS_EXPOSE(NSDistantObject) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 74 | #if GS_EXPOSE(NSLock) #12 2332. | ^~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 125 | #if GS_EXPOSE(NSCondition) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 175 | #if GS_EXPOSE(NSConditionLock) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2332. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 134 | #if GS_EXPOSE(NSError) #12 2332. | ^~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2332. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 182 | #if GS_EXPOSE(NSURLHandle) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 73 | #if GS_EXPOSE(NSURL) #12 2332. | ^~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2332. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 633 | #if GS_EXPOSE(NSURLComponents) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 160 | #if GS_EXPOSE(NSPipe) #12 2332. | ^~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 215 | #if GS_EXPOSE(NSFileManager) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 42 | #if GS_EXPOSE(NSHost) #12 2332. | ^~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 47 | #if GS_EXPOSE(NSIndexPath) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 49 | #if GS_EXPOSE(NSIndexSet) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 38 | #if GS_EXPOSE(NSInvocation) #12 2332. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2332. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2332. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2332. | ^ #12 2332. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2332. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2332. from nsgui.h:34, #12 2332. from dispextern.h:137, #12 2332. from nsfont.m:28: #12 2332. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2332. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2332. | #12 2332. [output clipped, log limit 2MiB reached] #12 2334. make[3]: Leaving directory '/checkout/src' #12 2334. make[2]: Leaving directory '/checkout' #12 2334. make[1]: Leaving directory '/checkout' #12 2334. make[1]: Entering directory '/checkout' #12 2335. make[1]: Leaving directory '/checkout' #12 2336. /GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2336. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 361 | #if GS_EXPOSE(NSNetService) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 53 | #if GS_EXPOSE(NSPortCoder) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2336. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 77 | #if GS_EXPOSE(NSPort) #12 2336. | ^~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 202 | #if GS_EXPOSE(NSSocketPort) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 284 | #if GS_EXPOSE(NSMessagePort) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 47 | #if GS_EXPOSE(NSPortMessage) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 53 | #if GS_EXPOSE(NSProgress) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 42 | #if GS_EXPOSE(NSScanner) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 58 | #if GS_EXPOSE(NSSpellServer) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2336. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 51 | #if GS_EXPOSE(NSTask) #12 2336. | ^~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2336. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 59 | #if GS_EXPOSE(NSThread) #12 2336. | ^~~~~~~~~~~~~~~~~~~~~ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2336. | ^ #12 2336. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2336. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2336. | ^ #12 2336. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2336. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2336. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2336. from nsgui.h:34, #12 2336. from dispextern.h:137, #12 2336. from nsfont.m:28: #12 2336. /usection_end:1702342606:build_script section_start:1702342606: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-6abea4d9: No such file or directory section_end:1702342610:after_script section_start:1702342610:upload_artifacts_on_failure section_end:1702342613:upload_artifacts_on_failure ERROR: Job failed: exit code 1