Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1701821024: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:1701821024:prepare_executor section_start:1701821024:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1701821027:prepare_script section_start:1701821027: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] dc744fe6f3cd185bd9d29f61b08cd4c524e3969e -> refs/pipelines/27395 df842a7..dc744fe master -> origin/master Checking out dc744fe6 as master... Skipping Git submodules setup section_end:1701821050:get_sources section_start:1701821050:restore_cache section_end:1701821058:restore_cache section_start:1701821058:download_artifacts section_end:1701821061:download_artifacts section_start:1701821061:build_script $ docker info Client: Debug Mode: false Server: Containers: 25 Running: 6 Paused: 0 Stopped: 19 Images: 14 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING: No swap limit support WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-dc744fe6f3cd185bd9d29f61b08cd4c524e3969e/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 6.2s #2 [internal] load .dockerignore #2 transferring context: 0.1s #2 transferring context: 2B 0.1s done #2 DONE 10.7s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.4s #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: #7 transferring context: 17.02MB 5.3s #7 transferring context: 30.14MB 10.4s #7 transferring context: 41.93MB 15.5s #7 transferring context: 54.88MB 20.6s #7 transferring context: 73.98MB 25.6s #7 transferring context: 84.84MB 41.6s #7 transferring context: 104.38MB 46.8s #7 transferring context: 108.92MB 51.9s #7 transferring context: 109.29MB 64.0s #7 transferring context: 124.82MB 69.1s #7 transferring context: 139.36MB 74.2s #7 transferring context: 153.29MB 79.3s #7 transferring context: 162.06MB 84.3s #7 transferring context: 163.85MB 89.4s #7 transferring context: 180.13MB 94.6s #7 transferring context: 206.55MB 99.7s #7 transferring context: 228.15MB 104.9s #7 transferring context: 245.23MB 108.1s done #7 DONE 109.0s #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 50.8s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 14.4s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 18.58 Checking whether you have the necessary tools... #10 18.58 (Read INSTALL.REPO for more details on building Emacs) #10 18.62 Checking for autoconf (need at least version 2.65) ... ok #10 18.78 Your system has the required tools. #10 18.78 Building aclocal.m4 ... #10 18.79 Running 'autoreconf -fi -I m4' ... #10 76.48 Building 'aclocal.m4' in exec ... #10 76.49 Running 'autoreconf -fi' in exec ... #10 87.95 You can now run './autogen.sh git'. #10 DONE 88.6s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 3.653 checking for xcrun... no #11 3.653 checking for GNU Make... make #11 3.759 checking build system type... x86_64-pc-linux-gnu #11 4.547 checking host system type... x86_64-pc-linux-gnu #11 4.707 checking for gcc... gcc #11 5.125 checking whether the C compiler works... yes #11 5.694 checking for C compiler default output file name... a.out #11 5.704 checking for suffix of executables... #11 6.112 checking whether we are cross compiling... no #11 6.788 checking for suffix of object files... o #11 7.063 checking whether we are using the GNU C compiler... yes #11 7.347 checking whether gcc accepts -g... yes #11 7.681 checking for gcc option to enable C11 features... none needed #11 8.454 checking whether the compiler is clang... no #11 8.860 checking for compiler option needed when checking for declarations... none #11 8.860 checking whether gcc and cc understand -c and -o together... yes #11 10.28 checking how to run the C preprocessor... gcc -E #11 10.97 checking for grep that handles long lines and -e... /bin/grep #11 11.03 checking for egrep... /bin/grep -E #11 11.05 checking for ANSI C header files... yes #11 12.51 checking for sys/types.h... yes #11 13.02 checking for sys/stat.h... yes #11 13.47 checking for stdlib.h... yes #11 13.96 checking for string.h... yes #11 14.37 checking for memory.h... yes #11 14.88 checking for strings.h... yes #11 15.19 checking for inttypes.h... yes #11 15.72 checking for stdint.h... yes #11 16.21 checking for unistd.h... yes #11 16.78 checking for wchar.h... yes #11 17.42 checking for minix/config.h... no #11 17.89 checking for linux/fs.h... yes #11 18.48 checking for malloc.h... yes #11 18.95 checking for sys/systeminfo.h... no #11 19.42 checking for sys/sysinfo.h... yes #11 19.96 checking for coff.h... no #11 20.50 checking for pty.h... yes #11 21.06 checking for sys/resource.h... yes #11 21.64 checking for sys/utsname.h... yes #11 22.12 checking for pwd.h... yes #11 22.48 checking for util.h... no #11 22.84 checking for sanitizer/lsan_interface.h... yes #11 23.42 checking for sanitizer/asan_interface.h... yes #11 23.98 checking for sanitizer/common_interface_defs.h... yes #11 24.55 checking for sys/socket.h... yes #11 25.09 checking for stdlib.h... (cached) yes #11 25.21 checking for unistd.h... (cached) yes #11 25.31 checking for sys/param.h... yes #11 25.86 checking for pthread.h... yes #11 26.56 checking for malloc/malloc.h... no #11 27.05 checking for sys/un.h... yes #11 27.59 checking for utmp.h... yes #11 28.06 checking for utmpx.h... yes #11 28.58 checking for OS.h... no #11 29.08 checking for dirent.h... yes #11 29.62 checking for execinfo.h... yes #11 30.12 checking for linux/xattr.h... yes #11 30.57 checking for stdio_ext.h... yes #11 31.13 checking for sys/vfs.h... yes #11 31.71 checking for sys/fs_types.h... no #11 32.26 checking for getopt.h... yes #11 32.83 checking for sys/cdefs.h... yes #11 33.39 checking for sys/time.h... yes #11 33.89 checking for ieee754.h... yes #11 34.27 checking for limits.h... yes #11 34.47 checking for inttypes.h... (cached) yes #11 34.52 checking for sys/types.h... (cached) yes #11 34.57 checking for stdint.h... (cached) yes #11 34.66 checking for sys/select.h... yes #11 35.18 checking for stdbool.h... yes #11 37.14 checking for stdckdint.h... no #11 37.59 checking for sys/random.h... yes #11 38.72 checking for sys/stat.h... (cached) yes #11 38.80 checking whether it is safe to define __EXTENSIONS__... yes #11 39.23 checking whether _XOPEN_SOURCE should be defined... no #11 39.60 checking for Minix Amsterdam compiler... no #11 39.79 checking for ar... ar #11 39.81 checking for ranlib... ranlib #11 39.81 checking for gcc option to enable large file support... none needed #11 40.49 checking for gcc option for timestamps after 2038... none needed #11 40.82 checking for g++... g++ #11 41.12 checking whether we are using the GNU C++ compiler... yes #11 41.45 checking whether g++ accepts -g... yes #11 41.70 checking for g++ option to enable C++11 features... none needed #11 124.6 checking how to run the C++ preprocessor... g++ -E #11 125.4 checking whether gcc accepts -g3 -O2... yes #11 126.1 checking whether the compiler is clang... no #11 126.4 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 126.7 checking whether -Wno-missing-field-initializers is needed... yes #11 127.2 checking whether -Wuninitialized is supported... yes #11 127.5 checking whether C compiler handles -fstrict-flex-arrays... no #11 127.8 checking whether C compiler handles -Wall... yes #11 128.5 checking whether C compiler handles -Warith-conversion... yes #11 129.2 checking whether C compiler handles -Wdate-time... yes #11 130.0 checking whether C compiler handles -Wdisabled-optimization... yes #11 130.6 checking whether C compiler handles -Wdouble-promotion... yes #11 131.1 checking whether C compiler handles -Wduplicated-cond... yes #11 131.8 checking whether C compiler handles -Wextra... yes #11 132.3 checking whether C compiler handles -Wformat-signedness... yes #11 133.0 checking whether C compiler handles -Winit-self... yes #11 133.6 checking whether C compiler handles -Winvalid-pch... yes #11 134.3 checking whether C compiler handles -Wlogical-op... yes #11 135.0 checking whether C compiler handles -Wmissing-declarations... yes #11 135.7 checking whether C compiler handles -Wmissing-include-dirs... yes #11 136.4 checking whether C compiler handles -Wmissing-prototypes... yes #11 137.0 checking whether C compiler handles -Wnested-externs... yes #11 137.7 checking whether C compiler handles -Wnull-dereference... yes #11 138.1 checking whether C compiler handles -Wold-style-definition... yes #11 138.9 checking whether C compiler handles -Wopenmp-simd... yes #11 139.5 checking whether C compiler handles -Wpacked... yes #11 140.2 checking whether C compiler handles -Wpointer-arith... yes #11 140.9 checking whether C compiler handles -Wstrict-flex-arrays... no #11 141.2 checking whether C compiler handles -Wstrict-prototypes... yes #11 141.8 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 142.3 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 143.1 checking whether C compiler handles -Wsuggest-final-methods... yes #11 143.8 checking whether C compiler handles -Wsuggest-final-types... yes #11 144.4 checking whether C compiler handles -Wtrampolines... yes #11 145.1 checking whether C compiler handles -Wuninitialized... yes #11 145.7 checking whether C compiler handles -Wunknown-pragmas... yes #11 146.4 checking whether C compiler handles -Wunused-macros... yes #11 147.2 checking whether C compiler handles -Wvariadic-macros... yes #11 147.9 checking whether C compiler handles -Wvector-operation-performance... yes #11 148.7 checking whether C compiler handles -Wwrite-strings... yes #11 149.4 checking whether C compiler handles -Warray-bounds=2... yes #11 150.1 checking whether C compiler handles -Wattribute-alias=2... yes #11 150.8 checking whether C compiler handles -Wformat=2... yes #11 151.4 checking whether C compiler handles -Wformat-truncation=2... yes #11 152.1 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 152.8 checking whether C compiler handles -Wshift-overflow=2... yes #11 153.4 checking whether C compiler handles -Wuse-after-free=3... no #11 153.7 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 154.5 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 155.1 checking whether C compiler handles -Wredundant-decls... yes #11 155.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 155.7 checking whether C compiler handles -Wno-override-init... yes #11 156.3 checking whether C compiler handles -Wno-sign-compare... yes #11 156.8 checking whether C compiler handles -Wno-type-limits... yes #11 157.4 checking whether C compiler handles -Wno-unused-parameter... yes #11 158.0 checking whether C compiler handles -Wno-format-nonliteral... yes #11 158.7 checking whether C compiler handles -Wno-bidi-chars... no #11 159.0 checking for a BSD-compatible install... /usr/bin/install -c #11 159.1 checking command to symlink files in the same directory... ln -s #11 159.2 checking for install-info... : #11 159.2 checking for gzip... /bin/gzip #11 159.2 checking for 'find' args to delete a file... -delete #11 159.3 checking for brew... no #11 160.7 checking for -znocombreloc... not needed #11 160.7 checking whether addresses are sanitized... no #11 161.0 checking for math library... -lm #11 163.2 checking for struct passwd.pw_gecos... yes #11 163.6 checking for pkg-config... /usr/bin/pkg-config #11 163.6 checking pkg-config is at least version 0.9.0... yes #11 163.7 checking for machine/soundcard.h... no #11 164.0 checking for sys/soundcard.h... yes #11 164.4 checking for soundcard.h... no #11 164.6 checking for mmsystem.h... no #11 164.8 checking for _oss_ioctl in -lossaudio... no #11 165.4 checking for alsa >= 1.0.0... no #11 165.5 checking for ADDR_NO_RANDOMIZE... yes #11 165.9 checking if Linux sysinfo may be used... yes #11 166.8 checking for sys/wait.h that is POSIX.1 compatible... yes #11 167.3 checking for net/if.h... yes #11 167.9 checking for ifaddrs.h... yes #11 168.5 checking for net/if_dl.h... no #11 168.9 checking for struct ifreq.ifr_flags... yes #11 169.5 checking for struct ifreq.ifr_hwaddr... yes #11 170.9 checking for struct ifreq.ifr_netmask... yes #11 171.9 checking for struct ifreq.ifr_broadaddr... yes #11 173.3 checking for struct ifreq.ifr_addr... yes #11 174.5 checking for struct ifreq.ifr_addr.sa_len... no #11 175.6 checking whether gcc understands -MMD -MF... yes #11 175.9 checking for X... no #11 176.7 checking AppKit/AppKit.h usability... yes #11 181.8 checking AppKit/AppKit.h presence... yes #11 183.1 checking for AppKit/AppKit.h... yes #11 183.1 checking for Mac OS X 12.0 or later... yes #11 183.4 checking for gcc... gcc #11 183.8 checking whether we are using the GNU Objective C compiler... yes #11 183.9 checking whether gcc accepts -g... yes #11 184.2 checking if the Objective C compiler supports instancetype... yes #11 184.4 checking if the Objective C compiler defaults to C99... no #11 184.7 checking whether malloc is Doug Lea style... no #11 185.1 checking for sbrk... yes #11 185.9 checking for __lsan_ignore_object... no #11 186.5 checking for fchmod... yes #11 187.0 checking for utmpname... yes #11 187.8 checking for utmpxname... yes #11 188.5 checking for canonicalize_file_name... yes #11 189.3 checking for realpath... yes #11 190.2 checking for lstat... yes #11 191.0 checking for fchmodat... yes #11 191.8 checking for lchmod... no #11 192.2 checking for fcntl... yes #11 193.1 checking for fdopendir... yes #11 194.0 checking for listxattr... yes #11 194.8 checking for fstatat... yes #11 195.5 checking for fsync... yes #11 196.4 checking for gettimeofday... yes #11 197.1 checking for memset_explicit... no #11 197.9 checking for memset_s... no #11 198.7 checking for pselect... yes #11 199.4 checking for readlink... yes #11 200.1 checking for isblank... yes #11 200.9 checking for iswctype... yes #11 201.7 checking for strtoimax... yes #11 202.3 checking for symlink... yes #11 202.8 checking for localtime_r... yes #11 203.3 checking for getdtablesize... yes #11 203.6 checking for getpagesize... yes #11 204.1 checking for working mmap... yes #11 205.1 checking for main in -lXbsd... no #11 205.6 checking for pthread library... -lpthread #11 207.6 checking for thread support... yes #11 207.6 checking for librsvg-2.0 >= 2.14.0... no #11 207.7 checking for libwebpdemux >= 0.6.0... no #11 207.7 checking for WebPGetInfo... no #11 209.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 209.8 checking for sqlite3_open_v2 in -lsqlite3... no #11 210.2 checking for getaddrinfo_a in -lanl... yes #11 210.6 checking for malloc_trim... yes #11 211.1 checking for dbus-1 >= 1.0... yes #11 211.2 checking for dbus_watch_get_unix_fd... yes #11 211.8 checking for dbus_type_is_valid... yes #11 212.6 checking for dbus_validate_bus_name... yes #11 213.3 checking for dbus_validate_path... yes #11 213.9 checking for dbus_validate_interface... yes #11 214.8 checking for dbus_validate_member... yes #11 215.8 checking for lgetfilecon in -lselinux... no #11 216.2 checking for gnutls >= 2.12.2... yes #11 216.3 checking for libsystemd >= 222... no #11 216.4 checking for jansson >= 2.7... no #11 216.5 checking for tree-sitter >= 0.20.2... no #11 216.6 checking for tree-sitter >= 0.6.3... no #11 216.7 checking sys/inotify.h usability... yes #11 216.9 checking sys/inotify.h presence... yes #11 216.9 checking for sys/inotify.h... yes #11 216.9 checking for inotify_init1... yes #11 217.5 checking for jpeglib 6b or later... no #11 218.0 checking for lcms2... no #11 218.1 checking for library containing inflateEnd... -lz #11 220.8 checking for dladdr... yes #11 221.5 checking for dlfunc... no #11 222.1 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 222.5 found. #11 222.5 Please try installing libgccjit or a similar package if you want to have it #11 222.5 enabled. #11 222.5 no #11 222.5 checking libgccjit.h usability... no #11 223.2 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 223.4 were not found. #11 223.4 Please try installing libgccjit-dev or a similar package if you want to have it #11 223.4 enabled. #11 223.4 no #11 223.4 checking for libgccjit.h... no #11 223.4 checking for libpng >= 1.0.0... no #11 223.5 checking for libpng not configured by pkg-config... no #11 223.9 checking tiffio.h usability... no #11 224.4 checking tiffio.h presence... no #11 224.6 checking for tiffio.h... no #11 224.6 checking gif_lib.h usability... no #11 225.1 checking gif_lib.h presence... no #11 225.3 checking for gif_lib.h... no #11 225.3 checking gpm.h usability... no #11 225.8 checking gpm.h presence... no #11 225.9 checking for gpm.h... no #11 226.0 checking for libxml-2.0 > 2.6.17... no #11 226.1 checking for maillock in -lmail... no #11 226.5 checking for maillock in -llockfile... no #11 226.9 checking for liblockfile.so... no #11 226.9 checking maillock.h usability... no #11 227.3 checking maillock.h presence... no #11 227.4 checking for maillock.h... no #11 227.4 checking linux/seccomp.h usability... yes #11 227.9 checking linux/seccomp.h presence... yes #11 228.1 checking for linux/seccomp.h... yes #11 228.3 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 228.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 229.0 checking linux/filter.h usability... yes #11 229.6 checking linux/filter.h presence... yes #11 229.8 checking for linux/filter.h... yes #11 229.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 230.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 230.1 checking for libseccomp >= 2.5.2... no #11 230.2 checking size of long... 8 #11 231.4 checking for accept4... yes #11 232.3 checking for fchdir... yes #11 233.0 checking for gethostname... yes #11 234.0 checking for getrusage... yes #11 235.0 checking for get_current_dir_name... yes #11 236.0 checking for lrand48... yes #11 236.8 checking for random... yes #11 237.6 checking for rint... yes #11 238.5 checking for tcdrain... yes #11 239.3 checking for trunc... yes #11 240.2 checking for select... yes #11 240.8 checking for getpagesize... (cached) yes #11 240.9 checking for setlocale... yes #11 241.7 checking for newlocale... yes #11 242.5 checking for getrlimit... yes #11 243.3 checking for setrlimit... yes #11 243.8 checking for shutdown... yes #11 244.3 checking for pthread_sigmask... (cached) yes #11 244.5 checking for strsignal... yes #11 245.2 checking for setitimer... yes #11 246.0 checking for sendto... yes #11 246.7 checking for recvfrom... yes #11 247.6 checking for getsockname... yes #11 248.3 checking for getifaddrs... yes #11 249.1 checking for freeifaddrs... yes #11 249.9 checking for gai_strerror... yes #11 250.8 checking for sync... yes #11 251.6 checking for endpwent... yes #11 252.3 checking for getgrent... yes #11 253.0 checking for endgrent... yes #11 253.8 checking for renameat2... yes #11 254.7 checking for cfmakeraw... yes #11 255.5 checking for cfsetspeed... yes #11 256.3 checking for __executable_start... yes #11 257.1 checking for log2... yes #11 258.0 checking for pthread_setname_np... yes #11 258.8 checking for pthread_set_name_np... no #11 259.6 checking for getpwent... yes #11 260.2 checking whether pthread_setname_np takes a single argument... no #11 260.6 checking whether pthread_setname_np takes three arguments... no #11 261.1 checking for aligned_alloc... yes #11 261.9 checking whether aligned_alloc is declared... yes #11 262.3 checking for posix_madvise... yes #11 263.2 checking for madvise... yes #11 263.7 checking for __builtin_frame_address... yes #11 264.3 checking for __builtin_unwind_init... yes #11 265.0 checking for _LARGEFILE_SOURCE value needed for large files... no #11 265.7 checking for grantpt... yes #11 266.5 checking for getpt... yes #11 267.2 checking for posix_openpt... yes #11 267.9 checking for library containing tputs... -ltinfo #11 269.2 checking whether -ltinfo library defines BC... yes #11 269.9 checking for timerfd interface... yes #11 270.3 checking whether signals can be handled on alternate stack... yes #11 270.8 checking valgrind/valgrind.h usability... no #11 271.3 checking valgrind/valgrind.h presence... no #11 271.5 checking for valgrind/valgrind.h... no #11 271.5 checking for struct unipair.unicode... yes #11 271.9 checking for pid_t... yes #11 272.9 checking vfork.h usability... no #11 273.4 checking vfork.h presence... no #11 273.7 checking for vfork.h... no #11 273.7 checking for fork... yes #11 274.6 checking for vfork... yes #11 275.6 checking for working fork... yes #11 276.6 checking for working vfork... (cached) yes #11 276.7 checking for snprintf... yes #11 277.4 checking for open_memstream... yes #11 278.1 checking spawn.h usability... yes #11 278.5 checking spawn.h presence... yes #11 278.7 checking for spawn.h... yes #11 278.8 checking for posix_spawn... yes #11 279.6 checking for posix_spawn_file_actions_addchdir... no #11 280.4 checking for posix_spawn_file_actions_addchdir_np... yes #11 281.2 checking for posix_spawnattr_setflags... yes #11 282.1 checking whether POSIX_SPAWN_SETSID is declared... yes #11 282.5 checking whether GLib is linked in... no #11 282.7 checking for nl_langinfo and CODESET... yes #11 283.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 284.0 checking for mbstate_t... yes #11 284.7 checking for signals via characters... yes #11 285.3 checking for _setjmp... yes #11 286.1 checking for sigsetjmp... yes #11 286.8 checking POSIX termios... yes #11 287.6 checking size of speed_t... 4 #11 288.4 checking for usable FIONREAD... yes #11 288.8 checking for usable SIGIO... yes #11 289.2 checking for struct alignment... yes #11 289.5 checking for C/C++ restrict keyword... __restrict__ #11 289.9 checking for typeof syntax and keyword spelling... typeof #11 290.2 checking for statement expressions... yes #11 290.5 checking whether malloc (0) returns nonnull... yes #11 291.4 checking sys/acl.h usability... yes #11 291.9 checking sys/acl.h presence... yes #11 292.1 checking for sys/acl.h... yes #11 292.1 checking for library containing acl_get_file... -lacl #11 293.4 checking for acl_get_file... yes #11 294.2 checking for acl_get_fd... yes #11 295.1 checking for acl_set_file... yes #11 295.9 checking for acl_set_fd... yes #11 296.6 checking for acl_free... yes #11 297.3 checking for acl_from_mode... yes #11 298.1 checking for acl_from_text... yes #11 299.1 checking for acl_delete_def_file... yes #11 299.9 checking for acl_extended_file... yes #11 300.9 checking for acl_delete_fd_np... no #11 301.6 checking for acl_delete_file_np... no #11 302.2 checking for acl_copy_ext_native... no #11 302.9 checking for acl_create_entry_np... no #11 303.7 checking for acl_to_short_text... no #11 304.6 checking for acl_free_text... no #11 305.3 checking for working acl_get_file... yes #11 306.0 checking acl/libacl.h usability... yes #11 306.5 checking acl/libacl.h presence... yes #11 306.6 checking for acl/libacl.h... yes #11 306.7 checking for acl_entries... yes #11 307.3 checking for ACL_FIRST_ENTRY... yes #11 307.7 checking for ACL_TYPE_EXTENDED... no #11 308.0 checking for working alloca.h... yes #11 308.5 checking for alloca... yes #11 309.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 309.1 checking whether the preprocessor supports include_next... yes #11 309.5 checking whether source code line length is unlimited... yes #11 309.6 checking whether endutent is declared... yes #11 310.0 checking for struct utmpx.ut_user... yes #11 310.6 checking for struct utmp.ut_user... yes #11 311.3 checking for struct utmpx.ut_name... yes #11 312.0 checking for struct utmp.ut_name... yes #11 312.5 checking for struct utmpx.ut_type... yes #11 313.2 checking for struct utmp.ut_type... yes #11 313.8 checking for struct utmpx.ut_pid... yes #11 314.4 checking for struct utmp.ut_pid... yes #11 315.1 checking for struct utmp.ut_tv... yes #11 316.2 checking for struct utmpx.ut_host... yes #11 317.0 checking for struct utmp.ut_host... yes #11 317.7 checking for struct utmpx.ut_id... yes #11 318.3 checking for struct utmp.ut_id... yes #11 319.1 checking for struct utmpx.ut_session... yes #11 319.8 checking for struct utmp.ut_session... yes #11 320.6 checking for struct utmpx.ut_exit... yes #11 321.7 checking for struct utmp.ut_exit... yes #11 322.8 checking for struct utmpx.ut_exit.ut_exit... no #11 323.8 checking for struct utmpx.ut_exit.e_exit... yes #11 324.3 checking for struct utmp.ut_exit.e_exit... yes #11 324.9 checking for struct utmpx.ut_exit.ut_termination... no #11 325.9 checking for struct utmpx.ut_exit.e_termination... yes #11 326.6 checking for struct utmp.ut_exit.e_termination... yes #11 327.3 checking whether sysinfo is declared... yes #11 327.8 checking for sys/sysctl.h... yes #11 328.6 checking for sysctl... yes #11 329.3 checking whether lstat correctly handles trailing slash... yes #11 330.3 checking whether // is distinct from /... no #11 330.3 checking whether realpath works... yes #11 331.4 checking for faccessat... yes #11 332.1 checking for getcwd... yes #11 332.8 checking whether byte ordering is bigendian... no #11 334.0 checking if environ is properly declared... yes #11 334.4 checking for complete errno.h... yes #11 334.5 checking whether ctype.h defines __header_inline... no #11 334.6 checking for mode_t... yes #11 335.6 checking whether strmode is declared... no #11 336.0 checking whether getline is declared... yes #11 336.5 checking for gawk... no #11 336.5 checking for mawk... mawk #11 336.5 checking for getopt.h... (cached) yes #11 336.5 checking for getopt_long_only... yes #11 337.3 checking whether getopt is POSIX compatible... yes #11 340.0 checking for working GNU getopt function... yes #11 341.3 checking for working GNU getopt_long function... yes #11 342.1 checking whether timespec_get is declared... yes #11 342.5 checking for timespec_get... yes #11 343.3 checking for struct timeval... yes #11 343.8 checking for wide-enough struct timeval.tv_sec member... yes #11 344.2 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 344.5 checking whether the compiler produces multi-arch binaries... no #11 344.8 checking whether stdint.h conforms to C99... yes #11 346.1 checking whether stdint.h works without ISO C predefines... yes #11 346.4 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 346.9 checking whether memmem is declared... yes #11 347.7 checking whether memrchr is declared... yes #11 348.3 checking whether defines MIN and MAX... no #11 348.6 checking whether defines MIN and MAX... yes #11 349.1 checking whether time_t is signed... yes #11 349.6 checking whether alarm is declared... yes #11 350.5 checking for working mktime... no #11 352.2 checking whether struct tm is in sys/time.h or time.h... time.h #11 352.8 checking for struct tm.tm_zone... yes #11 353.3 checking for struct tm.tm_gmtoff... yes #11 353.8 checking whether is self-contained... yes #11 355.1 checking for inline... inline #11 355.4 checking for sigset_t... yes #11 356.3 checking for volatile sig_atomic_t... yes #11 356.9 checking for sighandler_t... yes #11 357.8 checking for wchar_t... yes #11 358.0 checking for good max_align_t... yes #11 358.2 checking whether NULL can be used in arbitrary expressions... yes #11 358.5 checking for unreachable... no #11 359.3 checking whether fcloseall is declared... yes #11 359.8 checking whether getw is declared... yes #11 360.5 checking whether putw is declared... yes #11 361.1 checking which flavor of printf attribute matches inttypes macros... system #11 361.5 checking whether strnlen is declared... yes #11 362.2 checking whether strtoimax is declared... yes #11 362.8 checking whether stat file-mode macros are broken... no #11 363.2 checking for nlink_t... yes #11 363.9 checking for struct timespec in ... yes #11 364.4 checking for TIME_UTC in ... yes #11 364.8 checking whether execvpe is declared... yes #11 365.6 checking whether clearerr_unlocked is declared... yes #11 366.4 checking whether feof_unlocked is declared... yes #11 367.1 checking whether ferror_unlocked is declared... yes #11 367.7 checking whether fflush_unlocked is declared... yes #11 368.4 checking whether fgets_unlocked is declared... yes #11 369.2 checking whether fputc_unlocked is declared... yes #11 369.8 checking whether fputs_unlocked is declared... yes #11 370.5 checking whether fread_unlocked is declared... yes #11 371.2 checking whether fwrite_unlocked is declared... yes #11 371.9 checking whether getc_unlocked is declared... yes #11 372.7 checking whether getchar_unlocked is declared... yes #11 373.5 checking whether putc_unlocked is declared... yes #11 374.0 checking whether putchar_unlocked is declared... yes #11 374.8 checking type of array argument to getgroups... gid_t #11 376.1 checking whether getdelim is declared... yes #11 376.9 checking whether getdtablesize is declared... yes #11 377.3 checking whether malloc is ptrdiff_t safe... yes #11 377.6 checking whether malloc, realloc, calloc set errno on failure... yes #11 377.6 checking for O_CLOEXEC... yes #11 377.8 checking for promoted mode_t type... mode_t #11 378.0 checking whether the utimes function works... yes #11 378.8 checking for C compiler option to allow warnings... -Wno-error #11 379.1 checking for alignas and alignof... yes, macros #11 379.4 checking for alloca as a compiler built-in... yes #11 379.5 checking for static_assert... yes, an macro #11 379.7 checking for __builtin_expect... yes #11 380.0 checking byteswap.h usability... yes #11 380.2 checking byteswap.h presence... yes #11 380.3 checking for byteswap.h... yes #11 380.3 checking for readlinkat... yes #11 380.5 checking for library containing clock_gettime... none required #11 380.8 checking for clock_getres... yes #11 381.1 checking for clock_gettime... yes #11 381.4 checking for clock_settime... yes #11 381.7 checking for copy_file_range... yes #11 382.0 checking for d_type member in directory struct... yes #11 382.3 checking whether // is distinct from /... (cached) no #11 382.3 checking whether dup2 works... yes #11 382.6 checking for library containing backtrace_symbols_fd... none required #11 383.0 checking for faccessat... (cached) yes #11 383.0 checking whether fchmodat works... no #11 383.5 checking for readlinkat... (cached) yes #11 383.5 checking whether fcntl handles F_DUPFD correctly... yes #11 383.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 384.4 checking whether fdopendir is declared... yes #11 384.5 checking whether fdopendir works... yes #11 385.9 checking for flexible array member... yes #11 386.3 checking for __fpending... yes #11 386.7 checking whether __fpending is declared... yes #11 386.9 checking whether free is known to preserve errno... no #11 387.1 checking whether fstatat (..., 0) works... yes #11 387.6 checking for sys/mount.h... yes #11 388.1 checking for statvfs function (SVR4)... yes #11 388.6 checking whether to use statvfs64... no #11 388.8 checking for two-argument statfs with statfs.f_frsize member... yes #11 389.3 checking sys/fs/s5param.h usability... no #11 389.6 checking sys/fs/s5param.h presence... no #11 389.7 checking for sys/fs/s5param.h... no #11 389.8 checking sys/statfs.h usability... yes #11 390.2 checking sys/statfs.h presence... yes #11 390.3 checking for sys/statfs.h... yes #11 390.3 checking for statfs that truncates block counts... no #11 390.6 checking for futimens... yes #11 391.3 checking whether futimens works... yes #11 393.0 checking for getline... yes #11 393.7 checking for working getline function... yes #11 394.6 checking for getloadavg... yes #11 395.2 checking sys/loadavg.h usability... no #11 395.7 checking sys/loadavg.h presence... no #11 395.8 checking for sys/loadavg.h... no #11 395.9 checking whether getloadavg is declared... yes #11 396.3 checking for getrandom... yes #11 397.2 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 397.6 checking for gettimeofday with POSIX signature... yes #11 398.1 checking whether the compiler supports the __inline keyword... yes #11 398.6 checking gmp.h usability... yes #11 399.1 checking gmp.h presence... yes #11 399.2 checking for gmp.h... yes #11 399.3 checking for library containing __gmpz_roinit_n... -lgmp #11 400.4 checking for memmem... yes #11 401.0 checking whether memmem works... yes #11 401.5 checking for mempcpy... yes #11 401.9 checking for memrchr... yes #11 402.3 checking for explicit_memset... no #11 402.7 checking for mkostemp... yes #11 403.0 checking for library containing nanosleep... none required #11 403.3 checking for working nanosleep... no (mishandles large arguments) #11 405.7 checking for sys/pstat.h... no #11 405.9 checking for sys/sysmp.h... no #11 406.1 checking for sys/param.h... (cached) yes #11 406.1 checking for sys/sysctl.h... (cached) yes #11 406.2 checking for sched_getaffinity_np... no #11 406.7 checking for pstat_getdynamic... no #11 407.3 checking for sysmp... no #11 408.0 checking for sysctl... (cached) yes #11 408.0 checking for sched_getaffinity... yes #11 408.5 checking for glibc compatible sched_getaffinity... yes #11 408.9 checking for pipe2... yes #11 409.5 checking whether signature of pselect conforms to POSIX... yes #11 410.1 checking whether pselect detects invalid fds... yes #11 410.8 checking whether pthread_sigmask is a macro... no #11 411.1 checking whether pthread_sigmask returns error numbers... yes #11 411.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 415.2 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 416.6 checking whether readlink signature is correct... yes #11 417.0 checking whether readlink handles trailing slash correctly... yes #11 417.9 checking whether readlink truncates results correctly... yes #11 418.7 checking for readlinkat... (cached) yes #11 418.7 checking whether readlinkat signature is correct... yes #11 419.2 checking for working re_compile_pattern... no #11 420.7 checking libintl.h usability... yes #11 421.2 checking libintl.h presence... yes #11 421.3 checking for libintl.h... yes #11 421.4 checking whether isblank is declared... yes #11 421.9 checking for sig2str... no #11 422.6 checking for sigdescr_np... no #11 423.3 checking for socklen_t... yes #11 424.0 checking for ssize_t... yes #11 424.4 checking for struct stat.st_atim.tv_nsec... yes #11 424.8 checking whether struct stat.st_atim is of type struct timespec... yes #11 425.2 checking for struct stat.st_birthtimespec.tv_nsec... no #11 425.7 checking for struct stat.st_birthtimensec... no #11 426.4 checking for struct stat.st_birthtim.tv_nsec... no #11 426.9 checking for bool, true, false... no #11 427.1 checking for stpcpy... yes #11 427.7 checking for working strnlen... yes #11 428.4 checking whether strtoimax works... yes #11 429.1 checking whether symlink handles trailing slash correctly... yes #11 429.7 checking whether localtime_r is declared... yes #11 430.2 checking whether localtime_r is compatible with its POSIX signature... yes #11 430.5 checking whether localtime works even near extrema... yes #11 431.3 checking for timezone_t... no #11 431.5 checking for timegm... yes #11 432.2 checking whether timer_settime is declared... yes #11 432.7 checking for library containing timer_settime... -lrt #11 433.8 checking for timer_settime... yes #11 434.3 checking for utimensat... yes #11 434.9 checking whether utimensat works... yes #11 436.5 checking for variable-length arrays... yes #11 437.0 checking whether getdtablesize works... yes #11 438.0 checking for __mktime_internal... no #11 438.7 checking for timer_getoverrun... yes #11 439.3 checking for gcc option to disable position independent executables... not needed #11 439.3 checking for __ctype_get_mb_cur_max... yes #11 439.8 checking whether MB_CUR_MAX is defined to function that won't link... no #11 440.0 #11 440.0 Configured for 'x86_64-pc-linux-gnu'. #11 440.0 #11 440.0 Where should the build process find the source code? . #11 440.0 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 440.0 Should Emacs use the GNU version of malloc? no #11 440.0 (The GNU allocators don't work with this system configuration.) #11 440.0 Should Emacs use a relocating allocator for buffers? no #11 440.0 Should Emacs use mmap(2) for buffer allocation? no #11 440.0 What window system should Emacs use? nextstep #11 440.0 What toolkit should Emacs use? none #11 440.0 Where do we find X Windows header files? NONE #11 440.0 Where do we find X Windows libraries? NONE #11 440.0 Does Emacs use -lXaw3d? no #11 440.0 Is Emacs being built for Android? no #11 440.0 Does Emacs use the X Double Buffer Extension? no #11 440.0 Does Emacs use -lXpm? no #11 440.0 Does Emacs use -ljpeg? no #11 440.0 Does Emacs use -ltiff? no #11 440.0 Does Emacs use a gif library? no #11 440.0 Does Emacs use a png library? no #11 440.0 Does Emacs use -lrsvg-2? no #11 440.0 Does Emacs use -lwebp? no #11 440.0 Does Emacs use -lsqlite3? no #11 440.0 Does Emacs use cairo? no #11 440.0 Does Emacs use -llcms2? no #11 440.0 Does Emacs use imagemagick? no #11 440.0 Does Emacs use native APIs for images? yes (ns) #11 440.0 Does Emacs support sound? yes #11 440.0 Does Emacs use -lgpm? no #11 440.0 Does Emacs use -ldbus? yes #11 440.0 Does Emacs use -lgconf? no #11 440.0 Does Emacs use GSettings? no #11 440.0 Does Emacs use a file notification library? yes -lglibc (inotify) #11 440.0 Does Emacs use access control lists? yes -lacl -lattr #11 440.0 Does Emacs use -lselinux? no #11 440.0 Does Emacs use -lgnutls? yes #11 440.0 Does Emacs use -lxml2? no #11 440.0 Does Emacs use -lfreetype? no #11 440.0 Does Emacs use HarfBuzz? no #11 440.0 Does Emacs use -lm17n-flt? no #11 440.0 Does Emacs use -lotf? no #11 440.0 Does Emacs use -lxft? no #11 440.0 Does Emacs use -lsystemd? no #11 440.0 Does Emacs use -ljansson? no #11 440.0 Does Emacs use -ltree-sitter? no #11 440.0 Does Emacs use the GMP library? yes #11 440.0 Does Emacs directly use zlib? yes #11 440.0 Does Emacs have dynamic modules support? yes #11 440.0 Does Emacs use toolkit scroll bars? yes #11 440.0 Does Emacs support Xwidgets? no #11 440.0 Does Emacs have threading support in lisp? yes #11 440.0 Does Emacs support the portable dumper? yes #11 440.0 Does Emacs support legacy unexec dumping? no #11 440.0 Which dumping strategy does Emacs use? pdumper #11 440.0 Does Emacs have native lisp compiler? no #11 440.0 Does Emacs use version 2 of the X Input Extension? no #11 440.0 Does Emacs generate a smaller-size Japanese dictionary? no #11 440.0 #11 440.0 #11 440.0 #11 440.0 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 440.0 Run 'make install' in order to build an application bundle. #11 440.0 The application will go to nextstep/Emacs.app and can be run or moved #11 440.0 from there. #11 440.0 The application will be fully self-contained. #11 440.0 #11 441.4 configure: creating ./config.status #11 442.3 config.status: creating src/verbose.mk #11 442.5 config.status: creating src/emacs-module.h #11 442.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 442.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 443.1 config.status: creating Makefile #11 443.5 config.status: creating lib/gnulib.mk #11 443.8 config.status: creating ./doc/man/emacs.1 #11 444.1 config.status: creating lib/Makefile #11 444.6 config.status: creating lib-src/Makefile #11 444.9 config.status: creating oldXMenu/Makefile #11 445.1 config.status: creating src/Makefile #11 445.3 config.status: creating lwlib/Makefile #11 445.6 config.status: creating nextstep/Makefile #11 445.8 config.status: creating nt/Makefile #11 446.1 config.status: creating doc/emacs/Makefile #11 446.3 config.status: creating doc/misc/Makefile #11 446.5 config.status: creating doc/lispintro/Makefile #11 446.7 config.status: creating doc/lispref/Makefile #11 447.0 config.status: creating lisp/Makefile #11 447.2 config.status: creating leim/Makefile #11 447.5 config.status: creating test/Makefile #11 447.7 config.status: creating test/manual/noverlay/Makefile #11 447.9 config.status: creating test/infra/Makefile #11 448.2 config.status: creating admin/charsets/Makefile #11 448.5 config.status: creating admin/unidata/Makefile #11 448.8 config.status: creating admin/grammars/Makefile #11 449.1 config.status: creating java/Makefile #11 449.4 config.status: creating cross/Makefile #11 449.7 config.status: creating java/AndroidManifest.xml #11 450.0 config.status: creating src/config.h #11 450.2 config.status: executing src/epaths.h commands #11 450.7 config.status: executing src/.gdbinit commands #11 450.7 config.status: executing doc/emacs/emacsver.texi commands #11 450.9 config.status: executing etc-refcards-emacsver.tex commands #11 451.2 configure: WARNING: This configuration installs a 'movemail' program #11 451.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 451.2 installed a 'movemail' program that retrieved POP3 email via only #11 451.2 insecure channels, a practice that is no longer recommended but that #11 451.2 you can continue to support by using './configure --with-pop'. #11 451.2 configure: You might want to install GNU Mailutils #11 451.2 and use './configure --with-mailutils'. #11 DONE 454.1s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 3.019 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 3.084 make[1]: Entering directory '/checkout' #12 3.777 make bootstrap-clean #12 3.845 make[2]: Entering directory '/checkout' #12 4.508 make -C src bootstrap-clean #12 4.559 make[3]: Entering directory '/checkout/src' #12 4.559 GEN /checkout/src/lisp.mk #12 6.353 rm -f android-emacs libemacs.so #12 6.383 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 6.419 rm -f dmpstruct.h #12 6.419 rm -f emacs.pdmp #12 6.463 rm -f ../etc/DOC #12 6.487 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 6.527 rm -f emacs-30.0.50 #12 6.532 rm -f buildobj.h #12 6.555 rm -f globals.h gl-stamp #12 6.560 rm -f ./*.res ./*.tmp #12 6.595 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 6.596 rm -f ../etc/DOC* #12 6.619 rm -f deps/* #12 6.647 rm -f emacs-module.h epaths.h config.h config.stamp #12 6.677 if test -f ./.gdbinit; then \ #12 6.677 mv ./.gdbinit ./.gdbinit.save; \ #12 6.677 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 6.677 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 6.677 fi #12 6.961 make[3]: Leaving directory '/checkout/src' #12 6.975 make -C oldXMenu bootstrap-clean #12 6.988 make[3]: Entering directory '/checkout/oldXMenu' #12 6.988 rm -f libXMenu11.a ./*.o deps/* #12 7.003 rm -f Makefile #12 7.015 rm -fr deps #12 7.015 make[3]: Leaving directory '/checkout/oldXMenu' #12 7.027 make -C lwlib bootstrap-clean #12 7.077 make[3]: Entering directory '/checkout/lwlib' #12 7.077 rm -f ./*.o liblw.a \#* deps/* #12 7.119 rm -f Makefile #12 7.119 rm -fr deps #12 7.119 rm -f TAGS #12 7.135 make[3]: Leaving directory '/checkout/lwlib' #12 7.135 make -C lib bootstrap-clean #12 7.658 make[3]: Entering directory '/checkout/lib' #12 7.658 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 7.728 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 7.762 rm -f Makefile Makefile.android #12 7.765 rm -fr deps #12 7.787 make[3]: Leaving directory '/checkout/lib' #12 7.787 make -C lib-src bootstrap-clean #12 7.803 make[3]: Entering directory '/checkout/lib-src' #12 7.803 rm -f core ./*.o ./*.res #12 7.811 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 7.811 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 7.821 rm -f TAGS Makefile blessmail Makefile.android #12 7.835 make[3]: Leaving directory '/checkout/lib-src' #12 7.835 make -C nt bootstrap-clean #12 7.843 make[3]: Entering directory '/checkout/nt' #12 7.843 rm -f core *.o *.res #12 7.856 rm -f runemacs addpm cmdproxy ddeclient #12 7.861 rm -f TAGS Makefile *.rc #12 7.861 true #12 7.871 make[3]: Leaving directory '/checkout/nt' #12 7.871 make -C doc/emacs bootstrap-clean #12 7.894 make[3]: Entering directory '/checkout/doc/emacs' #12 7.894 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.894 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.927 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 7.940 rm -f Makefile #12 7.975 rm -f \ #12 7.975 ./../../info/emacs.info \ #12 7.975 ./../../info/emacs.info-[1-9] \ #12 7.975 ./../../info/emacs.info-[1-9][0-9] #12 7.984 rm -f ./emacsver.texi TAGS #12 7.998 make[3]: Leaving directory '/checkout/doc/emacs' #12 7.998 make -C doc/misc bootstrap-clean #12 8.029 make[3]: Entering directory '/checkout/doc/misc' #12 8.029 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 8.029 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 8.029 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 8.055 rm -f gnustmp* #12 8.083 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 8.111 rm -f Makefile #12 8.127 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 8.127 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 8.127 rm -f \ #12 8.127 ./../../info/${file} \ #12 8.127 ./../../info/${file}-[1-9] \ #12 8.127 ./../../info/${file}-[1-9][0-9]; \ #12 8.127 done #12 10.62 rm -f ./modus-themes.texi ./org.texi #12 10.64 rm -f TAGS #12 10.65 make[3]: Leaving directory '/checkout/doc/misc' #12 10.66 make -C doc/lispref bootstrap-clean #12 10.68 make[3]: Entering directory '/checkout/doc/lispref' #12 10.68 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.68 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.71 rm -f elisp[12]* vol[12].tmp #12 10.73 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 10.76 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 10.79 rm -f Makefile #12 10.80 rm -f \ #12 10.80 ./../../info/elisp.info \ #12 10.80 ./../../info/elisp.info-[1-9] \ #12 10.80 ./../../info/elisp.info-[1-9][0-9] #12 10.82 rm -f TAGS #12 10.83 make[3]: Leaving directory '/checkout/doc/lispref' #12 10.84 make -C doc/lispintro bootstrap-clean #12 10.87 make[3]: Entering directory '/checkout/doc/lispintro' #12 10.87 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 10.87 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 10.89 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 10.91 rm -f Makefile #12 10.93 rm -f \ #12 10.93 ./../../info/eintr.info \ #12 10.93 ./../../info/eintr.info-[1-9] #12 10.95 rm -f TAGS #12 11.00 make[3]: Leaving directory '/checkout/doc/lispintro' #12 11.00 make -C test bootstrap-clean #12 11.03 make[3]: Entering directory '/checkout/test' #12 11.37 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 11.52 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 11.58 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 11.60 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 11.60 src/emacs-module-resources/*.dll gmp.h #12 11.61 find . -name '*.elc' -delete #12 11.71 make[3]: Leaving directory '/checkout/test' #12 11.71 make -C java bootstrap-clean #12 12.25 make[3]: Entering directory '/checkout/java' #12 12.25 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 12.28 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 12.29 find . -name '*.class' -delete #12 12.32 rm -f Makefile ndk-build.mk #12 12.33 make[3]: Leaving directory '/checkout/java' #12 12.33 make -C cross bootstrap-clean #12 12.37 make[3]: Entering directory '/checkout/cross' #12 12.37 for dir in src lib-src lib etc; do \ #12 12.37 find $dir -type f -delete; \ #12 12.37 done #12 12.43 rm -rf lib/config.h lib-src/config.h #12 12.45 if test -f ndk-build/Makefile; then \ #12 12.45 make -C ndk-build clean; \ #12 12.45 fi #12 12.45 for dir in src lib-src lib etc; do \ #12 12.45 find $dir -type l -delete; \ #12 12.45 done #12 12.51 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 12.52 rm -rf ndk-build/ndk-build.mk Makefile #12 12.53 make[3]: Leaving directory '/checkout/cross' #12 12.53 make -C nextstep bootstrap-clean #12 12.55 make[3]: Entering directory '/checkout/nextstep' #12 12.55 rm -rf /checkout/nextstep/Emacs.app #12 12.55 rm -f Makefile #12 12.64 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 12.64 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 12.64 Cocoa/Emacs.base/Contents/Info.plist \ #12 12.64 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 12.67 make[3]: Leaving directory '/checkout/nextstep' #12 12.67 make -C admin/charsets bootstrap-clean #12 12.71 make[3]: Entering directory '/checkout/admin/charsets' #12 12.71 make[3]: Nothing to be done for 'bootstrap-clean'. #12 12.71 make[3]: Leaving directory '/checkout/admin/charsets' #12 12.71 make -C admin/unidata bootstrap-clean #12 12.72 make[3]: Entering directory '/checkout/admin/unidata' #12 12.80 rm -f ./*.elc unidata.txt #12 12.85 make[3]: Leaving directory '/checkout/admin/unidata' #12 12.86 make -C leim bootstrap-clean #12 12.87 make[3]: Entering directory '/checkout/leim' #12 12.88 rm -f ./../lisp/leim/quail/CCDOSPY.el ./../lisp/leim/quail/Punct.el ./../lisp/leim/quail/QJ.el ./../lisp/leim/quail/SW.el ./../lisp/leim/quail/TONEPY.el ./../lisp/leim/quail/4Corner.el ./../lisp/leim/quail/ARRAY30.el ./../lisp/leim/quail/ECDICT.el ./../lisp/leim/quail/ETZY.el ./../lisp/leim/quail/Punct-b5.el ./../lisp/leim/quail/PY-b5.el ./../lisp/leim/quail/QJ-b5.el ./../lisp/leim/quail/ZOZY.el ./../lisp/leim/quail/tsang-b5.el ./../lisp/leim/quail/quick-b5.el ./../lisp/leim/quail/tsang-cns.el ./../lisp/leim/quail/quick-cns.el ./../lisp/leim/quail/PY.el ./../lisp/leim/quail/ZIRANMA.el ./../lisp/leim/quail/CTLau.el ./../lisp/leim/quail/CTLau-b5.el ./../lisp/language/pinyin.el ./../lisp/leim/leim-list.el #12 12.91 make[3]: Leaving directory '/checkout/leim' #12 12.92 make -C lisp bootstrap-clean #12 12.93 make[3]: Entering directory '/checkout/lisp' #12 13.19 find . -name '*.elc' -delete #12 13.22 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 13.24 make[3]: Leaving directory '/checkout/lisp' #12 13.24 make -C admin/grammars bootstrap-clean #12 13.26 make[3]: Entering directory '/checkout/admin/grammars' #12 13.26 make[3]: Nothing to be done for 'bootstrap-clean'. #12 13.26 make[3]: Leaving directory '/checkout/admin/grammars' #12 13.26 [ ! -f config.log ] || mv -f config.log config.log~ #12 13.49 rm -rf ./info #12 13.51 rm -f ./etc/refcards/emacsver.tex #12 13.53 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 13.56 rm -fr autom4te.cache config.cache #12 13.57 rm -f config.log ./doc/man/emacs.1 #12 13.59 make[2]: Leaving directory '/checkout' #12 13.60 cd . && ./autogen.sh autoconf #12 13.65 Checking whether you have the necessary tools... #12 13.65 (Read INSTALL.REPO for more details on building Emacs) #12 13.69 Checking for autoconf (need at least version 2.65) ... ok #12 13.97 Your system has the required tools. #12 14.04 Running 'autoreconf -fi -I m4' ... #12 58.30 Building 'aclocal.m4' in exec ... #12 58.30 Running 'autoreconf -fi' in exec ... #12 71.11 You can now run './autogen.sh git'. #12 71.11 make MAKEFILE_NAME=force-Makefile force-Makefile #12 71.14 make[2]: Entering directory '/checkout' #12 71.17 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 71.65 if [ -x ./config.status ]; then \ #12 71.65 ./config.status --recheck; \ #12 71.65 else \ #12 71.65 ./configure --cache-file=/dev/null; \ #12 71.65 fi #12 72.01 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 73.28 checking for xcrun... no #12 73.28 checking for GNU Make... make #12 73.37 checking build system type... x86_64-pc-linux-gnu #12 74.22 checking host system type... x86_64-pc-linux-gnu #12 74.39 checking for gcc... gcc #12 74.64 checking whether the C compiler works... yes #12 75.10 checking for C compiler default output file name... a.out #12 75.13 checking for suffix of executables... #12 75.61 checking whether we are cross compiling... no #12 76.21 checking for suffix of object files... o #12 76.62 checking whether we are using the GNU C compiler... yes #12 76.86 checking whether gcc accepts -g... yes #12 77.22 checking for gcc option to enable C11 features... none needed #12 78.05 checking whether the compiler is clang... no #12 78.36 checking for compiler option needed when checking for declarations... none #12 78.36 checking whether gcc and cc understand -c and -o together... yes #12 79.77 checking how to run the C preprocessor... gcc -E #12 80.65 checking for grep that handles long lines and -e... /bin/grep #12 80.69 checking for egrep... /bin/grep -E #12 80.71 checking for ANSI C header files... yes #12 82.34 checking for sys/types.h... yes #12 82.84 checking for sys/stat.h... yes #12 83.35 checking for stdlib.h... yes #12 83.93 checking for string.h... yes #12 84.39 checking for memory.h... yes #12 84.94 checking for strings.h... yes #12 85.43 checking for inttypes.h... yes #12 85.83 checking for stdint.h... yes #12 86.39 checking for unistd.h... yes #12 86.95 checking for wchar.h... yes #12 87.28 checking for minix/config.h... no #12 87.65 checking for linux/fs.h... yes #12 88.26 checking for malloc.h... yes #12 88.74 checking for sys/systeminfo.h... no #12 89.24 checking for sys/sysinfo.h... yes #12 89.67 checking for coff.h... no #12 90.18 checking for pty.h... yes #12 90.73 checking for sys/resource.h... yes #12 91.20 checking for sys/utsname.h... yes #12 91.68 checking for pwd.h... yes #12 92.19 checking for util.h... no #12 92.57 checking for sanitizer/lsan_interface.h... yes #12 93.14 checking for sanitizer/asan_interface.h... yes #12 93.75 checking for sanitizer/common_interface_defs.h... yes #12 94.31 checking for sys/socket.h... yes #12 94.75 checking for stdlib.h... (cached) yes #12 94.83 checking for unistd.h... (cached) yes #12 94.91 checking for sys/param.h... yes #12 95.44 checking for pthread.h... yes #12 96.09 checking for malloc/malloc.h... no #12 96.56 checking for sys/un.h... yes #12 97.11 checking for utmp.h... yes #12 97.62 checking for utmpx.h... yes #12 98.26 checking for OS.h... no #12 98.82 checking for dirent.h... yes #12 99.43 checking for execinfo.h... yes #12 100.1 checking for linux/xattr.h... yes #12 100.7 checking for stdio_ext.h... yes #12 101.2 checking for sys/vfs.h... yes #12 101.8 checking for sys/fs_types.h... no #12 102.3 checking for getopt.h... yes #12 102.8 checking for sys/cdefs.h... yes #12 103.4 checking for sys/time.h... yes #12 104.0 checking for ieee754.h... yes #12 104.5 checking for limits.h... yes #12 105.0 checking for inttypes.h... (cached) yes #12 105.2 checking for sys/types.h... (cached) yes #12 105.2 checking for stdint.h... (cached) yes #12 105.4 checking for sys/select.h... yes #12 105.9 checking for stdbool.h... yes #12 106.4 checking for stdckdint.h... no #12 106.7 checking for sys/random.h... yes #12 107.2 checking for sys/stat.h... (cached) yes #12 107.3 checking whether it is safe to define __EXTENSIONS__... yes #12 107.8 checking whether _XOPEN_SOURCE should be defined... no #12 108.1 checking for Minix Amsterdam compiler... no #12 108.3 checking for ar... ar #12 108.3 checking for ranlib... ranlib #12 108.3 checking for gcc option to enable large file support... none needed #12 109.0 checking for gcc option for timestamps after 2038... none needed #12 109.4 checking for g++... g++ #12 109.8 checking whether we are using the GNU C++ compiler... yes #12 110.1 checking whether g++ accepts -g... yes #12 110.4 checking for g++ option to enable C++11 features... none needed #12 189.9 checking how to run the C++ preprocessor... g++ -E #12 190.5 checking whether gcc accepts -g3 -O2... yes #12 191.3 checking whether the compiler is clang... no #12 191.6 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 191.8 checking whether -Wno-missing-field-initializers is needed... yes #12 192.4 checking whether -Wuninitialized is supported... yes #12 192.8 checking whether C compiler handles -fstrict-flex-arrays... no #12 193.0 checking whether C compiler handles -Wall... yes #12 193.7 checking whether C compiler handles -Warith-conversion... yes #12 194.7 checking whether C compiler handles -Wdate-time... yes #12 195.8 checking whether C compiler handles -Wdisabled-optimization... yes #12 196.3 checking whether C compiler handles -Wdouble-promotion... yes #12 198.5 checking whether C compiler handles -Wduplicated-cond... yes #12 199.2 checking whether C compiler handles -Wextra... yes #12 199.9 checking whether C compiler handles -Wformat-signedness... yes #12 200.7 checking whether C compiler handles -Winit-self... yes #12 201.6 checking whether C compiler handles -Winvalid-pch... yes #12 202.2 checking whether C compiler handles -Wlogical-op... yes #12 202.8 checking whether C compiler handles -Wmissing-declarations... yes #12 203.9 checking whether C compiler handles -Wmissing-include-dirs... yes #12 204.4 checking whether C compiler handles -Wmissing-prototypes... yes #12 205.1 checking whether C compiler handles -Wnested-externs... yes #12 205.9 checking whether C compiler handles -Wnull-dereference... yes #12 206.6 checking whether C compiler handles -Wold-style-definition... yes #12 207.2 checking whether C compiler handles -Wopenmp-simd... yes #12 207.9 checking whether C compiler handles -Wpacked... yes #12 208.6 checking whether C compiler handles -Wpointer-arith... yes #12 209.3 checking whether C compiler handles -Wstrict-flex-arrays... no #12 209.6 checking whether C compiler handles -Wstrict-prototypes... yes #12 210.1 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 210.8 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 211.3 checking whether C compiler handles -Wsuggest-final-methods... yes #12 212.1 checking whether C compiler handles -Wsuggest-final-types... yes #12 212.7 checking whether C compiler handles -Wtrampolines... yes #12 213.4 checking whether C compiler handles -Wuninitialized... yes #12 214.1 checking whether C compiler handles -Wunknown-pragmas... yes #12 214.6 checking whether C compiler handles -Wunused-macros... yes #12 215.5 checking whether C compiler handles -Wvariadic-macros... yes #12 216.2 checking whether C compiler handles -Wvector-operation-performance... yes #12 216.7 checking whether C compiler handles -Wwrite-strings... yes #12 217.4 checking whether C compiler handles -Warray-bounds=2... yes #12 218.3 checking whether C compiler handles -Wattribute-alias=2... yes #12 218.9 checking whether C compiler handles -Wformat=2... yes #12 219.4 checking whether C compiler handles -Wformat-truncation=2... yes #12 220.2 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 220.8 checking whether C compiler handles -Wshift-overflow=2... yes #12 221.5 checking whether C compiler handles -Wuse-after-free=3... no #12 221.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 222.4 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 223.0 checking whether C compiler handles -Wredundant-decls... yes #12 223.6 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 223.6 checking whether C compiler handles -Wno-override-init... yes #12 224.3 checking whether C compiler handles -Wno-sign-compare... yes #12 224.9 checking whether C compiler handles -Wno-type-limits... yes #12 225.5 checking whether C compiler handles -Wno-unused-parameter... yes #12 225.9 checking whether C compiler handles -Wno-format-nonliteral... yes #12 226.6 checking whether C compiler handles -Wno-bidi-chars... no #12 226.8 checking for a BSD-compatible install... /usr/bin/install -c #12 226.9 checking command to symlink files in the same directory... ln -s #12 227.0 checking for install-info... : #12 227.0 checking for gzip... /bin/gzip #12 227.0 checking for 'find' args to delete a file... -delete #12 227.0 checking for brew... no #12 228.6 checking for -znocombreloc... not needed #12 228.6 checking whether addresses are sanitized... no #12 229.0 checking for math library... -lm #12 231.4 checking for struct passwd.pw_gecos... yes #12 231.8 checking for pkg-config... /usr/bin/pkg-config #12 231.8 checking pkg-config is at least version 0.9.0... yes #12 231.9 checking for machine/soundcard.h... no #12 232.2 checking for sys/soundcard.h... yes #12 232.8 checking for soundcard.h... no #12 233.0 checking for mmsystem.h... no #12 233.2 checking for _oss_ioctl in -lossaudio... no #12 233.7 checking for alsa >= 1.0.0... no #12 233.8 checking for ADDR_NO_RANDOMIZE... yes #12 234.2 checking if Linux sysinfo may be used... yes #12 235.1 checking for sys/wait.h that is POSIX.1 compatible... yes #12 235.6 checking for net/if.h... yes #12 236.0 checking for ifaddrs.h... yes #12 236.8 checking for net/if_dl.h... no #12 237.3 checking for struct ifreq.ifr_flags... yes #12 237.9 checking for struct ifreq.ifr_hwaddr... yes #12 239.1 checking for struct ifreq.ifr_netmask... yes #12 240.5 checking for struct ifreq.ifr_broadaddr... yes #12 241.7 checking for struct ifreq.ifr_addr... yes #12 243.1 checking for struct ifreq.ifr_addr.sa_len... no #12 244.2 checking whether gcc understands -MMD -MF... yes #12 244.5 checking for X... no #12 245.5 checking AppKit/AppKit.h usability... yes #12 249.3 checking AppKit/AppKit.h presence... yes #12 250.8 checking for AppKit/AppKit.h... yes #12 250.8 checking for Mac OS X 12.0 or later... yes #12 251.0 checking for gcc... gcc #12 251.3 checking whether we are using the GNU Objective C compiler... yes #12 251.6 checking whether gcc accepts -g... yes #12 251.9 checking if the Objective C compiler supports instancetype... yes #12 252.1 checking if the Objective C compiler defaults to C99... no #12 252.2 checking whether malloc is Doug Lea style... no #12 252.7 checking for sbrk... yes #12 253.4 checking for __lsan_ignore_object... no #12 254.3 checking for fchmod... yes #12 255.2 checking for utmpname... yes #12 255.9 checking for utmpxname... yes #12 256.6 checking for canonicalize_file_name... yes #12 257.6 checking for realpath... yes #12 258.4 checking for lstat... yes #12 259.2 checking for fchmodat... yes #12 260.1 checking for lchmod... no #12 260.5 checking for fcntl... yes #12 261.4 checking for fdopendir... yes #12 262.3 checking for listxattr... yes #12 263.4 checking for fstatat... yes #12 264.1 checking for fsync... yes #12 264.9 checking for gettimeofday... yes #12 265.7 checking for memset_explicit... no #12 266.3 checking for memset_s... no #12 266.9 checking for pselect... yes #12 267.6 checking for readlink... yes #12 268.4 checking for isblank... yes #12 269.2 checking for iswctype... yes #12 269.8 checking for strtoimax... yes #12 270.7 checking for symlink... yes #12 271.4 checking for localtime_r... yes #12 272.1 checking for getdtablesize... yes #12 272.8 checking for getpagesize... yes #12 273.5 checking for working mmap... yes #12 274.7 checking for main in -lXbsd... no #12 275.2 checking for pthread library... -lpthread #12 276.8 checking for thread support... yes #12 276.8 checking for librsvg-2.0 >= 2.14.0... no #12 276.9 checking for libwebpdemux >= 0.6.0... no #12 277.0 checking for WebPGetInfo... no #12 277.6 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 277.7 checking for sqlite3_open_v2 in -lsqlite3... no #12 278.1 checking for getaddrinfo_a in -lanl... yes #12 278.8 checking for malloc_trim... yes #12 279.8 checking for dbus-1 >= 1.0... yes #12 279.9 checking for dbus_watch_get_unix_fd... yes #12 280.6 checking for dbus_type_is_valid... yes #12 281.6 checking for dbus_validate_bus_name... yes #12 282.6 checking for dbus_validate_path... yes #12 283.4 checking for dbus_validate_interface... yes #12 284.3 checking for dbus_validate_member... yes #12 285.2 checking for lgetfilecon in -lselinux... no #12 285.5 checking for gnutls >= 2.12.2... yes #12 285.7 checking for libsystemd >= 222... no #12 285.8 checking for jansson >= 2.7... no #12 285.9 checking for tree-sitter >= 0.20.2... no #12 285.9 checking for tree-sitter >= 0.6.3... no #12 286.1 checking sys/inotify.h usability... yes #12 286.7 checking sys/inotify.h presence... yes #12 287.0 checking for sys/inotify.h... yes #12 287.0 checking for inotify_init1... yes #12 288.1 checking for jpeglib 6b or later... no #12 288.8 checking for lcms2... no #12 288.9 checking for library containing inflateEnd... -lz #12 290.4 checking for dladdr... yes #12 291.3 checking for dlfunc... no #12 292.0 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 292.5 found. #12 292.5 Please try installing libgccjit or a similar package if you want to have it #12 292.5 enabled. #12 292.5 no #12 292.5 checking libgccjit.h usability... no #12 293.1 checking libgccjit.h presence... configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 293.3 were not found. #12 293.3 Please try installing libgccjit-dev or a similar package if you want to have it #12 293.3 enabled. #12 293.3 no #12 293.3 checking for libgccjit.h... no #12 293.3 checking for libpng >= 1.0.0... no #12 293.4 checking for libpng not configured by pkg-config... no #12 293.7 checking tiffio.h usability... no #12 294.3 checking tiffio.h presence... no #12 294.5 checking for tiffio.h... no #12 294.5 checking gif_lib.h usability... no #12 295.0 checking gif_lib.h presence... no #12 295.3 checking for gif_lib.h... no #12 295.3 checking gpm.h usability... no #12 295.8 checking gpm.h presence... no #12 296.1 checking for gpm.h... no #12 296.1 checking for libxml-2.0 > 2.6.17... no #12 296.2 checking for maillock in -lmail... no #12 296.7 checking for maillock in -llockfile... no #12 297.1 checking for liblockfile.so... no #12 297.1 checking maillock.h usability... no #12 297.5 checking maillock.h presence... no #12 297.7 checking for maillock.h... no #12 297.8 checking linux/seccomp.h usability... yes #12 298.4 checking linux/seccomp.h presence... yes #12 298.6 checking for linux/seccomp.h... yes #12 298.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 299.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 299.6 checking linux/filter.h usability... yes #12 300.2 checking linux/filter.h presence... yes #12 300.3 checking for linux/filter.h... yes #12 300.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 300.6 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 300.6 checking for libseccomp >= 2.5.2... no #12 300.7 checking size of long... 8 #12 301.8 checking for accept4... yes #12 302.9 checking for fchdir... yes #12 303.5 checking for gethostname... yes #12 304.5 checking for getrusage... yes #12 305.3 checking for get_current_dir_name... yes #12 305.9 checking for lrand48... yes #12 306.8 checking for random... yes #12 307.8 checking for rint... yes #12 308.7 checking for tcdrain... yes #12 309.5 checking for trunc... yes #12 310.6 checking for select... yes #12 311.3 checking for getpagesize... (cached) yes #12 311.5 checking for setlocale... yes #12 312.2 checking for newlocale... yes #12 312.8 checking for getrlimit... yes #12 313.6 checking for setrlimit... yes #12 314.3 checking for shutdown... yes #12 315.1 checking for pthread_sigmask... (cached) yes #12 315.2 checking for strsignal... yes #12 316.0 checking for setitimer... yes #12 316.7 checking for sendto... yes #12 317.4 checking for recvfrom... yes #12 317.9 checking for getsockname... yes #12 318.9 checking for getifaddrs... yes #12 319.4 checking for freeifaddrs... yes #12 320.3 checking for gai_strerror... yes #12 321.0 checking for sync... yes #12 321.8 checking for endpwent... yes #12 322.4 checking for getgrent... yes #12 323.2 checking for endgrent... yes #12 323.8 checking for renameat2... yes #12 324.1 checking for cfmakeraw... yes #12 324.8 checking for cfsetspeed... yes #12 325.4 checking for __executable_start... yes #12 326.0 checking for log2... yes #12 326.8 checking for pthread_setname_np... yes #12 327.3 checking for pthread_set_name_np... no #12 327.7 checking for getpwent... yes #12 328.3 checking whether pthread_setname_np takes a single argument... no #12 328.6 checking whether pthread_setname_np takes three arguments... no #12 328.9 checking for aligned_alloc... yes #12 329.3 checking whether aligned_alloc is declared... yes #12 329.5 checking for posix_madvise... yes #12 329.8 checking for madvise... yes #12 330.2 checking for __builtin_frame_address... yes #12 331.0 checking for __builtin_unwind_init... yes #12 331.5 checking for _LARGEFILE_SOURCE value needed for large files... no #12 332.1 checking for grantpt... yes #12 332.6 checking for getpt... yes #12 333.2 checking for posix_openpt... yes #12 333.5 checking for library containing tputs... -ltinfo #12 334.1 checking whether -ltinfo library defines BC... yes #12 334.4 checking for timerfd interface... yes #12 334.6 checking whether signals can be handled on alternate stack... yes #12 335.1 checking valgrind/valgrind.h usability... no #12 335.4 checking valgrind/valgrind.h presence... no #12 335.5 checking for valgrind/valgrind.h... no #12 335.5 checking for struct unipair.unicode... yes #12 335.7 checking for pid_t... yes #12 336.2 checking vfork.h usability... no #12 336.4 checking vfork.h presence... no #12 336.5 checking for vfork.h... no #12 336.5 checking for fork... yes #12 336.9 checking for vfork... yes #12 337.4 checking for working fork... yes #12 338.1 checking for working vfork... (cached) yes #12 338.1 checking for snprintf... yes #12 338.6 checking for open_memstream... yes #12 339.1 checking spawn.h usability... yes #12 339.6 checking spawn.h presence... yes #12 339.7 checking for spawn.h... yes #12 339.8 checking for posix_spawn... yes #12 340.4 checking for posix_spawn_file_actions_addchdir... no #12 341.1 checking for posix_spawn_file_actions_addchdir_np... yes #12 341.7 checking for posix_spawnattr_setflags... yes #12 342.2 checking whether POSIX_SPAWN_SETSID is declared... yes #12 342.5 checking whether GLib is linked in... no #12 342.7 checking for nl_langinfo and CODESET... yes #12 343.2 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 343.6 checking for mbstate_t... yes #12 344.1 checking for signals via characters... yes #12 344.5 checking for _setjmp... yes #12 345.2 checking for sigsetjmp... yes #12 345.5 checking POSIX termios... yes #12 345.9 checking size of speed_t... 4 #12 346.4 checking for usable FIONREAD... yes #12 346.8 checking for usable SIGIO... yes #12 347.3 checking for struct alignment... yes #12 347.5 checking for C/C++ restrict keyword... __restrict__ #12 347.8 checking for typeof syntax and keyword spelling... typeof #12 348.1 checking for statement expressions... yes #12 348.2 checking whether malloc (0) returns nonnull... yes #12 348.6 checking sys/acl.h usability... yes #12 349.1 checking sys/acl.h presence... yes #12 349.2 checking for sys/acl.h... yes #12 349.2 checking for library containing acl_get_file... -lacl #12 350.2 checking for acl_get_file... yes #12 350.6 checking for acl_get_fd... yes #12 351.2 checking for acl_set_file... yes #12 351.9 checking for acl_set_fd... yes #12 352.3 checking for acl_free... yes #12 352.8 checking for acl_from_mode... yes #12 353.2 checking for acl_from_text... yes #12 353.4 checking for acl_delete_def_file... yes #12 353.8 checking for acl_extended_file... yes #12 354.7 checking for acl_delete_fd_np... no #12 355.3 checking for acl_delete_file_np... no #12 355.9 checking for acl_copy_ext_native... no #12 356.4 checking for acl_create_entry_np... no #12 356.9 checking for acl_to_short_text... no #12 357.5 checking for acl_free_text... no #12 358.3 checking for working acl_get_file... yes #12 358.7 checking acl/libacl.h usability... yes #12 359.1 checking acl/libacl.h presence... yes #12 359.2 checking for acl/libacl.h... yes #12 359.3 checking for acl_entries... yes #12 359.7 checking for ACL_FIRST_ENTRY... yes #12 360.0 checking for ACL_TYPE_EXTENDED... no #12 360.2 checking for working alloca.h... yes #12 360.7 checking for alloca... yes #12 361.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 361.0 checking whether the preprocessor supports include_next... yes #12 361.5 checking whether source code line length is unlimited... yes #12 361.7 checking whether endutent is declared... yes #12 362.1 checking for struct utmpx.ut_user... yes #12 362.7 checking for struct utmp.ut_user... yes #12 363.1 checking for struct utmpx.ut_name... yes #12 363.6 checking for struct utmp.ut_name... yes #12 364.3 checking for struct utmpx.ut_type... yes #12 364.7 checking for struct utmp.ut_type... yes #12 365.0 checking for struct utmpx.ut_pid... yes #12 365.4 checking for struct utmp.ut_pid... yes #12 365.7 checking for struct utmp.ut_tv... yes #12 366.4 checking for struct utmpx.ut_host... yes #12 366.8 checking for struct utmp.ut_host... yes #12 367.2 checking for struct utmpx.ut_id... yes #12 367.9 checking for struct utmp.ut_id... yes #12 368.4 checking for struct utmpx.ut_session... yes #12 368.9 checking for struct utmp.ut_session... yes #12 369.3 checking for struct utmpx.ut_exit... yes #12 370.4 checking for struct utmp.ut_exit... yes #12 371.9 checking for struct utmpx.ut_exit.ut_exit... no #12 372.5 checking for struct utmpx.ut_exit.e_exit... yes #12 373.0 checking for struct utmp.ut_exit.e_exit... yes #12 373.5 checking for struct utmpx.ut_exit.ut_termination... no #12 374.1 checking for struct utmpx.ut_exit.e_termination... yes #12 374.7 checking for struct utmp.ut_exit.e_termination... yes #12 375.2 checking whether sysinfo is declared... yes #12 375.5 checking for sys/sysctl.h... yes #12 375.9 checking for sysctl... yes #12 376.2 checking whether lstat correctly handles trailing slash... yes #12 376.7 checking whether // is distinct from /... no #12 376.8 checking whether realpath works... yes #12 378.0 checking for faccessat... yes #12 378.6 checking for getcwd... yes #12 379.2 checking whether byte ordering is bigendian... no #12 380.0 checking if environ is properly declared... yes #12 380.5 checking for complete errno.h... yes #12 380.7 checking whether ctype.h defines __header_inline... no #12 381.0 checking for mode_t... yes #12 381.7 checking whether strmode is declared... no #12 382.2 checking whether getline is declared... yes #12 382.8 checking for gawk... no #12 382.8 checking for mawk... mawk #12 382.8 checking for getopt.h... (cached) yes #12 382.8 checking for getopt_long_only... yes #12 383.5 checking whether getopt is POSIX compatible... yes #12 385.6 checking for working GNU getopt function... yes #12 386.5 checking for working GNU getopt_long function... yes #12 386.9 checking whether timespec_get is declared... yes #12 387.4 checking for timespec_get... yes #12 388.0 checking for struct timeval... yes #12 388.4 checking for wide-enough struct timeval.tv_sec member... yes #12 388.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 389.2 checking whether the compiler produces multi-arch binaries... no #12 389.4 checking whether stdint.h conforms to C99... yes #12 390.6 checking whether stdint.h works without ISO C predefines... yes #12 391.0 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 391.3 checking whether memmem is declared... yes #12 391.7 checking whether memrchr is declared... yes #12 392.4 checking whether defines MIN and MAX... no #12 392.5 checking whether defines MIN and MAX... yes #12 393.1 checking whether time_t is signed... yes #12 393.7 checking whether alarm is declared... yes #12 394.4 checking for working mktime... no #12 396.1 checking whether struct tm is in sys/time.h or time.h... time.h #12 396.6 checking for struct tm.tm_zone... yes #12 397.1 checking for struct tm.tm_gmtoff... yes #12 397.5 checking whether is self-contained... yes #12 399.1 checking for inline... inline #12 399.3 checking for sigset_t... yes #12 400.1 checking for volatile sig_atomic_t... yes #12 400.7 checking for sighandler_t... yes #12 401.4 checking for wchar_t... yes #12 401.7 checking for good max_align_t... yes #12 402.1 checking whether NULL can be used in arbitrary expressions... yes #12 402.5 checking for unreachable... no #12 403.4 checking whether fcloseall is declared... yes #12 404.2 checking whether getw is declared... yes #12 404.9 checking whether putw is declared... yes #12 405.5 checking which flavor of printf attribute matches inttypes macros... system #12 406.1 checking whether strnlen is declared... yes #12 406.8 checking whether strtoimax is declared... yes #12 407.4 checking whether stat file-mode macros are broken... no #12 407.8 checking for nlink_t... yes #12 408.6 checking for struct timespec in ... yes #12 408.9 checking for TIME_UTC in ... yes #12 409.4 checking whether execvpe is declared... yes #12 410.2 checking whether clearerr_unlocked is declared... yes #12 410.9 checking whether feof_unlocked is declared... yes #12 411.6 checking whether ferror_unlocked is declared... yes #12 412.3 checking whether fflush_unlocked is declared... yes #12 413.0 checking whether fgets_unlocked is declared... yes #12 413.5 checking whether fputc_unlocked is declared... yes #12 414.2 checking whether fputs_unlocked is declared... yes #12 414.8 checking whether fread_unlocked is declared... yes #12 415.5 checking whether fwrite_unlocked is declared... yes #12 416.2 checking whether getc_unlocked is declared... yes #12 417.0 checking whether getchar_unlocked is declared... yes #12 417.8 checking whether putc_unlocked is declared... yes #12 418.3 checking whether putchar_unlocked is declared... yes #12 419.1 checking type of array argument to getgroups... gid_t #12 420.2 checking whether getdelim is declared... yes #12 420.8 checking whether getdtablesize is declared... yes #12 421.8 checking whether malloc is ptrdiff_t safe... yes #12 422.2 checking whether malloc, realloc, calloc set errno on failure... yes #12 422.2 checking for O_CLOEXEC... yes #12 422.5 checking for promoted mode_t type... mode_t #12 422.8 checking whether the utimes function works... yes #12 424.1 checking for C compiler option to allow warnings... -Wno-error #12 424.7 checking for alignas and alignof... yes, macros #12 425.5 checking for alloca as a compiler built-in... yes #12 425.6 checking for static_assert... yes, an macro #12 426.3 checking for __builtin_expect... yes #12 426.9 checking byteswap.h usability... yes #12 427.6 checking byteswap.h presence... yes #12 427.8 checking for byteswap.h... yes #12 427.9 checking for readlinkat... yes #12 428.5 checking for library containing clock_gettime... none required #12 429.2 checking for clock_getres... yes #12 430.0 checking for clock_gettime... yes #12 430.9 checking for clock_settime... yes #12 431.5 checking for copy_file_range... yes #12 432.2 checking for d_type member in directory struct... yes #12 433.1 checking whether // is distinct from /... (cached) no #12 433.1 checking whether dup2 works... yes #12 434.0 checking for library containing backtrace_symbols_fd... none required #12 434.7 checking for faccessat... (cached) yes #12 434.7 checking whether fchmodat works... no #12 435.5 checking for readlinkat... (cached) yes #12 435.5 checking whether fcntl handles F_DUPFD correctly... yes #12 436.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 437.6 checking whether fdopendir is declared... yes #12 438.1 checking whether fdopendir works... yes #12 439.6 checking for flexible array member... yes #12 440.2 checking for __fpending... yes #12 441.1 checking whether __fpending is declared... yes #12 441.6 checking whether free is known to preserve errno... no #12 442.0 checking whether fstatat (..., 0) works... yes #12 442.9 checking for sys/mount.h... yes #12 443.6 checking for statvfs function (SVR4)... yes #12 444.3 checking whether to use statvfs64... no #12 444.7 checking for two-argument statfs with statfs.f_frsize member... yes #12 445.8 checking sys/fs/s5param.h usability... no #12 446.5 checking sys/fs/s5param.h presence... no #12 446.6 checking for sys/fs/s5param.h... no #12 446.7 checking sys/statfs.h usability... yes #12 447.3 checking sys/statfs.h presence... yes #12 447.4 checking for sys/statfs.h... yes #12 447.5 checking for statfs that truncates block counts... no #12 447.9 checking for futimens... yes #12 448.5 checking whether futimens works... yes #12 450.3 checking for getline... yes #12 451.1 checking for working getline function... yes #12 452.2 checking for getloadavg... yes #12 452.9 checking sys/loadavg.h usability... no #12 453.4 checking sys/loadavg.h presence... no #12 453.7 checking for sys/loadavg.h... no #12 453.8 checking whether getloadavg is declared... yes #12 454.3 checking for getrandom... yes #12 455.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 455.5 checking for gettimeofday with POSIX signature... yes #12 455.9 checking whether the compiler supports the __inline keyword... yes #12 456.3 checking gmp.h usability... yes #12 456.9 checking gmp.h presence... yes #12 457.2 checking for gmp.h... yes #12 457.2 checking for library containing __gmpz_roinit_n... -lgmp #12 458.7 checking for memmem... yes #12 459.4 checking whether memmem works... yes #12 460.1 checking for mempcpy... yes #12 460.9 checking for memrchr... yes #12 461.6 checking for explicit_memset... no #12 462.4 checking for mkostemp... yes #12 463.1 checking for library containing nanosleep... none required #12 463.6 checking for working nanosleep... no (mishandles large arguments) #12 465.7 checking for sys/pstat.h... no #12 466.3 checking for sys/sysmp.h... no #12 466.9 checking for sys/param.h... (cached) yes #12 466.9 checking for sys/sysctl.h... (cached) yes #12 467.0 checking for sched_getaffinity_np... no #12 467.4 checking for pstat_getdynamic... no #12 468.2 checking for sysmp... no #12 468.9 checking for sysctl... (cached) yes #12 468.9 checking for sched_getaffinity... yes #12 469.6 checking for glibc compatible sched_getaffinity... yes #12 469.9 checking for pipe2... yes #12 470.7 checking whether signature of pselect conforms to POSIX... yes #12 472.1 checking whether pselect detects invalid fds... yes #12 473.1 checking whether pthread_sigmask is a macro... no #12 473.2 checking whether pthread_sigmask returns error numbers... yes #12 474.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 477.4 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 478.5 checking whether readlink signature is correct... yes #12 478.9 checking whether readlink handles trailing slash correctly... yes #12 480.4 checking whether readlink truncates results correctly... yes #12 482.4 checking for readlinkat... (cached) yes #12 482.4 checking whether readlinkat signature is correct... yes #12 482.8 checking for working re_compile_pattern... no #12 484.2 checking libintl.h usability... yes #12 485.0 checking libintl.h presence... yes #12 485.1 checking for libintl.h... yes #12 485.2 checking whether isblank is declared... yes #12 485.6 checking for sig2str... no #12 486.5 checking for sigdescr_np... no #12 487.4 checking for socklen_t... yes #12 488.3 checking for ssize_t... yes #12 488.5 checking for struct stat.st_atim.tv_nsec... yes #12 489.0 checking whether struct stat.st_atim is of type struct timespec... yes #12 489.8 checking for struct stat.st_birthtimespec.tv_nsec... no #12 490.6 checking for struct stat.st_birthtimensec... no #12 491.3 checking for struct stat.st_birthtim.tv_nsec... no #12 492.2 checking for bool, true, false... no #12 492.6 checking for stpcpy... yes #12 493.3 checking for working strnlen... yes #12 494.1 checking whether strtoimax works... yes #12 494.9 checking whether symlink handles trailing slash correctly... yes #12 495.6 checking whether localtime_r is declared... yes #12 495.9 checking whether localtime_r is compatible with its POSIX signature... yes #12 496.2 checking whether localtime works even near extrema... yes #12 497.3 checking for timezone_t... no #12 497.6 checking for timegm... yes #12 498.4 checking whether timer_settime is declared... yes #12 498.7 checking for library containing timer_settime... -lrt #12 500.1 checking for timer_settime... yes #12 500.7 checking for utimensat... yes #12 501.6 checking whether utimensat works... yes #12 503.7 checking for variable-length arrays... yes #12 504.4 checking whether getdtablesize works... yes #12 505.2 checking for __mktime_internal... no #12 506.2 checking for timer_getoverrun... yes #12 507.1 checking for gcc option to disable position independent executables... not needed #12 507.1 checking for __ctype_get_mb_cur_max... yes #12 507.8 checking whether MB_CUR_MAX is defined to function that won't link... no #12 508.1 #12 508.1 Configured for 'x86_64-pc-linux-gnu'. #12 508.1 #12 508.1 Where should the build process find the source code? . #12 508.1 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 508.1 Should Emacs use the GNU version of malloc? no #12 508.1 (The GNU allocators don't work with this system configuration.) #12 508.1 Should Emacs use a relocating allocator for buffers? no #12 508.1 Should Emacs use mmap(2) for buffer allocation? no #12 508.1 What window system should Emacs use? nextstep #12 508.1 What toolkit should Emacs use? none #12 508.1 Where do we find X Windows header files? NONE #12 508.1 Where do we find X Windows libraries? NONE #12 508.2 Does Emacs use -lXaw3d? no #12 508.2 Is Emacs being built for Android? no #12 508.2 Does Emacs use the X Double Buffer Extension? no #12 508.2 Does Emacs use -lXpm? no #12 508.2 Does Emacs use -ljpeg? no #12 508.2 Does Emacs use -ltiff? no #12 508.2 Does Emacs use a gif library? no #12 508.2 Does Emacs use a png library? no #12 508.2 Does Emacs use -lrsvg-2? no #12 508.2 Does Emacs use -lwebp? no #12 508.2 Does Emacs use -lsqlite3? no #12 508.2 Does Emacs use cairo? no #12 508.2 Does Emacs use -llcms2? no #12 508.2 Does Emacs use imagemagick? no #12 508.2 Does Emacs use native APIs for images? yes (ns) #12 508.2 Does Emacs support sound? yes #12 508.2 Does Emacs use -lgpm? no #12 508.2 Does Emacs use -ldbus? yes #12 508.2 Does Emacs use -lgconf? no #12 508.2 Does Emacs use GSettings? no #12 508.2 Does Emacs use a file notification library? yes -lglibc (inotify) #12 508.2 Does Emacs use access control lists? yes -lacl -lattr #12 508.2 Does Emacs use -lselinux? no #12 508.2 Does Emacs use -lgnutls? yes #12 508.2 Does Emacs use -lxml2? no #12 508.2 Does Emacs use -lfreetype? no #12 508.2 Does Emacs use HarfBuzz? no #12 508.2 Does Emacs use -lm17n-flt? no #12 508.2 Does Emacs use -lotf? no #12 508.2 Does Emacs use -lxft? no #12 508.2 Does Emacs use -lsystemd? no #12 508.2 Does Emacs use -ljansson? no #12 508.2 Does Emacs use -ltree-sitter? no #12 508.2 Does Emacs use the GMP library? yes #12 508.2 Does Emacs directly use zlib? yes #12 508.2 Does Emacs have dynamic modules support? yes #12 508.2 Does Emacs use toolkit scroll bars? yes #12 508.2 Does Emacs support Xwidgets? no #12 508.2 Does Emacs have threading support in lisp? yes #12 508.2 Does Emacs support the portable dumper? yes #12 508.2 Does Emacs support legacy unexec dumping? no #12 508.2 Which dumping strategy does Emacs use? pdumper #12 508.2 Does Emacs have native lisp compiler? no #12 508.2 Does Emacs use version 2 of the X Input Extension? no #12 508.2 Does Emacs generate a smaller-size Japanese dictionary? no #12 508.2 #12 508.2 #12 508.2 #12 508.2 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 508.2 Run 'make install' in order to build an application bundle. #12 508.2 The application will go to nextstep/Emacs.app and can be run or moved #12 508.2 from there. #12 508.2 The application will be fully self-contained. #12 508.2 #12 510.0 configure: creating ./config.status #12 511.0 configure: WARNING: This configuration installs a 'movemail' program #12 511.0 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 511.0 installed a 'movemail' program that retrieved POP3 email via only #12 511.0 insecure channels, a practice that is no longer recommended but that #12 511.0 you can continue to support by using './configure --with-pop'. #12 511.0 configure: You might want to install GNU Mailutils #12 511.0 and use './configure --with-mailutils'. #12 513.5 MAKE='make' ./config.status #12 514.1 config.status: creating src/verbose.mk #12 514.3 config.status: creating src/emacs-module.h #12 514.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 515.0 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 515.3 config.status: creating Makefile #12 515.5 config.status: creating lib/gnulib.mk #12 516.0 config.status: creating ./doc/man/emacs.1 #12 516.2 config.status: creating lib/Makefile #12 516.5 config.status: creating lib-src/Makefile #12 516.8 config.status: creating oldXMenu/Makefile #12 517.2 config.status: creating src/Makefile #12 517.4 config.status: creating lwlib/Makefile #12 517.7 config.status: creating nextstep/Makefile #12 517.9 config.status: creating nt/Makefile #12 518.1 config.status: creating doc/emacs/Makefile #12 518.4 config.status: creating doc/misc/Makefile #12 518.6 config.status: creating doc/lispintro/Makefile #12 518.9 config.status: creating doc/lispref/Makefile #12 519.1 config.status: creating lisp/Makefile #12 519.4 config.status: creating leim/Makefile #12 519.8 config.status: creating test/Makefile #12 520.0 config.status: creating test/manual/noverlay/Makefile #12 520.3 config.status: creating test/infra/Makefile #12 520.5 config.status: creating admin/charsets/Makefile #12 520.8 config.status: creating admin/unidata/Makefile #12 521.1 config.status: creating admin/grammars/Makefile #12 521.3 config.status: creating java/Makefile #12 521.6 config.status: creating cross/Makefile #12 521.9 config.status: creating java/AndroidManifest.xml #12 522.2 config.status: creating src/config.h #12 522.6 config.status: executing src/epaths.h commands #12 522.6 make[3]: Entering directory '/checkout' #12 522.9 make[3]: Leaving directory '/checkout' #12 523.1 config.status: executing src/.gdbinit commands #12 523.2 config.status: executing doc/emacs/emacsver.texi commands #12 523.3 config.status: executing etc-refcards-emacsver.tex commands #12 523.4 make[3]: Entering directory '/checkout' #12 523.6 make[3]: Leaving directory '/checkout' #12 523.6 make[2]: Leaving directory '/checkout' #12 523.6 make actual-all #12 523.7 make[2]: Entering directory '/checkout' #12 524.4 make -C lib all #12 524.9 make[3]: Entering directory '/checkout/lib' #12 524.9 GEN alloca.h #12 525.0 GEN dirent.h #12 525.1 GEN fcntl.h #12 525.3 GEN malloc/dynarray.gl.h #12 525.4 GEN malloc/dynarray-skeleton.gl.h #12 525.4 GEN inttypes.h #12 525.5 GEN limits.h #12 525.6 GEN signal.h #12 525.7 GEN stdckdint.h #12 525.7 GEN stddef.h #12 525.8 GEN stdio.h #12 526.3 GEN stdlib.h #12 526.9 GEN string.h #12 527.4 GEN sys/random.h #12 527.5 GEN sys/select.h #12 527.7 GEN sys/stat.h #12 527.9 GEN sys/time.h #12 528.0 GEN sys/types.h #12 528.1 GEN time.h #12 528.3 GEN unistd.h #12 529.4 CC fingerprint.o #12 529.6 CC mktime.o #12 531.0 CC acl-errno-valid.o #12 531.4 CC acl-internal.o #12 531.8 CC get-permissions.o #12 532.2 CC set-permissions.o #12 532.9 CC allocator.o #12 533.2 CC binary-io.o #12 533.7 CC boot-time.o #12 534.7 CC c-ctype.o #12 535.4 CC c-strcasecmp.o #12 536.0 CC c-strncasecmp.o #12 536.5 CC careadlinkat.o #12 537.5 CC close-stream.o #12 538.0 CC copy-file-range.o #12 538.6 CC count-leading-zeros.o #12 539.1 CC count-one-bits.o #12 539.6 CC count-trailing-zeros.o #12 540.1 CC md5-stream.o #12 540.9 CC md5.o #12 543.1 CC sha1.o #12 547.1 CC sha256.o #12 555.3 CC sha512.o #12 565.6 CC dtoastr.o #12 566.6 CC dtotimespec.o #12 567.2 CC fchmodat.o #12 567.9 CC fcntl.o #12 568.7 CC file-has-acl.o #12 570.0 CC filemode.o #12 570.7 CC filevercmp.o #12 571.9 CC free.o #12 572.4 CC fsusage.o #12 572.9 CC gettime.o #12 573.3 CC malloc/dynarray_at_failure.o #12 573.9 CC malloc/dynarray_emplace_enlarge.o #12 574.5 CC malloc/dynarray_finalize.o #12 575.2 CC malloc/dynarray_resize.o #12 575.9 CC malloc/dynarray_resize_clear.o #12 576.4 CC memset_explicit.o #12 577.1 CC nanosleep.o #12 577.9 CC nproc.o #12 578.8 CC nstrftime.o #12 584.1 CC pipe2.o #12 584.7 CC qcopy-acl.o #12 585.1 CC regex.o #12 606.5 CC sig2str.o #12 607.1 CC sigdescr_np.o #12 607.4 CC stat-time.o #12 607.7 CC tempname.o #12 608.4 CC time_rz.o #12 609.1 CC timegm.o #12 609.4 CC timespec.o #12 609.8 CC timespec-add.o #12 610.1 CC timespec-sub.o #12 610.4 CC u64.o #12 610.6 CC unistd.o #12 610.8 CC openat-die.o #12 611.2 CC save-cwd.o #12 611.5 AR libgnu.a #12 612.0 make[3]: Leaving directory '/checkout/lib' #12 612.0 make -C lib-src all #12 612.0 make[3]: Entering directory '/checkout/lib-src' #12 612.0 CCLD etags #12 630.0 CCLD ctags #12 649.8 CCLD emacsclient #12 653.2 CCLD ebrowse #12 662.1 CCLD hexl #12 664.0 CC pop.o #12 664.3 CCLD movemail #12 666.0 CCLD make-docfile #12 672.2 CCLD make-fingerprint #12 673.7 make[3]: Leaving directory '/checkout/lib-src' #12 673.7 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 673.7 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 674.9 make[3]: Entering directory '/checkout/src' #12 674.9 GEN globals.h #12 677.2 CC dispnew.o #12 707.2 CC frame.o #12 734.7 CC scroll.o #12 737.7 CC xdisp.o #12 932.2 CC menu.o #12 944.3 CC window.o #12 1002. CC charset.o #12 1023. CC coding.o #12 1117. CC category.o #12 1122. CC ccl.o #12 1141. CC character.o #12 1151. CC chartab.o #12 1164. CC bidi.o #12 1177. CC cm.o #12 1180. CC term.o #12 1202. CC terminal.o #12 1207. CC xfaces.o #12 1247. CC dbusbind.o #12 1270. CC emacs.o #12 1284. CC keyboard.o #12 1372. CC macros.o #12 1376. CC keymap.o #12 1404. CC sysdep.o #12 1418. CC bignum.o #12 1423. CC buffer.o #12 1453. CC filelock.o #12 1459. CC insdel.o #12 1471. CC marker.o #12 1478. CC minibuf.o #12 1496. CC fileio.o #12 1530. CC dired.o #12 1537. CC cmds.o #12 1542. CC casetab.o #12 1545. CC casefiddle.o #12 1552. CC indent.o #12 1570. CC search.o #12 1593. CC regex-emacs.o #12 1641. CC undo.o #12 1645. CC alloc.o #12 1672. CC pdumper.o #12 1695. CC data.o #12 1726. GEN buildobj.h #12 1728. CC doc.o #12 1734. CC editfns.o #12 1768. CC callint.o #12 1776. CC eval.o #12 1804. CC floatfns.o #12 1809. CC fns.o #12 1850. CC sort.o #12 1855. CC font.o #12 1898. CC print.o #12 1918. CC lread.o #12 1951. CC emacs-module.o #12 1965. CC syntax.o #12 1997. CC bytecode.o #12 2013. CC comp.o #12 2014. CC dynlib.o #12 2015. CC process.o #12 2058. CC gnutls.o #12 2073. CC callproc.o #12 2082. CC region-cache.o #12 2086. CC sound.o #12 2090. CC timefns.o #12 2099. CC atimer.o #12 2103. CC doprnt.o #12 2106. CC intervals.o #12 2121. CC textprop.o #12 2136. CC composite.o #12 2155. CC xml.o #12 2157. CC lcms.o #12 2157. CC inotify.o #12 2163. CC profiler.o #12 2168. CC decompress.o #12 2171. CC thread.o #12 2178. CC systhread.o #12 2181. CC sqlite.o #12 2183. CC treesit.o #12 2185. CC itree.o #12 2190. CC fontset.o #12 2209. CC fringe.o #12 2223. CC image.o #12 2244. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 2244. 143 | #define PIX_MASK_DRAW 1 #12 2244. | #12 2246. CC nsterm.o #12 2246. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2246. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2248. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2248. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2248. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2248. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2248. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2248. | ^~~~~~~~~~~~~~~~~~~~ #12 2248. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2248. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2248. | ^~~~~~~~~~~~~~~~~~~~ #12 2248. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2248. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2248. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2248. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2248. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 88 | #if GS_API_VERSION(0,011500) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2248. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2248. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2248. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2248. | ^~~~~~~~~~ #12 2248. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2248. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2248. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2248. | ^~~~~~~~~~ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2248. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2248. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2248. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2248. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2248. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2248. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2248. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2248. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2248. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2248. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 45 | #if GS_EXPOSE(NSArchiver) #12 2248. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2248. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2248. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2248. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2248. | ^ #12 2248. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2248. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2248. | ^ #12 2248. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2248. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2248. from nsgui.h:34, #12 2248. from dispextern.h:137, #12 2248. from nsterm.h:22, #12 2248. from nsterm.m:48: #12 2248. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2248. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2248. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 114 | #if GS_EXPOSE(NSBundle) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 43 | #if GS_EXPOSE(NSCache) #12 2249. | ^~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 113 | #if GS_EXPOSE(NSException) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2249. 303 | NSGetUncaughtExceptionHandler(); #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 53 | #if GS_EXPOSE(NSExpression) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 47 | #if GS_EXPOSE(NSTimer) #12 2249. | ^~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2249. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2249. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 46 | #if GS_EXPOSE(NSRunLoop) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2249. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 40 | #if GS_EXPOSE(NSDistantObject) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 74 | #if GS_EXPOSE(NSLock) #12 2249. | ^~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 125 | #if GS_EXPOSE(NSCondition) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 175 | #if GS_EXPOSE(NSConditionLock) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2249. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 134 | #if GS_EXPOSE(NSError) #12 2249. | ^~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2249. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 182 | #if GS_EXPOSE(NSURLHandle) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 73 | #if GS_EXPOSE(NSURL) #12 2249. | ^~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2249. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 633 | #if GS_EXPOSE(NSURLComponents) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 160 | #if GS_EXPOSE(NSPipe) #12 2249. | ^~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 215 | #if GS_EXPOSE(NSFileManager) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 42 | #if GS_EXPOSE(NSHost) #12 2249. | ^~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 47 | #if GS_EXPOSE(NSIndexPath) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 49 | #if GS_EXPOSE(NSIndexSet) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 38 | #if GS_EXPOSE(NSInvocation) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 103 | #if GS_EXPOSE(NSLocale) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 361 | #if GS_EXPOSE(NSNetService) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 53 | #if GS_EXPOSE(NSPortCoder) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 77 | #if GS_EXPOSE(NSPort) #12 2249. | ^~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 202 | #if GS_EXPOSE(NSSocketPort) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 284 | #if GS_EXPOSE(NSMessagePort) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 47 | #if GS_EXPOSE(NSPortMessage) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 53 | #if GS_EXPOSE(NSProgress) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 42 | #if GS_EXPOSE(NSScanner) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 58 | #if GS_EXPOSE(NSSpellServer) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 51 | #if GS_EXPOSE(NSTask) #12 2249. | ^~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 59 | #if GS_EXPOSE(NSThread) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 87 | #if GS_EXPOSE(NSUndoManager) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 105 | #if GS_EXPOSE(NSURLCache) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 48 | #if GS_EXPOSE(NSURLConnection) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 56 | #if GS_EXPOSE(NSURLCredential) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 49 | #if GS_EXPOSE(NSURLDownload) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 92 | #if GS_EXPOSE(NSURLRequest) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 49 | #if GS_EXPOSE(NSURLResponse) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2249. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2249. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 72 | #if GS_EXPOSE(NSXMLParser) #12 2249. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2249. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2249. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2249. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2249. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2249. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2249. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2249. | ^ #12 2249. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2249. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2249. from nsgui.h:34, #12 2249. from dispextern.h:137, #12 2249. from nsterm.h:22, #12 2249. from nsterm.m:48: #12 2249. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2249. | ^ #12 2249. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2249. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2249. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2250. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2250. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2250. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2250. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2250. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2250. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2250. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2250. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2250. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2250. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2250. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2250. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2250. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2250. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2250. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2250. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2250. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2250. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2250. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2250. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2250. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2250. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2250. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2250. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2250. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2250. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2250. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2250. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2250. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2250. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2250. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2250. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2250. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2250. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2250. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2250. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2250. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2250. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2250. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2250. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2250. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2250. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2250. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2250. | ^~~~~~~~~~~~~~~~~~~~ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2250. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2250. | ^~~~~~~~~~~~~~~~~~~~ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2250. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2250. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2250. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2250. from nsgui.h:34, #12 2250. from dispextern.h:137, #12 2250. from nsterm.h:22, #12 2250. from nsterm.m:48: #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2250. | ^ #12 2250. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2250. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2250. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2251. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2251. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2251. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2251. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2251. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2251. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2251. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2251. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2251. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2251. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2251. | ^ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2251. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2251. | ^ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 125 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 129 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 133 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 214 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 247 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 251 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 259 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 263 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 267 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 271 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 275 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 287 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 311 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 323 | __attribute__((unused)); #12 2251. | ^~~~~~~~~~~~~ #12 2251. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2251. from nsgui.h:34, #12 2251. from dispextern.h:137, #12 2251. from nsterm.h:22, #12 2251. from nsterm.m:48: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 493 | PSgsave() #12 2251. | ^~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 499 | PSgrestore() #12 2251. | ^~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 505 | PSinitgraphics() #12 2251. | ^~~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 622 | PSinitmatrix() #12 2251. | ^~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 669 | PSclip() #12 2251. | ^~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 675 | PSclosepath() #12 2251. | ^~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 687 | PSeoclip() #12 2251. | ^~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 693 | PSeofill() #12 2251. | ^~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 699 | PSfill() #12 2251. | ^~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 705 | PSflattenpath() #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 711 | PSinitclip() #12 2251. | ^~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 729 | PSnewpath() #12 2251. | ^~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 765 | PSreversepath() #12 2251. | ^~~~~~~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 783 | PSstroke() #12 2251. | ^~~~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2251. 835 | PSWait() #12 2251. | ^~~~~~ #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2251. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2251. nsterm.m: In function 'ns_set_undecorated': #12 2252. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 2252. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 2252. | ^ #12 2252. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 2252. nsterm.m: In function '-[EmacsView showFontPanel]': #12 2252. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 2252. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 2252. | ^ #12 2298. CC nsfns.o #12 2298. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2298. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2300. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2300. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2300. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2300. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2300. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2300. | ^~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2300. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2300. | ^~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2300. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2300. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2300. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2300. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 88 | #if GS_API_VERSION(0,011500) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2300. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2300. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2300. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2300. | ^~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2300. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2300. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2300. | ^~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2300. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2300. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2300. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2300. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2300. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2300. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2300. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2300. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 45 | #if GS_EXPOSE(NSArchiver) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 114 | #if GS_EXPOSE(NSBundle) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 43 | #if GS_EXPOSE(NSCache) #12 2300. | ^~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 113 | #if GS_EXPOSE(NSException) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2300. 303 | NSGetUncaughtExceptionHandler(); #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 53 | #if GS_EXPOSE(NSExpression) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 47 | #if GS_EXPOSE(NSTimer) #12 2300. | ^~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2300. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2300. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 46 | #if GS_EXPOSE(NSRunLoop) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2300. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 40 | #if GS_EXPOSE(NSDistantObject) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 74 | #if GS_EXPOSE(NSLock) #12 2300. | ^~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 125 | #if GS_EXPOSE(NSCondition) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 175 | #if GS_EXPOSE(NSConditionLock) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2300. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2300. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2300. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2300. | ^ #12 2300. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2300. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2300. from nsgui.h:34, #12 2300. from dispextern.h:137, #12 2300. from nsterm.h:22, #12 2300. from nsfns.m:38: #12 2300. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2300. | ^ #12 2300. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2300. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 134 | #if GS_EXPOSE(NSError) #12 2301. | ^~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2301. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 182 | #if GS_EXPOSE(NSURLHandle) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 73 | #if GS_EXPOSE(NSURL) #12 2301. | ^~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2301. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 633 | #if GS_EXPOSE(NSURLComponents) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 160 | #if GS_EXPOSE(NSPipe) #12 2301. | ^~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 215 | #if GS_EXPOSE(NSFileManager) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 42 | #if GS_EXPOSE(NSHost) #12 2301. | ^~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 47 | #if GS_EXPOSE(NSIndexPath) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 49 | #if GS_EXPOSE(NSIndexSet) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 38 | #if GS_EXPOSE(NSInvocation) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 103 | #if GS_EXPOSE(NSLocale) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 361 | #if GS_EXPOSE(NSNetService) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 53 | #if GS_EXPOSE(NSPortCoder) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 77 | #if GS_EXPOSE(NSPort) #12 2301. | ^~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 202 | #if GS_EXPOSE(NSSocketPort) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 284 | #if GS_EXPOSE(NSMessagePort) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 47 | #if GS_EXPOSE(NSPortMessage) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 53 | #if GS_EXPOSE(NSProgress) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 42 | #if GS_EXPOSE(NSScanner) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 58 | #if GS_EXPOSE(NSSpellServer) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 51 | #if GS_EXPOSE(NSTask) #12 2301. | ^~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 59 | #if GS_EXPOSE(NSThread) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 87 | #if GS_EXPOSE(NSUndoManager) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 105 | #if GS_EXPOSE(NSURLCache) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 48 | #if GS_EXPOSE(NSURLConnection) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 56 | #if GS_EXPOSE(NSURLCredential) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 49 | #if GS_EXPOSE(NSURLDownload) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 92 | #if GS_EXPOSE(NSURLRequest) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 49 | #if GS_EXPOSE(NSURLResponse) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2301. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2301. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 72 | #if GS_EXPOSE(NSXMLParser) #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2301. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2301. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2301. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2301. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2301. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2301. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2301. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2301. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2301. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2301. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2301. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2301. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2301. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2301. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2301. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2301. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2301. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2301. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2301. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2301. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2301. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2301. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2301. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2301. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2301. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2301. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2301. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2301. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2301. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2301. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2301. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2301. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2301. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2301. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2301. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2301. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2301. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2301. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2301. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2301. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2301. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2301. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2301. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2301. from nsgui.h:34, #12 2301. from dispextern.h:137, #12 2301. from nsterm.h:22, #12 2301. from nsfns.m:38: #12 2301. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2301. | ^ #12 2301. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2301. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2301. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2302. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2302. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2302. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2302. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2302. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2302. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2302. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2302. | ^~~~~~~~~~~~~~~~~~~~ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2302. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2302. | ^~~~~~~~~~~~~~~~~~~~ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2302. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2302. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2302. | ^ #12 2302. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2302. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2302. from nsgui.h:34, #12 2302. from dispextern.h:137, #12 2302. from nsterm.h:22, #12 2302. from nsfns.m:38: #12 2302. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2302. | ^ #12 2302. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2302. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2302. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2303. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2303. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2303. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2303. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2303. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2303. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2303. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2303. | ^ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2303. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2303. | ^ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 125 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 129 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 133 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 214 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 247 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 251 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 259 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 263 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 267 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 271 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 275 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 287 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 311 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 323 | __attribute__((unused)); #12 2303. | ^~~~~~~~~~~~~ #12 2303. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2303. from nsgui.h:34, #12 2303. from dispextern.h:137, #12 2303. from nsterm.h:22, #12 2303. from nsfns.m:38: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 493 | PSgsave() #12 2303. | ^~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 499 | PSgrestore() #12 2303. | ^~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 505 | PSinitgraphics() #12 2303. | ^~~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 622 | PSinitmatrix() #12 2303. | ^~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 669 | PSclip() #12 2303. | ^~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 675 | PSclosepath() #12 2303. | ^~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 687 | PSeoclip() #12 2303. | ^~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 693 | PSeofill() #12 2303. | ^~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 699 | PSfill() #12 2303. | ^~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 705 | PSflattenpath() #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 711 | PSinitclip() #12 2303. | ^~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 729 | PSnewpath() #12 2303. | ^~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 765 | PSreversepath() #12 2303. | ^~~~~~~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 783 | PSstroke() #12 2303. | ^~~~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2303. 835 | PSWait() #12 2303. | ^~~~~~ #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2303. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2303. nsfns.m: At top level: #12 2303. nsfns.m:694:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 2303. 694 | ns_make_frame_key_window (struct frame *f) #12 2303. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2326. CC nsmenu.o #12 2326. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2326. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2327. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2327. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2327. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2327. | ^~~~~~~~~~~~~~~~~~~~ #12 2327. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2327. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2327. | ^~~~~~~~~~~~~~~~~~~~ #12 2327. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2327. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2327. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 88 | #if GS_API_VERSION(0,011500) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2327. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2327. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2327. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2327. | ^~~~~~~~~~ #12 2327. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2327. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2327. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2327. | ^~~~~~~~~~ #12 2327. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2327. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2327. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2327. | ^ #12 2327. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2327. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2327. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2327. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2327. from nsgui.h:34, #12 2327. from dispextern.h:137, #12 2327. from window.h:23, #12 2327. from nsmenu.m:29: #12 2327. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2327. | ^ #12 2327. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2327. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2327. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2328. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2328. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2328. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2328. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2328. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 45 | #if GS_EXPOSE(NSArchiver) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 114 | #if GS_EXPOSE(NSBundle) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 43 | #if GS_EXPOSE(NSCache) #12 2328. | ^~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 113 | #if GS_EXPOSE(NSException) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2328. 303 | NSGetUncaughtExceptionHandler(); #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 53 | #if GS_EXPOSE(NSExpression) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 47 | #if GS_EXPOSE(NSTimer) #12 2328. | ^~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2328. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2328. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 46 | #if GS_EXPOSE(NSRunLoop) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2328. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 40 | #if GS_EXPOSE(NSDistantObject) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 74 | #if GS_EXPOSE(NSLock) #12 2328. | ^~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 125 | #if GS_EXPOSE(NSCondition) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 175 | #if GS_EXPOSE(NSConditionLock) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2328. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 134 | #if GS_EXPOSE(NSError) #12 2328. | ^~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2328. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 182 | #if GS_EXPOSE(NSURLHandle) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 73 | #if GS_EXPOSE(NSURL) #12 2328. | ^~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2328. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 633 | #if GS_EXPOSE(NSURLComponents) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 160 | #if GS_EXPOSE(NSPipe) #12 2328. | ^~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 215 | #if GS_EXPOSE(NSFileManager) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 42 | #if GS_EXPOSE(NSHost) #12 2328. | ^~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 47 | #if GS_EXPOSE(NSIndexPath) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 49 | #if GS_EXPOSE(NSIndexSet) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 38 | #if GS_EXPOSE(NSInvocation) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 103 | #if GS_EXPOSE(NSLocale) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 361 | #if GS_EXPOSE(NSNetService) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 53 | #if GS_EXPOSE(NSPortCoder) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 77 | #if GS_EXPOSE(NSPort) #12 2328. | ^~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 202 | #if GS_EXPOSE(NSSocketPort) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 284 | #if GS_EXPOSE(NSMessagePort) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 47 | #if GS_EXPOSE(NSPortMessage) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 53 | #if GS_EXPOSE(NSProgress) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 42 | #if GS_EXPOSE(NSScanner) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 58 | #if GS_EXPOSE(NSSpellServer) #12 2328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 51 | #if GS_EXPOSE(NSTask) #12 2328. | ^~~~~~~~~~~~~~~~~~~ #12 2328. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2328. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2328. | ^ #12 2328. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2328. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2328. from nsgui.h:34, #12 2328. from dispextern.h:137, #12 2328. from window.h:23, #12 2328. from nsmenu.m:29: #12 2328. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2328. | ^ #12 2328. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2328. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2328. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 59 | #if GS_EXPOSE(NSThread) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2329. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 87 | #if GS_EXPOSE(NSUndoManager) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 105 | #if GS_EXPOSE(NSURLCache) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 48 | #if GS_EXPOSE(NSURLConnection) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 56 | #if GS_EXPOSE(NSURLCredential) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 49 | #if GS_EXPOSE(NSURLDownload) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 92 | #if GS_EXPOSE(NSURLRequest) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 49 | #if GS_EXPOSE(NSURLResponse) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2329. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2329. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 72 | #if GS_EXPOSE(NSXMLParser) #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2329. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2329. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2329. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2329. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2329. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2329. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2329. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2329. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2329. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2329. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2329. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2329. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2329. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2329. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2329. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2329. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2329. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2329. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2329. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2329. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2329. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2329. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2329. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2329. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2329. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2329. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2329. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2329. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2329. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2329. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2329. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2329. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2329. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2329. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2329. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2329. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2329. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2329. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2329. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2329. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2329. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2329. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2329. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2329. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2329. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2329. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2329. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2329. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2329. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2329. from nsgui.h:34, #12 2329. from dispextern.h:137, #12 2329. from window.h:23, #12 2329. from nsmenu.m:29: #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2329. | ^ #12 2329. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2329. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2329. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2330. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2330. | ^~~~~~~~~~~~~~~~~~~~ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2330. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2330. | ^~~~~~~~~~~~~~~~~~~~ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2330. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2330. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2330. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2330. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2330. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2330. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2330. | ^ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2330. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2330. | ^ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 125 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 129 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 133 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 214 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 247 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 251 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 259 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 263 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 267 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 271 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 275 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 287 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 311 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 323 | __attribute__((unused)); #12 2330. | ^~~~~~~~~~~~~ #12 2330. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2330. from nsgui.h:34, #12 2330. from dispextern.h:137, #12 2330. from window.h:23, #12 2330. from nsmenu.m:29: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 493 | PSgsave() #12 2330. | ^~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 499 | PSgrestore() #12 2330. | ^~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 505 | PSinitgraphics() #12 2330. | ^~~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 622 | PSinitmatrix() #12 2330. | ^~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 669 | PSclip() #12 2330. | ^~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 675 | PSclosepath() #12 2330. | ^~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 687 | PSeoclip() #12 2330. | ^~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 693 | PSeofill() #12 2330. | ^~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 699 | PSfill() #12 2330. | ^~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 705 | PSflattenpath() #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 711 | PSinitclip() #12 2330. | ^~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 729 | PSnewpath() #12 2330. | ^~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 765 | PSreversepath() #12 2330. | ^~~~~~~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 783 | PSstroke() #12 2330. | ^~~~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2330. 835 | PSWait() #12 2330. | ^~~~~~ #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2330. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2342. CC nsselect.o #12 2342. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2342. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2343. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2343. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2343. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2343. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2343. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2343. | ^~~~~~~~~~~~~~~~~~~~ #12 2343. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2343. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2343. | ^~~~~~~~~~~~~~~~~~~~ #12 2343. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2343. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2343. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2343. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2343. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 88 | #if GS_API_VERSION(0,011500) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2343. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2343. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2343. | ^ #12 2343. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2343. | ^ #12 2343. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2343. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2343. | ^~~~~~~~~~ #12 2343. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2343. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2343. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2343. | ^~~~~~~~~~ #12 2343. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2343. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2343. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2343. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2343. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2343. from nsgui.h:34, #12 2343. from dispextern.h:137, #12 2343. from nsterm.h:22, #12 2343. from nsselect.m:31: #12 2343. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2343. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2343. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2344. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2344. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2344. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2344. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2344. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2344. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 45 | #if GS_EXPOSE(NSArchiver) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 114 | #if GS_EXPOSE(NSBundle) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 43 | #if GS_EXPOSE(NSCache) #12 2344. | ^~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 113 | #if GS_EXPOSE(NSException) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2344. 303 | NSGetUncaughtExceptionHandler(); #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 53 | #if GS_EXPOSE(NSExpression) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 47 | #if GS_EXPOSE(NSTimer) #12 2344. | ^~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2344. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2344. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 46 | #if GS_EXPOSE(NSRunLoop) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2344. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 40 | #if GS_EXPOSE(NSDistantObject) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 74 | #if GS_EXPOSE(NSLock) #12 2344. | ^~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 125 | #if GS_EXPOSE(NSCondition) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 175 | #if GS_EXPOSE(NSConditionLock) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2344. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 134 | #if GS_EXPOSE(NSError) #12 2344. | ^~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2344. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 182 | #if GS_EXPOSE(NSURLHandle) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 73 | #if GS_EXPOSE(NSURL) #12 2344. | ^~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2344. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 633 | #if GS_EXPOSE(NSURLComponents) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 160 | #if GS_EXPOSE(NSPipe) #12 2344. | ^~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 215 | #if GS_EXPOSE(NSFileManager) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 42 | #if GS_EXPOSE(NSHost) #12 2344. | ^~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 47 | #if GS_EXPOSE(NSIndexPath) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 49 | #if GS_EXPOSE(NSIndexSet) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 38 | #if GS_EXPOSE(NSInvocation) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 103 | #if GS_EXPOSE(NSLocale) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 361 | #if GS_EXPOSE(NSNetService) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 53 | #if GS_EXPOSE(NSPortCoder) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 77 | #if GS_EXPOSE(NSPort) #12 2344. | ^~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 202 | #if GS_EXPOSE(NSSocketPort) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 284 | #if GS_EXPOSE(NSMessagePort) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 47 | #if GS_EXPOSE(NSPortMessage) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 53 | #if GS_EXPOSE(NSProgress) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 42 | #if GS_EXPOSE(NSScanner) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 58 | #if GS_EXPOSE(NSSpellServer) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 51 | #if GS_EXPOSE(NSTask) #12 2344. | ^~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 59 | #if GS_EXPOSE(NSThread) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 87 | #if GS_EXPOSE(NSUndoManager) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 105 | #if GS_EXPOSE(NSURLCache) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 48 | #if GS_EXPOSE(NSURLConnection) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 56 | #if GS_EXPOSE(NSURLCredential) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 49 | #if GS_EXPOSE(NSURLDownload) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 92 | #if GS_EXPOSE(NSURLRequest) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 49 | #if GS_EXPOSE(NSURLResponse) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2344. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2344. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 72 | #if GS_EXPOSE(NSXMLParser) #12 2344. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2344. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2344. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2344. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2344. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2344. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2344. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2344. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2344. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2344. from nsgui.h:34, #12 2344. from dispextern.h:137, #12 2344. from nsterm.h:22, #12 2344. from nsselect.m:31: #12 2344. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2344. | ^ #12 2344. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2344. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2344. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2345. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2345. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2345. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2345. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2345. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2345. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2345. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2345. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2345. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2345. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2345. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2345. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2345. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2345. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2345. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2345. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2345. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2345. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2345. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2345. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2345. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2345. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2345. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2345. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2345. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2345. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2345. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2345. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2345. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2345. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2345. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2345. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2345. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2345. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2345. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2345. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2345. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2345. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2345. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2345. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2345. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2345. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2345. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2345. | ^~~~~~~~~~~~~~~~~~~~ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2345. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2345. | ^~~~~~~~~~~~~~~~~~~~ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2345. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2345. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2345. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2345. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2345. from nsgui.h:34, #12 2345. from dispextern.h:137, #12 2345. from nsterm.h:22, #12 2345. from nsselect.m:31: #12 2345. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2345. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2345. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2346. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2346. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2346. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2346. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2346. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2346. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2346. | ^ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2346. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2346. | ^ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 125 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 129 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 133 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 214 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 247 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 251 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 259 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 263 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 267 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 271 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 275 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 287 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 311 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 323 | __attribute__((unused)); #12 2346. | ^~~~~~~~~~~~~ #12 2346. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2346. from nsgui.h:34, #12 2346. from dispextern.h:137, #12 2346. from nsterm.h:22, #12 2346. from nsselect.m:31: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 493 | PSgsave() #12 2346. | ^~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 499 | PSgrestore() #12 2346. | ^~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 505 | PSinitgraphics() #12 2346. | ^~~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 622 | PSinitmatrix() #12 2346. | ^~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 669 | PSclip() #12 2346. | ^~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 675 | PSclosepath() #12 2346. | ^~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 687 | PSeoclip() #12 2346. | ^~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 693 | PSeofill() #12 2346. | ^~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 699 | PSfill() #12 2346. | ^~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 705 | PSflattenpath() #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 711 | PSinitclip() #12 2346. | ^~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 729 | PSnewpath() #12 2346. | ^~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 765 | PSreversepath() #12 2346. | ^~~~~~~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 783 | PSstroke() #12 2346. | ^~~~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2346. 835 | PSWait() #12 2346. | ^~~~~~ #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2346. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2353. CC nsimage.o #12 2353. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2353. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2355. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2355. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2355. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2355. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2355. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2355. | ^~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2355. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2355. | ^~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2355. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2355. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2355. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2355. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 88 | #if GS_API_VERSION(0,011500) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2355. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2355. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2355. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2355. | ^~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2355. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2355. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2355. | ^~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2355. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2355. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2355. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2355. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2355. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2355. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2355. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2355. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 45 | #if GS_EXPOSE(NSArchiver) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 114 | #if GS_EXPOSE(NSBundle) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 43 | #if GS_EXPOSE(NSCache) #12 2355. | ^~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 113 | #if GS_EXPOSE(NSException) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2355. 303 | NSGetUncaughtExceptionHandler(); #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 53 | #if GS_EXPOSE(NSExpression) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 47 | #if GS_EXPOSE(NSTimer) #12 2355. | ^~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2355. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2355. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 46 | #if GS_EXPOSE(NSRunLoop) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2355. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 40 | #if GS_EXPOSE(NSDistantObject) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 74 | #if GS_EXPOSE(NSLock) #12 2355. | ^~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 125 | #if GS_EXPOSE(NSCondition) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 175 | #if GS_EXPOSE(NSConditionLock) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2355. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 134 | #if GS_EXPOSE(NSError) #12 2355. | ^~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2355. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 182 | #if GS_EXPOSE(NSURLHandle) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 73 | #if GS_EXPOSE(NSURL) #12 2355. | ^~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2355. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 633 | #if GS_EXPOSE(NSURLComponents) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 160 | #if GS_EXPOSE(NSPipe) #12 2355. | ^~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2355. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 215 | #if GS_EXPOSE(NSFileManager) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2355. | ^ #12 2355. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2355. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2355. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2355. | ^ #12 2355. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2355. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2355. from nsgui.h:34, #12 2355. from dispextern.h:137, #12 2355. from nsimage.m:33: #12 2355. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2355. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2355. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 42 | #if GS_EXPOSE(NSHost) #12 2356. | ^~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 47 | #if GS_EXPOSE(NSIndexPath) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 49 | #if GS_EXPOSE(NSIndexSet) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 38 | #if GS_EXPOSE(NSInvocation) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 103 | #if GS_EXPOSE(NSLocale) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 361 | #if GS_EXPOSE(NSNetService) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 53 | #if GS_EXPOSE(NSPortCoder) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 77 | #if GS_EXPOSE(NSPort) #12 2356. | ^~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 202 | #if GS_EXPOSE(NSSocketPort) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 284 | #if GS_EXPOSE(NSMessagePort) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 47 | #if GS_EXPOSE(NSPortMessage) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 53 | #if GS_EXPOSE(NSProgress) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 42 | #if GS_EXPOSE(NSScanner) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 58 | #if GS_EXPOSE(NSSpellServer) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 51 | #if GS_EXPOSE(NSTask) #12 2356. | ^~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 59 | #if GS_EXPOSE(NSThread) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 87 | #if GS_EXPOSE(NSUndoManager) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 105 | #if GS_EXPOSE(NSURLCache) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 48 | #if GS_EXPOSE(NSURLConnection) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 56 | #if GS_EXPOSE(NSURLCredential) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 49 | #if GS_EXPOSE(NSURLDownload) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 92 | #if GS_EXPOSE(NSURLRequest) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 49 | #if GS_EXPOSE(NSURLResponse) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2356. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2356. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 72 | #if GS_EXPOSE(NSXMLParser) #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2356. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2356. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2356. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2356. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2356. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2356. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2356. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2356. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2356. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2356. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2356. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2356. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2356. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2356. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2356. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2356. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2356. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2356. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2356. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2356. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2356. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2356. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2356. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2356. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2356. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2356. | ^ #12 2356. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2356. from nsgui.h:34, #12 2356. from dispextern.h:137, #12 2356. from nsimage.m:33: #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2356. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2356. | ^ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2356. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2356. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2356. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2356. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2356. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2356. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2356. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2356. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2356. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2356. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2356. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2356. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2356. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2356. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2356. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2356. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2356. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2356. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2357. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2357. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2357. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2357. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2357. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2357. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2357. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2357. | ^~~~~~~~~~~~~~~~~~~~ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2357. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2357. | ^~~~~~~~~~~~~~~~~~~~ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2357. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2357. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2357. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2357. | ^ #12 2357. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2357. from nsgui.h:34, #12 2357. from dispextern.h:137, #12 2357. from nsimage.m:33: #12 2357. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2357. | ^ #12 2357. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2357. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2357. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2358. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2358. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2358. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2358. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2358. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2358. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2358. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2358. | ^ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2358. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2358. | ^ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 125 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 129 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 133 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 214 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 247 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 251 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 259 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 263 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 267 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 271 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 275 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 287 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 311 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 323 | __attribute__((unused)); #12 2358. | ^~~~~~~~~~~~~ #12 2358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2358. from nsgui.h:34, #12 2358. from dispextern.h:137, #12 2358. from nsimage.m:33: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 493 | PSgsave() #12 2358. | ^~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 499 | PSgrestore() #12 2358. | ^~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 505 | PSinitgraphics() #12 2358. | ^~~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 622 | PSinitmatrix() #12 2358. | ^~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 669 | PSclip() #12 2358. | ^~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 675 | PSclosepath() #12 2358. | ^~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 687 | PSeoclip() #12 2358. | ^~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 693 | PSeofill() #12 2358. | ^~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 699 | PSfill() #12 2358. | ^~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 705 | PSflattenpath() #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 711 | PSinitclip() #12 2358. | ^~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 729 | PSnewpath() #12 2358. | ^~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 765 | PSreversepath() #12 2358. | ^~~~~~~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 783 | PSstroke() #12 2358. | ^~~~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2358. 835 | PSWait() #12 2358. | ^~~~~~ #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2358. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2363. CC nsfont.o #12 2363. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2363. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2365. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2365. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2365. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2365. | ^~~~~~~~~~~~~~~~~~~~ #12 2365. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2365. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2365. | ^~~~~~~~~~~~~~~~~~~~ #12 2365. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2365. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2365. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 88 | #if GS_API_VERSION(0,011500) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2365. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2365. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2365. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2365. | ^~~~~~~~~~ #12 2365. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2365. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2365. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2365. | ^~~~~~~~~~ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2365. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2365. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2365. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2365. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2365. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2365. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2365. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2365. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2365. | ^ #12 2365. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2365. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2365. | ^ #12 2365. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2365. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2365. from nsgui.h:34, #12 2365. from dispextern.h:137, #12 2365. from nsfont.m:28: #12 2365. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2365. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2365. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2366. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 45 | #if GS_EXPOSE(NSArchiver) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 114 | #if GS_EXPOSE(NSBundle) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 43 | #if GS_EXPOSE(NSCache) #12 2366. | ^~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 113 | #if GS_EXPOSE(NSException) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2366. 303 | NSGetUncaughtExceptionHandler(); #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 53 | #if GS_EXPOSE(NSExpression) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 47 | #if GS_EXPOSE(NSTimer) #12 2366. | ^~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2366. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2366. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 46 | #if GS_EXPOSE(NSRunLoop) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2366. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 40 | #if GS_EXPOSE(NSDistantObject) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 74 | #if GS_EXPOSE(NSLock) #12 2366. | ^~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 125 | #if GS_EXPOSE(NSCondition) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 175 | #if GS_EXPOSE(NSConditionLock) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2366. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 134 | #if GS_EXPOSE(NSError) #12 2366. | ^~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2366. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 182 | #if GS_EXPOSE(NSURLHandle) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 73 | #if GS_EXPOSE(NSURL) #12 2366. | ^~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2366. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 633 | #if GS_EXPOSE(NSURLComponents) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 160 | #if GS_EXPOSE(NSPipe) #12 2366. | ^~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 215 | #if GS_EXPOSE(NSFileManager) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 42 | #if GS_EXPOSE(NSHost) #12 2366. | ^~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 47 | #if GS_EXPOSE(NSIndexPath) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 49 | #if GS_EXPOSE(NSIndexSet) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 38 | #if GS_EXPOSE(NSInvocation) #12 2366. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2366. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2366. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2366. | ^ #12 2366. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2366. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2366. from nsgui.h:34, #12 2366. from dispextern.h:137, #12 2366. from nsfont.m:28: #12 2366. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2366. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2366. | #12 2366. [output clipped, log limit 2MiB reached] #12 2369. make[3]: Leaving directory '/checkout/src' #12 2369. make[2]: Leaving directory '/checkout' #12 2369. make[1]: Leaving directory '/checkout' #12 2369. make[1]: Entering directory '/checkout' #12 2369. make[1]: Leaving directory '/checkout' #12 2371. /GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2371. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 361 | #if GS_EXPOSE(NSNetService) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 53 | #if GS_EXPOSE(NSPortCoder) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2371. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 77 | #if GS_EXPOSE(NSPort) #12 2371. | ^~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 202 | #if GS_EXPOSE(NSSocketPort) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 284 | #if GS_EXPOSE(NSMessagePort) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 47 | #if GS_EXPOSE(NSPortMessage) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 53 | #if GS_EXPOSE(NSProgress) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 42 | #if GS_EXPOSE(NSScanner) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 58 | #if GS_EXPOSE(NSSpellServer) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2371. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 51 | #if GS_EXPOSE(NSTask) #12 2371. | ^~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2371. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 59 | #if GS_EXPOSE(NSThread) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2371. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 87 | #if GS_EXPOSE(NSUndoManager) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 105 | #if GS_EXPOSE(NSURLCache) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 48 | #if GS_EXPOSE(NSURLConnection) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 56 | #if GS_EXPOSE(NSURLCredential) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 49 | #if GS_EXPOSE(NSURLDownload) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 92 | #if GS_EXPOSE(NSURLRequest) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 49 | #if GS_EXPOSE(NSURLResponse) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2371. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2371. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 72 | #if GS_EXPOSE(NSXMLParser) #12 2371. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2371. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2371. | ^ #12 2371. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2371. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2371. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2371. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2371. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2371. from nsgui.h:34, #12 2371. from dispextern.h:137, #12 2371. from nsfont.m:28: #12 2371. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2371. | ^ #12 2371. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2371. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2371. | ^ section_end:1701824176:build_script section_start:1701824176: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-dc744fe6: No such file or directory section_end:1701824181:after_script section_start:1701824181:upload_artifacts_on_failure section_end:1701824189:upload_artifacts_on_failure ERROR: Job failed: exit code 1